Contains the elements in fixed order of occurrence
Specify the directory, relative to the main configuration directory, where the algorithm configuration files are stored
Select one of the options
Specify the name of the algorithm configuration file stored in the working directory
Specify the configuration string (whether a configFile or configString is required depends on the choice of algorithm)
Set the openda:java class name of the algorithm
Contains the elements in fixed order of occurrence
Specify the directory, relative to the main configuration directory, where the stochastic observer configuration files are stored
Select one of the options
Specify the name of the stochastic observer configuration file stored in the working directory
Specify the configuration string (whether a configFile or configString is required depends on the choice of stochastic observer)
Set the openda:java class name of the stochastic observer
Contains the elements in fixed order of occurrence
Specify the directory, relative to the main configuration directory, where the stochastic model configuration files are stored
Select one of the options
Specify the name of the stochastic model configuration file stored in the working directory
Specify the configuration string (whether a configFile or configString is required depends on the choice of stochastic model)
Set the openda:java class name of the stochastic model.
Contains the elements in fixed order of occurrence
Specify the working directory where the results file should be stored
Select one of the options
Specify the results filename. (For the MatlabResultWriter the filename has to end with .m or with .m(ts). In the latter case a .m file is written with a time stamp on each % line.)
Specify the configuration string (whether a configFile or configString is required depends on the choice of resultwriter)
Specify subselection of output sources and items to be written
Specify the openda class name of the result writer
Contains the elements in fixed order of occurrence
Specify the content and format of the results file
A list of one or more times separated by comma's ','
Eg. 201012312359,201101012359
or 1.0,2.0,...,10.0
Formatted dates require format YYYMMDDhhmm.
Three dots can be used to shorten a regular list
Specify the time format: 'mjd' (Modified Julian Day) or date/time string (formatted as yyyymmddhhmm) 'dateTimeString'.
Settings for the run time timing
(should the various steps in the application be timed?
Settings for optimizing the application
Optimize for performance at cost of (diagnostic) output
The storage and computation precision of the default OpenDA Vector class is float. Note this will not hava any impact on other (native) vector implementations used in OpenDA
The default vector used in OpenDA (class Vector) will use a native implementation (written in C) this is faster but at the cost of easy debugging of vector operations. Note the you need to have native OpenDA libraries compiled/installed on your system. Especially for debugging, not using the OpenDA start scripts, the libraties MUST be on you path
Settings for time in the application
Precision of handling time, treshold for comparing
Unit of precision supported values sec,min,hour,MJD
Settings for the initial seed of StochVector class
Type of seed intialisation: fixed (i.e. always the same value), random value, or specific value. In the latter case, specify the seed value.
Value of initial seed, in case of type=="specify"
Contains the elements - required (continuous lines) or optional (dashed lines)
Specify the stochastic observer component
Specify the stochastic model component
Specify the algorithm for data assimilation or parameter calibration
Specify the content and format of the results file
Specify the results files in case more than one format is needed
Specify the input file from which the algoritm should restart. If omitted, no restart file is read. A restartFile of length zero is silently ignored and can be used to ignore the restart, ie to start without a restart.
Specify the prefix to be used for the output restart files to be written. If ommitted, no restart files are written.
Specify the file extension to be used for restart output files (default: .xml). Overrules only the extension, but not the output format chosen by Openda (could be a zip file as well). Use of this option is discouraged.
Should the restart time be added to the filename of the restart file.
Default is yes. Possible values: yes, no
Specify the time stamps for which to write restarts
Specify the settings for the run time timing
Specify the optimization settings
Specify the time settings
Specify the type of initial seed (if ommited, default: "fixed")
Main configuration for an OpenDA application. There are three mandatory components, which make up an OpenDA application: stochModelFactory, stochObserver and algorithm. Each component is configured by specifying its className attribute, workingDirectory and configFile/configString. An optional component is available for configuring the output of the results, and optional components for defining OpenDA restart input and output files.