get_cfgClimate: Calculate Annual average Temperature and Annual Monthly...

Description Usage Arguments Value Author(s) Examples

View source: R/get_cfgClimate.R

Description

Based on the weather data stored in settings, the Annual Average Temperature is calculated for the time period of complete years only. There is no adjustment over the years (climate change), and it is not possible to do single years in this ewq The function can be used to automatically deduce the maximum possible simulation window, given different weather files.

Usage

1

Arguments

x

a list with at least the following 4 element

  • count$weather_NAMESThe nams of the weather data files. Several can be provided

  • sim_startStart date of the simulation Date class, format "YYYY-MM-DD"

  • sim_endEnd date of the simulation Date class, format "YYYY-MM-DD"

  • weather$dataweather data from the weather.csv files

Value

a list with 2 elements

Author(s)

Tobias KD Weber, tobias.weber@uni-hohenheim.de

Michelle Viswanathan, michelle.viswanathan@uni-hohenheim.de

Examples

1
2
3
4
## Not run: 
# no sensible example available. Provide x.

## End(Not run)

tkdweber/XN5setup documentation built on July 4, 2021, 7:34 a.m.