Versions Compared

Key

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

an overview

{}
Wiki Markup
scrollbar
Info

This is an overview of some of the requirements for developing a Delft-FEWS compliant adapter. This list is by no means exhaustive so before starting to develop an adapter please contact fews.support@deltares.nl

...

  1. The general adapter is that part of DELFT-FEWS which exports model input, imports model output data, and executes the pre-adapter, module and post-adapter.
  2. Export and import of model data is done in datafiles following the Published Interface (PI) XML format.
  3. The preAdapter, Module and postAdapter together form the model adapter. The model adapter is initiated from the general adapter.
  4. The preAdapter is that part of the model adapter which converts input data in PI XML format to native model input data.
  5. The postAdapter is that part of the model adapter which converts native model output data to PI XML format to be imported by FEWS.
  6. The Module is that part of the model adapter which starts a model simulation.

...