GfsMapProjection
From Gerris
(Difference between revisions)
| Revision as of 02:34, 18 October 2008 Popinet (Talk | contribs) (Updated syntax) ← Previous diff |
Current revision Popinet (Talk | contribs) |
||
| Line 14: | Line 14: | ||
| ;<code>lat</code>: the latitude of the center of the reference GfsBox. | ;<code>lat</code>: the latitude of the center of the reference GfsBox. | ||
| ;<code>angle</code>: an optional rotation angle in the lon-lat plane (default is zero). | ;<code>angle</code>: an optional rotation angle in the lon-lat plane (default is zero). | ||
| + | |||
| + | <examples/> | ||
Current revision
This object remaps the model coordinates using a Lambert conformal conic projection with user-defined parameters. The x-coordinate then becomes the value of the (east positive) longitude in decimal degrees, the y-coordinate becomes the (north positive) latitude in decimal degrees and the z-coordinate becomes the altitude in metres.
The syntax in parameter files is
GfsMapProjection {
lon = 174
lat = -41
angle = 40
}
with
lon- the longitude of the center of the reference GfsBox.
lat- the latitude of the center of the reference GfsBox.
angle- an optional rotation angle in the lon-lat plane (default is zero).
Examples
- Lunar tides in Cook Strait, New Zealand
MapProjection { lon = 174 lat = -40.8 angle = 40 }

