ERA5MTClimCreator: ERA5MTClimCreator

Description Usage Arguments Author(s)

View source: R/ERA5MTClimCreator.R

Description

This function downloads hourly 2m air temperature and total precipitation values in NetCDF file format at one grid point to create MTClim files which contain daily data. Please note that, to download ERA5, you need Copernicus registration and API key. According to default settings, data will be downloaded in the gridpoint of Martonvásár (Hungary), in 2017.

Usage

1
2
ERA5MTClimCreator(startYear = 2017, endYear = 2017, lon = 18.8,
  lat = 47.3, elev = 100, destDir = NULL, apiFile = NULL)

Arguments

startYear

Start year of the downloading data. It shall be greater than 1978.

endYear

End year of the downloading data. It shall be smaller than 2019.

lon

Geographical longitude of the selected grid point (negative values: W, positive values: E). It shall be between -180 and 180. The value is rounded to two decimal places.

lat

Geographical latitude of the selected grid point (negative values: S, positive values: N). It shall be between -90 and 90. The value is rounded to two decimal places.

userID

User ID at Copernicus

APIkey

API key at Copernicus

Author(s)

Erzsebet Kristof


Erzsi86/MTClimMaker documentation built on Feb. 27, 2020, 2:55 a.m.