Description Usage Arguments Value Note Author(s)
Function executes simulation with the WASA-SED model including warm-up runs to start from stable model states as initial conditions.
1 2 3 4 |
dir_run |
Character string giving the WASA-SED simulation directory. Needs to contain sub-directories 'input' and 'output'. |
wasa_app |
Character string giving the system command of the WASA-SED application. |
warmup_start |
An object of class 'date' giving the start date of the warm-up period.
If |
warmup_len |
Integer giving the length of the warm-up period in months. Default: 3. |
max_pre_runs |
Integer specifying the maximum number of warm-up iterations to be
applied. If the relative storage change is still larger than |
storage_tolerance |
Numeric value giving the relative change of the model's water storages between two connsecutive warm-up runs below which the warm-up will be concluded and the actual model simulation be started. Default: 0.01. |
keep_warmup_states |
Logical value. Shall state storage files after finishing the warm-up
runs be stored for upcomming runs? If so, the *.stat files will be copied into
|
log_meta |
Character containg the name (and path) of a file into which information
about the function call will be written. See below for more information. Default:
|
keep_log |
Value of type |
error2warn |
Value of type |
Function returns nothing.
If argument log_meta
was given, the logfile contains the following information:
run_dir
: realisation of argument dir_run
, time_simrun
:
runtime of the simulation run (in secs.), time_warmup
: total runtime for all
warm-up runs (in secs.), warmup_iterations
: number of warm-up iterations,
warmup_storchange
: relative storage change after the last warm-up iteration.
To avoid warm-up runs, set max_pre_runs
or warmup_len
to zero.
Tobias Pilz tpilz@uni-potsdam.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.