Load monthly potential evaporation for Berlin from DWD
Source:R/load_monthly_data_for_berlin.R
load_potential_evaporation_berlin.Rd
This function loads monthly potential evaporation for Berlin, Germany, from Deutscher Wetterdienst (DWD).
Arguments
- from
optional. First month to be considered, as yyyymm string
- to
optional. Last month to be considered, as yyyymm string
Value
data frame with columns file
(name of file downloaded from
DWD), year
(year number as integer), month number as integer
,
mean
(mean value), sd
(standard deviation), min
(minimum value), max
(maximum value), n_values
(number of
considered values) of potential evaporation calculated for Berlin, Germany