cdo_rotuvb | R Documentation |
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.
cdo_rotuvb(ifile, u = NULL, v = NULL, ofile = NULL)
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. |
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.
This is a specific implementation for data from the REMO model, it may not work with data from other sources.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.