diff --git a/.conda/recipe/meta.yaml b/.conda/recipe/meta.yaml index b35e8c1..41690c5 100644 --- a/.conda/recipe/meta.yaml +++ b/.conda/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.1" %} +{% set version = "0.4.2" %} package: name: snl-delft3d-cec-verify diff --git a/setup.cfg b/setup.cfg index b7cc90f..a19106c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = SNL-Delft3D-CEC-Verify -version = 0.4.1 +version = 0.4.2 author = Mathew Topper author_email = mathew.topper@dataonlygreater.com description = Automated verification of SNL-Delft3D-CEC based on the 2014 Mycek experiment @@ -32,7 +32,10 @@ install_requires = xarray >=0.20.1 [options.package_data] -snl_d3d_cec_verify = templates/fm/*/*, result/mycek2014/*.yaml +snl_d3d_cec_verify = + templates/fm/input/* + templates/fm/output/.empty + result/mycek2014/*.yaml [options.packages.find] where = src diff --git a/src/snl_d3d_cec_verify/templates/fm/input/FlowFM.mdu b/src/snl_d3d_cec_verify/templates/fm/input/FlowFM.mdu index 0a177f9..5822bcd 100644 --- a/src/snl_d3d_cec_verify/templates/fm/input/FlowFM.mdu +++ b/src/snl_d3d_cec_verify/templates/fm/input/FlowFM.mdu @@ -166,8 +166,8 @@ Wrishp_dryarea = 0 # Write shape file for dry a Wrishp_enc = 0 # Write shape file for enclosure Wrishp_src = 0 # Write shape file for sources Wrishp_pump = 0 # Write shape file for pump -OutputDir = ..\output # Output directory of map-, his-, rst-, dat- and timings-files, default: DFM_OUTPUT_. Set to . for current dir. -WAQOutputDir = ..\output # Output directory of WAQ files, default: DFM_DELWAQ_. Set to . for current dir. +OutputDir = ../output # Output directory of map-, his-, rst-, dat- and timings-files, default: DFM_OUTPUT_. Set to . for current dir. +WAQOutputDir = ../output # Output directory of WAQ files, default: DFM_DELWAQ_. Set to . for current dir. FlowGeomFile = # Flow geometry NetCDF *_flowgeom.nc ObsFile = # Points file *.xyn with observation stations with rows x, y, station name CrsFile = # Polyline file *_crs.pli defining observation cross sections