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)
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.
Note
This is a specific implementation for data from the REMO model, it may not work with data from other sources.