cdo_yearmonmean:

Description Usage Arguments Value

View source: R/cdo_fxns.R

Description

system2(cdoR::cdo_exe, args = c(paste0("setgridarea,", area_nc), in_nc, areadata_nc), stdout = TRUE, stderr = TRUE) system2(cdoR::cdo_exe, args = c('fldmean,weights=TRUE', areadata_nc, out_nc), stdout = TRUE, stderr = TRUE)

Usage

1
cdo_yearmonmean(name, in_nc, intermed_dir)

Arguments

name

a string of infomration that will be appended to the name of the netcdf.

intermed_dir

the directory where the resulting netcdf will be stored.

Value

The path to the netcdf of the annual average.


kdorheim/cdoR documentation built on July 28, 2020, 6:42 p.m.