ERA5Input

class GeoEDF.connector.input.ERA5Input

Download ERA5 reanalysis data from the Copernicus Climate Data Store

uid(str, required)

This is the uid attribute obtained by registering a user for use with the CDS API. Follow instructions at the api how to on registering a new user and retrieving the uid and api_key.

api_key(str, required)

The api_key is obtained along with the uid as described above.

dataset(str, optional)

The dataset parameter is optional with the default value: insitu-gridded-observations-global-and-regional

format(str, optional)

The format parameter is optional with the default value: zip

region(str, optional)

The regiont parameter is optional with the default value: conus

origin(str, optional)

The origin parameter is optional with the default value: cpc_conus

variable(str, optional)

The variable parameter is optional with the default value: precipitation

time_aggregation(str, optional)

The time_aggregation parameter is optional with the default value: daily

horizontal_aggregation(str, optional)

The horizontal_aggregation parameter is optional with the default value: 0_25_x_0_25

year(str, optional)

The year parameter is optional and can be an array of year values; the default is: [‘1972’,’1976’,’1980’]

version(str, optional)

The version parameter is optional with the default value: v1.0