request_era5: Submit request(s) to CDS for ERA5 data download

View source: R/request_era5.R

request_era5R Documentation

Submit request(s) to CDS for ERA5 data download

Description

Uses the 'ecwmfr' package to submit requests to the Climate Data Store (CDS) for ERA5 .nc files. Executes one request at a time.

Usage

request_era5(request, uid, out_path, overwrite = FALSE, combine = TRUE)

Arguments

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.


everydayduffy/mcera5 documentation built on Feb. 15, 2025, 11:33 p.m.