simpleCDO: Run simple CDO commands

View source: R/simpleCDO.R

simpleCDOR Documentation

Run simple CDO commands

Description

Run simple CDO commands

Usage

simpleCDO(command, infile)

Arguments

command

character. Filepath to the grid.txt file.

infile

character. Filepath, which should lead to NetCDF files.

Value

Output

Examples

## Not run: 
file <- list.files(paste0(system.file(package="processNC"), "/extdata"), 
                   pattern="tas.*\\.nc", full.names=TRUE)[1]
simpleCDO(command="showname", infile=file)
simpleCDO(command="showtimestamp", infile=file)
simpleCDO(command="sinfo", infile=file)

## End(Not run)

RS-eco/processNC documentation built on Aug. 7, 2023, 8:12 a.m.