TempMinIndices: Calculates a set of TN related indices

Description Usage Arguments

Description

Calculates a set of daily minimum temperature related indices as they were defined for the KNMI14 scenarios brochure

Usage

1
2
TempMinIndices(input, index, ofile = NA, scenario, horizon = 2030, season,
  regions = "NLD")

Arguments

input

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: Rows starting with 00000000 are considered station info (station number, lat, lon etc.) and are ignored. Rows starting with a datestring refer to a specific day in the time series. Rows starting with "#" are completely ignored and returned unchanged.

index

indices ("nstFD", "nFD", "nTN", "aTN")

ofile

(DEFAULT=NA) Name of the output file to write the indices to. Format is similar to input without the 5 first lines

scenario

scenario ("GL", "GH", "WL", "WH"). If scenario is not one of the 4 then the indices are calculated for the reference period 1981-2010

horizon

time horizon ( DEFAULT=2030, 2050, 2085). If horizon is not one of the 3 then the indices are calculated for the reference period 1981-2010

season

season (0= year, 1=winter, 2=spring, 3=summer, 4=autumn)

regions

vector of regions KNMI14 distinguishes following regions:
<NLD> Nederland (DEFAULT)
<NWN> Noordwest Nederland
<ZWN> Zuidwest Nederland
<NON> Noordoost Nederland
<MON> Middenoost Nederland
<ZON> Zuidoost Nederland


cphotiadou/scenarioIndices documentation built on May 13, 2019, 10:54 p.m.