Difference between revisions of "GENIE Gridspec Diagrams HorizontalCoordSystem"

From SourceWiki
Jump to navigation Jump to search
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
A horizontal coordinate system provides a description of the coordinates used by a grid [[GENIE:Gridspec:Diagrams:Tile|tile]], and may include the coordinates themselves for grids that do not require data at the individual cell level (for instance regular or uniform grids).  Coordinates are specified using an "axis" and are encoded in a similar way to the [http://www.unidata.ucar.edu/software/netcdf/ncml/v2.2/AnnotatedSchema.html NcML] "values" element -- either every coordinate can be listed, or a start value and offset given for periodic coordinates. "point_indices" and "edge_indices" are used in a similar way to indicate which coordinates refer to cell edges, and which to grid points.
+
A horizontal coordinate system provides a description of the horizontal coordinates used by a grid [[GENIE_Gridspec_Diagrams_Tile|tile]], and may include the coordinates themselves for grids that do not require data at the individual cell level (for instance regular or uniform grids).  Coordinates are specified using an "axis" and are encoded in a similar way to the [http://www.unidata.ucar.edu/software/netcdf/ncml/v2.2/AnnotatedSchema.html NcML] "values" element -- either every coordinate can be listed, or a start value and offset given for periodic coordinates. "point_indices" and "edge_indices" are used in a similar way to indicate which coordinates refer to cell edges, and which to grid points.
  
 
Horizontal coordinate system "type" can currently be "polar" or "cartesian", but this is readily extensible.
 
Horizontal coordinate system "type" can currently be "polar" or "cartesian", but this is readily extensible.
  
 
[[Image:horizontal_coord_system.png|center]]
 
[[Image:horizontal_coord_system.png|center]]
 +
 +
''Note: the [[GENIE_Gridspec|gridspec overview]] contains introductory and background information on the gridspec; more detailed information can be found in Balaji's gridspec document on the [http://www.earthsystemcurator.org/index.php?option=com_content&task=view&id=38&Itemid=74 Earth System Curator] website.''

Latest revision as of 17:52, 26 February 2007

A horizontal coordinate system provides a description of the horizontal coordinates used by a grid tile, and may include the coordinates themselves for grids that do not require data at the individual cell level (for instance regular or uniform grids). Coordinates are specified using an "axis" and are encoded in a similar way to the NcML "values" element -- either every coordinate can be listed, or a start value and offset given for periodic coordinates. "point_indices" and "edge_indices" are used in a similar way to indicate which coordinates refer to cell edges, and which to grid points.

Horizontal coordinate system "type" can currently be "polar" or "cartesian", but this is readily extensible.

Horizontal coord system.png

Note: the gridspec overview contains introductory and background information on the gridspec; more detailed information can be found in Balaji's gridspec document on the Earth System Curator website.