<?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="oxygen">
    <attribute name="scale_factor" type="float" value="0.001"/>
    <attribute name="units" value="mol m-3"/>
    <attribute name="standard_name" value="mole_concentration_of_dissolved_molecular_oxygen_in_sea_water"/>
  </variable>

  <aggregation dimName="ocean_time" type="joinExisting" timeUnitsChange="true">
    <scan location="Output/" suffix=".nc" subdirs="false"/>
  </aggregation>

</netcdf>


