<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
         xmlns:xlink="http://www.w3.org/1999/xlink" name="Unidata THREDDS Data Server" version="1.0.3">

  <service name="ncdods" serviceType="OPENDAP" base="/thredds/dodsC/"/>

  <dataset name="parent">

  <featureCollection featureType="FMRC" name="GOMOOS" harvest="true" path="fmrc/USGS/GOMOOS">
    <metadata inherited="true">
      <serviceName>ncdods</serviceName>
      <dataFormat>NETCDF</dataFormat>
      <documentation type="summary">Munge this with NcML</documentation>
    </metadata>

    <collection spec="/workshop/gomoos/gomoos.#yyyyMMdd#.cdf$"/>

    <protoDataset>
      <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
        <attribute name="Test" value="IT"/>
      </netcdf>
    </protoDataset>

    <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">

       <variable name="time">
         <attribute name="units" value="days since 2006-11-01 00:00 UTC"/>
       </variable>

       <variable name="elev">
         <attribute name="_FillValue" type="short" value="16608"/>
       </variable>

       <variable name="temp">
         <attribute name="_FillValue" type="short" value="-25184"/>
         <attribute name="coordinates" value="x y zpos time"/>
       </variable>

       <variable name="salt">
         <attribute name="_FillValue" type="short" value="-26128"/>
         <attribute name="units" type="String" value="0.001"/>
       </variable>

       <variable name="depth_at_sigma">
         <attribute name="_CoordinateAxes" value="x y zpos"/>
       </variable>

       <variable name="coordSysVar4D" type="int" shape="">
         <attribute name="_CoordinateAxes" value="x y zpos time"/>
         <attribute name="_CoordinateTransforms" value="zpos"/>
         <attribute name="_CoordinateSystemFor" value="xpos ypos zpos time"/>
       </variable>

       <variable name="coordSysVar3D" type="int" shape="">
         <attribute name="_CoordinateAxes" value="x y time"/>
         <attribute name="_CoordinateSystemFor" value="xpos ypos time"/>
       </variable>

       <variable name="coordSysVar2D" type="int" shape="">
         <attribute name="_CoordinateAxes" value="x y"/>
         <attribute name="_CoordinateSystemFor" value="xpos ypos"/>
       </variable>

       <variable name="zpos">
         <attribute name="standard_name" type="String" value="ocean_sigma_coordinate"/>
         <attribute name="formula_terms" type="String" value="sigma: zpos eta: elev depth: depth"/>
         <attribute name="positive" type="String" value="up"/>
         <attribute name="units" type="String" value="1"/>
         <attribute name="axis" type="String" value="Z"/>
         <values>0 -0.002 -0.004 -0.008 -0.016 -0.024 -0.032 -0.04 -0.06 -0.08 -0.10 -0.12 -0.14
           -0.16 -0.18 -0.2 -0.3 -0.4 -0.5 -0.6 -0.8 -1.0
         </values>
       </variable>

       <attribute name="Conventions" value="CF-1.0"/>
     </netcdf>

  </featureCollection>

  </dataset>

</catalog>
