Function reads 'reference data' with time series of daily of
mean, minimum or maximum temperature [degree Celsius]
and 'change factors'
from input files and applies them to function 'tm_trans_KNMI14' to obtain
'future time series' that match a certain climate
1 2 | TransformTemp(input, var, scenario = "GL", horizon = 2030,
regions = "NLD", 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: |
var |
kind of daily temperature variable ("tg" = daily mean, "tn" = daily minimum, "tx" = daily maximum) |
scenario |
scenario ("GL"=DEFAULT, "GH", "WL", "WH") |
horizon |
time horizon (2030=DEFAULT, 2050, 2085) |
regions |
vector of regions
KNMI14 distinguishes following regions: |
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.