Skip to contents

This function processes CRU TS v4.09 potential evapotranspiration (PET) data by aggregating it temporally and spatially to match PRIO-GRID specifications.

Usage

gen_cru_pet(config = pg_current_config())

Value

A SpatRaster object with PRIO-GRID spatio-temporal resolution.

Examples

if (FALSE) { # \dontrun{
r <- gen_cru_pet()
} # }