Function reads transformed mean temperature and transformed global radiation and calculates the Makkink evaporation for 'future time series' that match a certain climate
1 2 | TransformEvap(inputTemp, inputRad, scenario = "GL", horizon = 2030,
regions = "NLD", ofile = NA, rounding = TRUE)
|
inputTemp |
Name of the input file for temperature |
inputRad |
Name of the input file for radiation |
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.