request_era5 | R Documentation |
Uses the 'ecwmfr' package to submit requests to the Climate Data Store (CDS) for ERA5 .nc files. Executes one request at a time.
request_era5(request, uid, out_path, overwrite = FALSE, combine = TRUE)
request |
a list of request(s) created with 'build_era5_request'. |
uid |
character vector containing your CDS user ID. |
out_path |
character vector of the location at which to download nc files. |
overwrite |
TRUE for overwriting a file of the same path. Default FALSE. |
combine |
TRUE for combining downloaded files into one file. Default is TRUE as current behavior is to download multiple monthly files, to stay below CDS API limits. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.