knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

knmitransformer

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis-CI Build Status AppVeyor Build Status Coverage Status

Please, if there is an issue of any kind, file it here

The 'transformation program' of the KNMI 2014 climate change scenarios for the Netherlands. With this program current climate time series are transformed to represent the climate of the KNMI 2014 scenarios for 2030, 2050, and 2085.

To install the package use:

library(devtools)
install_github("KNMI/knmitransformer")

or

devtools::install_github("KNMI/knmitransformer")

Note that the installation (i.e. the download) can take quite some time, owing to the large test folder.

Content

The following R-functions for the transformation of daily meteorological variables are provided:

The routines and the used change factors are developed for the use within the Netherlands.

One can inspect the official KNMI14 change factors / deltas in the 'inst/extData' folder.

For examples of usage have a look at the vignette:

vignette("examples", "knmitransformer")

Note

Reference

Bakker, A. (2015), Time series transformation tool: description of the program to generate time series consistent with the KNMI’14 climate scenarios, Technical Report TR-349, De Bilt, the Netherlands.



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