Versions Compared

Key

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

...

location id to select the rating curve

exportNetcdfActivity


Figure 2 Elements of the ExportNetcdfActivity configuration

description

Optional description of the ExportNetcdfActivity configuration.

exportFile

File to which the data will be exported. This file is always placed in exportDir.

timeSeriesSets

TimeSeriesSet that defines what data is to be exported.

omitMissingValues

Are missing values to be written to the export file or should they be left out.

omitEmptyTimeSeries

The time series is not exported when the time series is empty or when; omitMissingValues = true and the time series is empty after removing the missing values.

ExportRunFileActivity

Image Added
Figure 3 Elements of the ExportRunFileActivity configuration

description

Optional description of the ExportRunFileActivity configuration.

exportFile

File to which the data will be exported. This file is always placed in exportDir.

properties

Kind of environment variables for the pre and post adapters. These properties are copied to the run file. This is also a convinient way way to pass global properties to a pre or post adapter. An adapter is not allowed to access the FEWS global.properties directly. Global properties (between $) are replace by there literal values before copied to the run file. These extra options makes an additional pre or post adapter configuration file unnessesary.

Options:

*string
*int
*float
*bool



Execute Activities


Figure 75 Elements of the ExecuteActivity configuration

...

Root element for the definition of an execute activity. For each external executable or Java class to run, an executeActivity must be defined. Multiple entries may exist.

description

Optional description for the activity. Used for reference purposes only.

...


Figure 76 Elements of the ImportActivities configuration

description

Optional description of import activity. Used for reference purposes only

...