Function reads 'reference data' with daily precipitation sums
[mm]
and 'change factors' from input files and applies them to function
'rr_trans_KNMI14' to obtain 'future time series' that match a certain climate
1 2 | TransformPrecip(input, scenario = "GL", horizon = 2030,
subscenario = "centr", ofile = NA, rounding = TRUE)
|
input |
knmiTF object or name of the input file (ASCII) that contains
reference data (all numerics) in which the columns provide time series for
specific stations. The first column should provide either 00000000 or a
datestring YYYYMMDD: |
scenario |
scenario ("GL"=DEFAULT, "GH", "WL", "WH") |
horizon |
time horizon (2030=DEFAULT, 2050, 2085) |
subscenario |
subscenario for extreme precipitation ("lower", "centr" (=DEFAULT), "upper") |
ofile |
Name of the output file to write the transformed data to. Format is similar to input file mentioned in input. By default no output file is written. |
rounding |
Logical (default = TRUE) if results should be rounded |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.