Versions Compared

Key

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

What

nameofinstrance.xml

Description

Configuration for the general adapter module

schema location

http://fews.wldelft.nl/schemas/version1.0/generalAdapterRun.xsd

Entry in ModuleDescriptors

<moduleDescriptor id="GeneralAdapter">
<description>General Adaptor to launch published interface compliant modules</description>
<className>nl.wldelft.fews.system.plugin.generaladapter.GeneralAdapter</className>
</moduleDescriptor>

Table of Contents

...


...

General Adapter Configuration

A key feature of DELFT-FEWS is its ability to run external modules to provide essential forecasting functionality. These modules may be developed by Deltares as well as by other companies or institutions. The DELFT-FEWS system does not have any knowledge of the specific implementation of these modules. It is rather the central philosophy to have an open system, that is able to treat external modules as plug-ins that can be used if needed.

...

  • startUpActivities
  • exportActivities
  • executeActivities
  • importActivities
  • shutDownActivities

...


...

General settings


Figure 67 Elements of the general section of the general adapter configuration

...

Defines if ensembles are read from or written to a number of sub directories.

...


Burn-In Profile

Burn-in profile for cold state starts. Used to replace first part of a timeseries.

For time series with matching parameter-location ids, the first value is replaced by the initialValue. Element length defines the length of timeseries beginning that is to be replaced using linear interpolation.

length

Length of time series beginning that is to be replaced.

timeSeries

...

Initial value (which should match cold state), location and parameter should be specified.



Startup Activities


Figure 68 Elements of the startUpActivities section of the General Adapter configuration.

...