Description Usage Arguments Note
Function reads 'reference data' with time series of daily global
radiation sums [kJ/m2]
and 'change factors' from input files and applies
them to function 'rsds_trans_KNMI14' to obtain 'future time series' that
match a certain climate
1 2 | TransformRadiation(input, scenario = "GL", horizon = 2030, 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) |
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 |
The 5th row of the ifile indicated by 00000000 must be given as it is interpreted to contain LATITUDES of station.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.