Versions Compared

Key

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

...

Also when the <time> element is present within <control> <parallel> <startGroup> its contents will be replaced with the appropriate values.

...

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

Code Block
languagexml
titleFBC component
  <component name="real-time control">
    <library>FBCTools_BMI</library>
    <workingDir>rtc</workingDir>
    <!-- Look hardcoded for  rtcRuntimeConfig.xml -->
    <inputFile>.</inputFile>
  </component>

...

Will be used if library "dflowfm" is configuredconfigured as component within the dimr config file

Code Block
languagexml
titleDFlowFM component
  <component name="dflowFM">
    <library>dflowfm</library>
    <workingDir>fm</workingDir>
    <inputFile>mackay.mdu</inputFile>
  </component>

...

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

Code Block
languagexml
titleFlow1D component
  <component name="Hydrodynamics">
    <library>cf_dll</library>
    <workingDir>dflow1d</workingDir>
    <inputFile>Hydrodynamics.md1d</inputFile>
  </component>

...