tm_trans_KNMI14: tm_trans_KNMI14

Description Usage Arguments

Description

Function 'transforms' a specific reference-dataset with time series of daily of mean, minimum or maximum temperature (degrees Celsius) to a dataset representative for a future climate scenario.

Usage

1
tm_trans_KNMI14(obs, deltas, regio.tabel = NA)

Arguments

obs

data.frame or matrix:
first column provides datestring YYYYMMDD
other columns provide precipitation (mm) time series (each column represents specific station)

deltas

data.frame or matrix that contains deltas (=change factors for the transformation) should contain following columns indicated by following headers:
"maand" month for which deltas are valid (1,2,...,12)
"P01" 1st percentile daily temperature
"P05" 5th percentile daily temperature
"P50" 50th percentile daily temperature
"P95" 95th percentile daily temperature
"P99" 99th percentile daily temperature

          following column is optional in case deltas vary with region
          (is needed in case <regio.tabel> is provided)
          "regio"     region for which deltas are valid
                      KNMI14 distinguishes ("NWN", "ZWN", "NON", "MON", "ZON", "NLD")
regio.tabel

this (optional) argument provides a vector that relates the stations to a particular region. KNMI14 distinguishes following regions:
<NLD> Nederland (DEFAULT)
<NWN> Noordwest Nederland
<ZWN> Zuidwest Nederland
<NON> Noordoost Nederland
<MON> Middenoost Nederland
<ZON> Zuidoost Nederland


MartinRoth/knmitransformer documentation built on May 7, 2019, 3:39 p.m.