<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.ucar.edu/schemas/netcdf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ucar.edu/schemas/netcdf http://www.unidata.ucar.edu/schemas/netcdf-cs.xsd" uri="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" />
  <coordinateAxis name="Longitude" shape="Longitude" type="float" units="degrees_east" axisType="Lon">
    <attribute name="units" type="String" value="degrees_east" />
    <attribute name="modulo" type="String" value=" " />
    <attribute name="point_spacing" type="String" value="even" />
    <attribute name="_CoordinateAxisType" type="String" value="Lon" />
  </coordinateAxis>
  <coordinateAxis name="Latitude" shape="Latitude" type="float" units="degrees_north" axisType="Lat">
    <attribute name="units" type="String" value="degrees_north" />
    <attribute name="_CoordinateAxisType" type="String" value="Lat" />
  </coordinateAxis>
  <coordinateAxis name="Pressure" shape="Pressure" type="float" units="hPa" axisType="Pressure" positive="down">
    <attribute name="units" type="String" value="hPa" />
    <attribute name="positive" type="String" value="down" />
    <attribute name="_CoordinateAxisType" type="String" value="Pressure" />
    <attribute name="_CoordinateZisPositive" type="String" value="down" />
  </coordinateAxis>
  <coordinateAxis name="Time" shape="Time" type="float" units="days since 2005-05-10" axisType="Time">
    <attribute name="units" type="String" value="days since 2005-05-10" />
    <attribute name="_CoordinateAxisType" type="String" value="Time" />
  </coordinateAxis>
  <variable name="ta" shape="Time Pressure Latitude Longitude" type="float" coordinateSystems="Time-Pressure-Latitude-Longitude">
    <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>
  <coordinateSystem name="Time-Pressure-Latitude-Longitude">
    <coordinateAxisRef ref="Time" />
    <coordinateAxisRef ref="Pressure" />
    <coordinateAxisRef ref="Latitude" />
    <coordinateAxisRef ref="Longitude" />
  </coordinateSystem>
</netcdf>

