Difference between revisions of "GENIE Gridspec Diagrams GridDescriptor"

From SourceWiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Some possible grid [[GENIE:Gridspec:Diagrams:Mosaic|mosaic]] descriptions are given below, indicating the wide range of grids that the [[GENIE:Gridspec:Diagrams:Gridspec|gridspec]] should be able to represent when extended appropriately by relevant domain experts.
+
Some possible grid [[GENIE_Gridspec_Diagrams_Mosaic|mosaic]] descriptions are given below, indicating the wide range of grids that the [[GENIE_Gridspec_Diagrams_Gridspec|gridspec]] should be able to represent when extended appropriately by relevant domain experts.
  
 
  <xs:simpleType name="griddescriptor_type">
 
  <xs:simpleType name="griddescriptor_type">
Line 14: Line 14:
 
  </xs:simpleType>
 
  </xs:simpleType>
  
''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.''
+
''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:50, 26 February 2007

Some possible grid mosaic descriptions are given below, indicating the wide range of grids that the gridspec should be able to represent when extended appropriately by relevant domain experts.

<xs:simpleType name="griddescriptor_type">
  <xs:restriction base="enum_type">
    <xs:enumeration value="spectral_gaussian"/>
    <xs:enumeration value="regular_lat_lon"/>
    <xs:enumeration value="reduced_gaussian"/>
    <xs:enumeration value="displaced_pole"/>
    <xs:enumeration value="tripolar"/>
    <xs:enumeration value="cubed_sphere"/>
    <xs:enumeration value="icosahedral_geodesic"/>
    <xs:enumeration value="yin_yang"/>
  </xs:restriction>
</xs:simpleType>

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.