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 = FALSE)

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 annual files into one file. Default FALSE to maintain compatibility with NicheMapR::micro_era5().


dklinges9/mcera5 documentation built on March 1, 2024, 11:40 p.m.