<?xml version="1.0" encoding="UTF-8"?>
<Dataset xmlns="http://ndg.nerc.ac.uk/csml" xmlns:om="http://www,opengis.net/om" xmlns:xsi="http://www,w3.org/2001/XML/Schema-instance" xmlns:xlink="http://www,w3.org/1999/xlink" xsi:schemalocation="http://ndg.nerc.ac.uk/csml CSMLAppSchema.xsd" xmlns:gml="http://www,opengis.net/gml">
	<gml:MetaDataProperty>xlink:href="http://www.unidata.ucar.edu/projects/THREDDS/GALEON/"</gml:MetaDataProperty>
	<gml:description> "CSML Work In Progress" GALEON Fictional Model Output</gml:description>
	<gml:name codespace="http://www.unidata.ucar.edu/projects/THREDDS/GALEON/SimpleSamples/">SampleNetCDFbens</gml:name>
  <NetCDFExtract gml:id="ncextract_lat">
    <arraySize>5</arraySize>
    <fileName>SampleNetCDFbens.nc</fileName>
    <variableName>lat</variableName>
  </NetCDFExtract>
  <NetCDFExtract gml:id="ncextract_time">
    <arraySize>None</arraySize>
    <fileName>SampleNetCDFbens.nc</fileName>
    <variableName>time</variableName>
  </NetCDFExtract>
  <NetCDFExtract gml:id="ncextract_lon">
    <arraySize>10</arraySize>
    <fileName>SampleNetCDFbens.nc</fileName>
    <variableName>lon</variableName>
  </NetCDFExtract>
  <NetCDFExtract gml:id="ncextract_level">
    <arraySize>4</arraySize>
    <fileName>SampleNetCDFbens.nc</fileName>
    <variableName>level</variableName>
  </NetCDFExtract>
  <gml:FeatureCollection>
    <gml:featureMember>
      <GridFeature gml:id="temp">
        <gml:description>temperature</gml:description>
        <GridDomain>
          <domainReference>
              <gml:TimeInstant>
		          <gml:timePosition> 1996-01-01T12:00:00</gml:timePosition>
              </gml:TimeInstant>
          </domainReference>
          <domainComplement>
		  <Grid srsName="urn:EPSG:geographicCRS:4326plusvertical" dimension="3" srsDimension="3">
              <gml:limits>
                <gml:GridEnvelope>
                  <gml:low>1 </gml:low>
                  <gml:high>4 5 10 </gml:high>
                </gml:GridEnvelope>
              </gml:limits>
              <gml:axisName>dim1</gml:axisName>
              <gml:axisName>dim2</gml:axisName>
              <gml:axisName>dim3</gml:axisName>
	      <ordinate>
		      <gridAxesSpanned>dim1</gridAxesSpanned>
		      <sequenceRule order="+x+y+z">Linear</sequenceRule>
		      <definesAxis xlink:href="lon"/>
		      <axisValues xlink:href="#ncextract_lon"/>
	      </ordinate>
	      <ordinate>
		      <gridAxesSpanned>dim2</gridAxesSpanned>
		      <sequenceRule order="+x+y+z">Linear</sequenceRule>
		      <definesAxis xlink:href="lat"/>
		      <axisValues xlink:href="#ncextract_lat"/>
	      </ordinate>
	      <ordinate>
		      <gridAxesSpanned>dim3</gridAxesSpanned>
		      <sequenceRule order="+x+y+z">Linear</sequenceRule>
		      <definesAxis xlink:href="level"/>
		      <axisValues xlink:href="#ncextract_level"/>
		      <axisValues/>
              </ordinate>
            </Grid>
          </domainComplement>
          <gml:rangeSet>
            <AggregatedArray>
              <uom>celsius</uom>
              <arraySize>200</arraySize>
              <aggType>new</aggType>
              <aggIndex>1</aggIndex>
              <component>
                <NetCDFExtract>
                  <arraySize>4  5  10</arraySize>
                  <fileName>SampleNetCDFbens.nc</fileName>
                  <variableName>temp</variableName>
                </NetCDFExtract>
              </component>
            </AggregatedArray>
          </gml:rangeSet>
	  <gml:coverageFunction>
		  <MappingRule scanOrder="+gridI +gridJ +gridk +series"/>
	  </gml:coverageFunction>
        </GridDomain>
      </GridFeature>
    </gml:featureMember>
    <gml:featureMember>
      <GridFeature gml:id="rh">
        <gml:description>relative humidity</gml:description>
        <GridDomain>
          <domainReference>
              <gml:TimeInstant>
		          <gml:timePosition>1996-01-01T12:00:00</gml:timePosition>
              </gml:TimeInstant>
          </domainReference>
          <domainComplement>
		  <Grid srsName2="urn:EPSG:geographicCRS:4326" dimension="2" srsDimension="2">'2'&gt;
              <gml:limits>
                <gml:GridEnvelope>
                  <gml:low>1 </gml:low>
                  <gml:high>5 10 </gml:high>
                </gml:GridEnvelope>
              </gml:limits>
              <gml:axisName>dim1</gml:axisName>
              <gml:axisName>dim2</gml:axisName>
	      <ordinate>
		      <gridAxesSpanned>dim1</gridAxesSpanned>
		      <sequenceRule order="+x+y">Linear</sequenceRule>
		      <definesAxis xlink:href="lon"/>
		      <axisValues xlink:href="#ncextract_lon"/>
	      </ordinate>
	      <ordinate>
		      <gridAxesSpanned>dim2</gridAxesSpanned>
		      <sequenceRule order="+x+y">Linear</sequenceRule>
		      <definesAxis xlink:href="lat"/>
		      <axisValues xlink:href="#ncextract_lat"/>
              </ordinate>
            </Grid>
          </domainComplement>
          <gml:rangeSet>
            <AggregatedArray>
              <uom>
              </uom>
              <arraySize>50</arraySize>
              <aggType>new</aggType>
              <aggIndex>1</aggIndex>
              <component>
                <NetCDFExtract>
                  <arraySize>5  10</arraySize>
                  <fileName>SampleNetCDFbens.nc</fileName>
                  <variableName>rh</variableName>
                </NetCDFExtract>
              </component>
            </AggregatedArray>
          </gml:rangeSet>
	  <gml:coverageFunction>
		  <MappingRule scanOrder="+gridI +gridJ +series"/>
	  </gml:coverageFunction>
        </GridDomain>
      </GridFeature>
    </gml:featureMember>
  </gml:FeatureCollection>
</Dataset>
