get_yasso_climate: Yasso Climate parameters

Description Usage Arguments Details Value Author(s) Examples

Description

Calculate Yasso climate parameters from historical climate data provided by the Norwegian Meteorological Institute

Usage

1
get.yasso.climate(long, lat, start.date, end.date)

Arguments

long

longitude

lat

latitude

start.date

beginging of the time interval

end.date

end of the time interval

Details

Uses the webservice provided by https://frost.met.no/. Climate data is fetched from the nearest weather station.

Value

a vector with three elements: mean temperature (°C), accumulated precipitition (mm), and mean difference between min and max monthly temperature(°C)

Author(s)

Victor Felix Strîmbu victor.strimbu@nmbu.no

Examples

1
2
3
4
5
6
7
8
# this is Sørhellinga
long = 10.776966
lat = 59.666850

start.date = "2015-01-01T00:00"
end.date = "2016-01-01T00:00"

get.yasso.climate(long,lat,start.date,end.date)

vstrimbu/yasso15 documentation built on May 25, 2019, 5:02 a.m.