download_era5 {evapoRe} | R Documentation |
ERA5 data downloader
Description
Downloading ERA5 evapotranspiration data
Usage
download_era5(path = "", domain = "raw", time_res = "monthly", variable = "e")
Arguments
path |
a character string with the path where the data will be downloaded. |
domain |
a character string with the desired domain data set. Suitable options are:
|
time_res |
a character string with the desired time resolution. Suitable options are:
|
variable |
a character string for the variable. Suitable options are:
|
Value
No return value, called to download the data set.
[Package evapoRe version 1.0.1 Index]