Versions Compared

Key

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

...

To import gridded output from Delft3D into FEWS, a grid definition needs to be specified in the FEWS grids.xml file. This grid file can be generated using the Matlab script print_Delft3D_grid.m attached to this WiKi.

6.2 State management

FEWS required to have a cold state file for each Delft3D model in the ColdStates folder (zipped). This cold state file is a Delft3D restart file which needs to be generated by the developer up-front. This cold state file should contain representative initial conditions.

Code Block

 <exportStateActivity>
 <moduleInstanceId>DCSM_Historical</moduleInstanceId>
 <stateExportDir>%ROOT_DIR%/stateInput</stateExportDir>
 <stateConfigFile>%ROOT_DIR%/stateInput/export_states.xml</stateConfigFile>
 <stateLocations type="file">
 <stateLocation>
 <readLocation>dcsm98.res</readLocation>
 <writeLocation>dcsm98.res</writeLocation>
 </stateLocation>
 </stateLocations>
 <stateSelection>
 <warmState>
 <stateSearchPeriod unit="hour" start="-48" end="-1"/>
 </warmState>
 </stateSelection>
</exportStateActivity>

State files and names

Attachments