
Prepare python scripts to ERA5-Land
prepare_ERA5_Land_scripts.Rd
A function to prepare python scripts to download ERA5 data, mainly for WRF modelling.
Usage
prepare_ERA5_Land_scripts(
Month = "1988-08",
VARS = "total_precipitation",
AREA = "[ 90, -180, -90, 180, ]",
PATH = "~/"
)
Arguments
- Month
A character of "YYYY-MM" format
- VARS
A character of variables to be downloaded. Please refer to the ERA5-land Catalogue.
- AREA
A character of the area of interest which is specified as N, W, S, E. Default is "square-bracket90, -180, -90, 180,square-bracket".
- PATH
A chacter pointing to where the genereted script will be saved.