ERAdailyArealPrecip: Calculates daily ERA areal precipitation

View source: R/ERAdailyArealPrecip.R

ERAdailyArealPrecipR Documentation

Calculates daily ERA areal precipitation

Description

Calculates the daily total ERA precipitation, for all locations.

Usage

ERAdailyArealPrecip(ERAarealPrecip)

Arguments

ERAarealPrecip

Required. The three-hour ERA areal precipitation as returned by ERAgetArealPrecip.

Value

If unsuccessful, returns FALSE. If successful, returns a list containing the following:

Name meaning
daily_precip 3d array (lon x lat x date) of precip (mm)
lonres longitude resolution (degrees)
latres latitude resolution (degrees)
minLon mininum longitude of data(degreesW)
maxLon maximum longitude of data(degreesW)
minLat minimum latitude of data(degrees)
minLat maximum latitude of data(degrees)
date the date of each layer

Author(s)

Kevin Shook

Examples

## Not run: daily_precip <- ERAdailyArealPrecip(threehour_precip)


CentreForHydrology/Reanalysis documentation built on Nov. 23, 2022, 2:57 a.m.