Learn R Programming

rcdo (version 0.3.0)

rotuvb: Rotation

Description

This is a special operator for datsets with wind components on a rotated grid, e.g. data from the regional model REMO. It performs a backward transformation of velocity components U and V from a rotated spherical system to a geographical system.

Usage

cdo_rotuvb(ifile, u = NULL, v = NULL, ofile = NULL)

Value

Operators that output one or more files return a character vector to the output files.

Operators that output an indefinite number of files return a string with the basename of the files.

Operatos that don't return filenames return a character vector with the string output.

Arguments

ifile

String with the path to the input file.

u

STRING - Pairs of zonal and meridional velocity components (use variable names or code numbers)

v

STRING - Pairs of zonal and meridional velocity components (use variable names or code numbers)

ofile

String with the path to the output file.