Versions Compared

Key

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

...

This quick-start guide serves as an example processes for setting up an external module to run in FEWS. It includes the main tasks required to successfully implement any external module, but is in no way fully comprehensive for all modules. As every module is unique, more specific aspects may be required. There are wiki pages for Delft-FEWS Model adapters by Deltares supported by Deltares and there is an overview of  Models linked to Delft-FewsFEWS.
These steps do not necessarily need to be performed in the order presented.

...

Code Block
xml
xml
module_directory / input	 toModel      Data from FEWS as input to the module
                 / output	toFews       Data from the module as export to FEWS
                 / states	States to be passed between FEWS and the module
                 / diagnostics  Directory in which diagnostic files from the FEWS pre-and post adapters are written
                 / workDir	Directory in which module is run, including
                                  - static input files not passed by FEWS, such as bathymetry, observation points, etc.
                                  - model definition template file

...

More information can be found here: Configuring WorkFlows

11. Add the workflow to the workflowDescriptors.xml file

...