You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have checked that this bug exists on the latest version.
Description
In #139 some mdu keywords were updated to new values.
Were empty before:
dzTop = -999 # Z-layer thickness of layers above level Dztopuniabovez
floorLevTopLay = -999 # Floor level of top layer
dzTopUniAboveZ = -999 # Above this level layers will have uniform dzTop, below we use sigmaGrowthFactor
bgrwuni = -999 # uniform level of impervious layer, only used if h_aquiferuni is negative.
sgrwini = -999 # Initial groundwater level, if h_unsatini < 0.
trtDef = . # File (*.ttd) including trachytope definitions.
trtL = . # File (*.arl) including distribution of trachytope definitions.
outputDir = . # Output directory of map-, his-, rst-, dat- and timingsfiles, default: DFM_OUTPUT_<modelname>. Set to . for no dir/current dir.
waqOutputDir = . # Output directory of Water Quality files.
Not existent before:
fixedWeirTopFrictCoef = -999 # Uniform friction coefficient of the groyne part of fixed weirs [the unit depends on frictiontype].
Especially the . values are not expected, these might cause issues and they might not. This has been reported in hydrolib-core.
Version checks
Description
In #139 some mdu keywords were updated to new values.
Were empty before:
Not existent before:
Especially the
.
values are not expected, these might cause issues and they might not. This has been reported in hydrolib-core.Todo:
pathlib.Path(".")
by FMModel HYDROLIB-core#703 fix (and new release)examples/dflowfm_local/dflowfm/DFlowFM.mdu
examples/dflowfm_piave/dflowfm/DFlowFM.mdu
test_read_write_config_empty_paths
The text was updated successfully, but these errors were encountered: