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

    <netcdf location="/data/comt_2/gom_hypoxia/DAL_ROMS/simpleO2model/txla_grd_v4_new.nc">
      <variable name="lon_rho">
        <attribute name="standard_name" value="longitude"/>
      </variable>
      <variable name="lat_rho">
        <attribute name="standard_name" value="latitude"/>
      </variable>
      <remove name="hraw" type="variable" />
    </netcdf>

    <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>

  </aggregation>
</netcdf>
