Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RstInterval can be overwritten by a property in the run info file called "restartIntervalForFm"

 

rr_dll component

Will be used if library "rr_dll" is configured as component within the dimr config file:

Code Block
languagexml
titleDFlowFM component
  <component name="DRR">
    <library>rr_dll</library>
    <workingDir>rr</workingDir>
    <inputFile>Sobek_3b.fnm</inputFile>
  </component>


When using rr_dll, the StartTime and EndTime variables of the [TimeSettings] section in a file called DELFT_3B.INI are updated. Thus, the content would look like the following example:

Code Block
languagexml
titleDFlowFM component
[TimeSettings]
EvaporationFromHrs=7
EvaporationToHrs=19
PeriodFromEvent=0
TimestepSize=900
StartTime='2021/05/06;11:00:00'
EndTime='2021/05/09;00:00:00'
 



DFlow1D component

Will be used if library "cf_dll" is configured as component within the dimr config file

...