<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="C:/WebDocs/THREDDS/GALEON/TestDatasets/striped.nc">
  <dimension name="Longitude" length="320" />
  <dimension name="Latitude" length="160" />
  <dimension name="Pressure" length="27" />
  <dimension name="Time" length="1" isUnlimited="true" />
  <attribute name="title" type="String" value="Test File" />
  <attribute name="history" type="String" value="Created_by RSI_UK" />
  <attribute name="Conventions" type="String" value="CF-1.0" />
  <variable name="Longitude" shape="Longitude" type="float">
    <attribute name="units" type="String" value="degrees_east" />
    <attribute name="modulo" type="String" value=" " />
    <attribute name="point_spacing" type="String" value="even" />
  </variable>
  <variable name="Latitude" shape="Latitude" type="float">
    <attribute name="units" type="String" value="degrees_north" />
  </variable>
  <variable name="Pressure" shape="Pressure" type="float">
    <attribute name="units" type="String" value="hPa" />
    <attribute name="positive" type="String" value="down" />
  </variable>
  <variable name="Time" shape="Time" type="float">
    <attribute name="units" type="String" value="days since 2005-05-10" />
  </variable>
  <variable name="ta" shape="Time Pressure Latitude Longitude" type="float">
    <attribute name="units" type="String" value="C" />
    <attribute name="long_name" type="String" value="Temperature" />
    <attribute name="title" type="String" value="Temperature" />
    <attribute name="source" type="String" value="RSI Test Code" />
    <attribute name="history" type="String" value="None" />
  </variable>
</netcdf>


