Versions Compared

Key

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

...

  1. timeZone: Time zone used in the exported pi files. This is also the default time zone used by the general adapter when the time zone is not specified in an imported file.
  2. startDateTime: Start of the run.
  3. endDateTime: End of the run.
  4. time0: This is the start of a forecast for a forecast run. This is the time 0 of a FEWS task run.
  5. lastObservationDateTime: Last time of non missing observation based on observed time series sets configured in the general adapter.
  6. properties: Kind of environment variables for the pre and post adapter. This is also a convenient way to pass global properties to a pre or post adapter. An adapter is not allowed to access the FEWS global.properties directly. These extra options make an additional pre or post adapter configuration file unnecessary. See the documentation of the used pre and post adapter for the supported property keys with their allowed values.
  7. inputStateDescriptionFile: Fully qualified path to the pi state file that describes the state exported by the General Adapter. In this file you can also find the state time and the paths to the actual state files.
  8. inputDataSetDir: Fully qualified path to the directory to which the General Adapter unpacks the module data set.
  9. inputTimeSeriesFiles: List of fully qualified paths to the timeseries files exported by the General Adapter. (Under construction: FEWS-2010)
  10. inputParameterFile: Fully qualified path to the pi parameter file that describes the model parameters exported by the General Adapter . (Under construction: FEWS-2010)
  11. workDir: Fully qualified path to the working directory. This is also the startup directory of an non java executable launched by the general adapter.
  12. diagnosticFile: Fully qualified path the pi diagnositic file that has to be imported by the general adapter after each execute activity. Is deleted by the general adapter before each execute activity.
  13. outputStateDescriptionFile: Fully qualified path to the pi state file that descripes the state that has to be imported by the General Adapter.
  14. outputTimeSeriesFiles: List of fully qualified paths to the timeseries files to be imported by the General Adapter. (Under construction: FEWS-2010)

The structure of the XML schema is given in the figures below.
Image Added