Difference between revisions of "GENIE Gridspec Diagrams Discretisation"

From SourceWiki
Jump to navigation Jump to search
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following grid [[GENIE:Gridspec:Diagrams:Tile|tile]] discretisations should be supported by the gridspec.  Currently the gridspec only provides support for logically rectangular grids (LRGs), with limited support for unstructured grids; Balaji proposes that the gridspec should be extended by the appropriate domain experts to cover other discretisations.
+
The following grid [[GENIE_Gridspec_Diagrams_Tile|tile]] discretisations should be supported by the gridspec.  Currently the gridspec only provides support for logically rectangular grids (LRGs), with limited support for unstructured grids; Balaji proposes that the gridspec should be extended by the appropriate domain experts to cover other discretisations.
  
 
  <xs:simpleType name="discretization_type">
 
  <xs:simpleType name="discretization_type">
Line 13: Line 13:
 
   </xs:restriction>
 
   </xs:restriction>
 
  </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.''

Latest revision as of 17:51, 26 February 2007

The following grid tile discretisations should be supported by the gridspec. Currently the gridspec only provides support for logically rectangular grids (LRGs), with limited support for unstructured grids; Balaji proposes that the gridspec should be extended by the appropriate domain experts to cover other discretisations.

<xs:simpleType name="discretization_type">
  <xs:annotation>
    <xs:documentation xml:lang="en">The way a grid tile is split into cells, e.g. logically_rectangular.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="enum_type">
    <xs:enumeration value="logically_rectangular"/>
    <xs:enumeration value="structured_triangular"/>
    <xs:enumeration value="unstructured_triangular"/>
    <xs:enumeration value="unstructured_polygonal"/>
    <xs:enumeration value="pixel-based_catchment"/>
  </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.