<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">

  <variable name="salt">
    <attribute name="standard_name" value="sea_water_salinity"/>
  </variable>

  <variable name="temp">
    <attribute name="standard_name" value="sea_water_potential_temperature"/>
  </variable>

  <variable name="dye_01">
    <attribute name="units" value="mg/l"/>
    <attribute name="scale_factor" type="float" value="0.032"/>
    <attribute name="standard_name" value="mass_concentration_of_oxygen_in_sea_water"/>
  </variable>

  <variable name="grid" shape="" type="int">
    <attribute name="cf_role" value="grid_topology"/>
    <attribute name="topology_dimension" type="int" value="2"/>
    <attribute name="node_dimensions" value="xi_psi eta_psi"/>
    <attribute name="face_dimensions" value="xi_rho: xi_psi (padding: both) eta_rho: eta_psi (padding: both)"/>
    <attribute name="edge1_dimensions" value="xi_u: xi_psi eta_u: eta_psi (padding: both)"/>
    <attribute name="edge2_dimensions" value="xi_v: xi_psi (padding: both) eta_v: eta_psi"/>
    <attribute name="node_coordinates" value="lon_psi lat_psi"/>
    <attribute name="face_coordinates" value="lon_rho lat_rho"/>
    <attribute name="edge1_coordinates" value="lon_u lat_u"/>
    <attribute name="edge2_coordinates" value="lon_v lat_v"/>
    <attribute name="vertical_dimensions" value="s_rho: s_w (padding: none)"/>
  </variable>

  <aggregation dimName="ocean_time" type="joinExisting" timeUnitsChange="true">
    <scan location="Output" regExp=".*his.*\.nc$" subdirs="false"/>
  </aggregation>

</netcdf>

