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

Compare with Current View Page History

« Previous Version 6 Next »

MARS

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 intermediate grid before interpolation, i.e. the transform will go directly to what has been specified with keyword GRID.

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 a Gaussian grid name like F80, O80, N80, N640 etc. (like [FNO][1-9][0-9]*), supported by the MARS client. Specifies the intermediate grid, e.g. O96 for an Octahedral Gaussian with 96 lines between Pole and Equator.

SOURCESets the intermediate grid to Octahedral Gaussian with N=(cubic relation from input truncation)=T+1, e.g. from input T1279 INTGRID=SOURCE(=O1280)
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=F80      # Specifies a full Gaussian grid (with 80 lines between Pole and Equator)
                            # as intermediate grid.

Dissemination

Not supported


  • No labels