meteo_nc: Download NetCDF files of daily gridded precipitation and...

Description Usage Arguments Value Examples

View source: R/io-nc.R

Description

Download NetCDF files of daily gridded precipitation and evapotranspiration

Usage

1
meteo_nc(varnc, dest_dir = "input")

Arguments

varnc

a character with the variable names 'prec' and/or 'et0'.

dest_dir

a character with the name of where the downloaded file is saved. Default: fusepoc-prep/input.

Value

character, path to NetCDF file.

Examples

1
2
3
if(FALSE){
 meteo_nc("prec")
}

lhmet-ped/fuse.prep documentation built on Dec. 7, 2020, 3:08 p.m.