Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
typeflat
separatorpipe

MARS/Dissemination

Specifies a rotation for of the target grid.

rotation=<value>

The values for this keyword consist of the latitude and longitude of the southern pole A rotation is requested by specifying the position of the South Pole of the rotated grid as latitude/longitude in degrees, e.g. rotation = -30.0/10.0.

Fields on spherical harmonics or Gaussian grid can be rotated with the directive rotation. The rotation is performed prior to any other conversion. Therefore:

  • Spherical harmonics fields can be retrieved as rotated spherical harmonics or converted to rotated latitude/longitude or Gaussian grid fields.
  • Gaussian grid fields can be retrieved as rotated latitude/longitude or rotated Gaussian grid fields.

If the input is a spectral field and the output is a rotated spectral field, a file of rotation coefficients is generated and used in the processing. The convergence of the algorithm for rotating the spectral fields is sensitive to the spectral truncation. For some high resolutions and some large angles of rotation, it is necessary to split the rotation into three steps (two forwards and one backwards!). The size of the rotation coefficient files can be very large.

If the input is a spectral field and the output is a rotated grid point field, the spectral field is interpolated to a non-rotated Gaussian grid which is then transformed to the required rotated grid point field using a 12-point interpolation based on the FULL-POS scheme used in the ECMWF forecast model.

ValueComment
rotation = offno rotation (default)
rotation = a/ba is the latitude of the South Pole of rotation in deg.
b is the longitude of the South Pole of rotation in deg.

Rotation is strictly linked to the keyword GRID:

GRID specificationtarget grid
grid=lat/lonrotated regular lat/lon
grid=F...rotated full Gaussian grid
grid=N...rotated reduced Gaussian grid
grid=O...octahedral (reduced) Gaussian grid

and usually specified together with an AREA. Target fields in spherical harmonics are not supported. The default interpolation method used is linearA rotated grid-point field is created from an input grid-point field by finding for each rotated grid-point its nearest four neighbours in the input field and carrying out a bilinear interpolation.


Examples:

...      # Switch land-sea mask processing on for 
lsm=ON   # the current retrieve
retrieve,
lsm=OFF, # Switch land-sea mask processing off for
...      # the following retrieve

Dissemination

...


grid=0.5/0.5,                      # The target grid will be a regular 0.5 x 0.5 deg lat/lon grid
rotation= -25.0/15.0,   # with a South Pole at -25.0/15.0 deg
...

...
grid=N320,   
                      # The target grid will be an N320 reduced Gaussian grid
rotation= -25.0/15.0,   # with a South Pole at -25.0/15.0 deg
...


Excerpt Include
Keywords in MARS and Dissemination requests
Keywords in MARS and Dissemination requests
nopaneltrue