When would dx and dy not be equal?

William.Hatheway

Well-known member
In the best practices page it says that the dx and dy values are recommended to be equal. Is there a time when they are not?

dx
and
dy
Grid distance (or grid resolution) in the x and y directions.

This is given in meters for the Lambert, Polar, and Mercator projections. For the 'lat-lon' projection, this is given in degrees latitude. Only the coarse domain resolution needs to be specified, as nest domains will be calculated based on parent_grid_ratio.

Best Practice
It is recommended that dx and dy have the same value for Mercator, Polar, and Lambert projections.

See the description for parent_grid_ratio for relevant/useful information for this parameter.
 
Back
Top