Skip to contents

This function loads monthly potential evaporation for Berlin, Germany, from Deutscher Wetterdienst (DWD).

Usage

load_potential_evaporation_berlin(from = NULL, to = NULL)

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