You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MARS/Dissemination

Describes the intermediate grid to which the transform is performed.

intgrid=<value>

It may be coincident with the target grid, in which case there isn't a second interpolation and the transform to the target grid is direct.

Possible values are 

ValueDescription
NONE

Disables any truncation before the transformation

Use of INTGRID=NONE in combination with the ROTATION keyword is very expensive in resources and is not recommended.

AUTOAn intermediate FULL Gaussian grid is used, derived from the output GRID, by looking at the equivalent resolution. This is the default behaviour.

number

Specifies the intermediate grid, e.g. O80 for an Octahedral Gaussian with 80 lines between Pole and Equator.
OFFReserved MARS value that resets the value inherited, effectively removing the keyword from the request which then results in intgrid being set to AUTO.


Examples:

intgrid=N80 # Specifies a reduced Gaussian grid (with 80 lines between Pole and Equator) as intermediate grid.


  • No labels