Versions Compared

Key

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

...

The Delft-FEWS DIMR-adapter requires a fixed folder structure:

dimr_binsub-folder with binaries for the DIMR-software.
dimr_modelsub-folder with DIMR-files that describe the SOBEK3 model.
fews-dimr-adapter-binsub-folder with binaries for the fews adapter that communicates with the DIMR.
Inputsub-folder with input files requried to run the model.
Logssub-folder for the log-files that are created during the model run.

 


Follow the steps below to set-up a DIMR model folder in your Delft-FEWS system. Step 1 can be skipped when updating an existing model.

...

Info
titleStep 4: download the contents of the fews-dimr-adapter-bin folder

The DIMR and Delft-FEWS are communicating through the fews adapter. This adapter is part of Delft-FEWS and must be downloaded from the builddpcbuild.deltares.nl:

  • httphttps://builddpcbuild.deltares.nl/project.html/FewsDevelopment?projectId=FewsDevelopment&tab=projectOverviewprojectTab=overview
  • Be sure the get the adapter from the environment corresponding to your FEWS version (click on to view other version)
  • Select the latest stable version (or the Delft-FEWS development version): FEWS – Development > install adapters > artifacts > fews-dimr-adapter-bin.XXXXX.zip.
  • Put all these unzipped files in the folder fews-dimr-adapter-bin

...

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


FBC component

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

...

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:

...

It will look for "boundCondFile" to find .bc file (relative to .md1d file parent dir) and insert all timeseries from "piFileForFlow1d" (or the first time series xml if there is only 1) by matching headers. 


Flow1D2D component

Will be used if library "flow1d2d" is configured

...

It will look for the .ini file in working directory relative to the parent dir of dimr config file.

 


Code Block
title1D2D ini
[Model]
    type                  = Flow1D              
    name                  = water flow 1d       
    directory             = ..\dflow1d          
    modelDefinitionFile   = water flow 1d.md1d  

[Model]
    type                  = FlowFM              
    name                  = FlowFM              
    directory             = ..\dflowfm          
    modelDefinitionFile   = FlowFM.mdu

...

  • dWaveNetcdfBoundaryFileToConvert = relative path of the boundary conditions netCdf file
  • dWaveBoundaryFilePrefix = prefix for the filenames of the output ASCII files, the default prefix is  "WW3_"
  • dWaveBoundaryFileNumberOfCopies = the number of file copies to provide for each boundary, the default number is 3

...