src_data_unit_tests.ncml 766 Bytes
Newer Older
thopri's avatar
thopri committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<ns0:netcdf xmlns:ns0="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" title="NEMO aggregation">
  <ns0:aggregation type="union">
    <ns0:netcdf>
      <ns0:aggregation dimName="time" name="temperature" type="joinExisting">
        <ns0:scan location="file://Users/thopri/Projects/PyNEMO/unit_tests/test_data/" regExp=".*T\.nc$" />
      </ns0:aggregation>
    </ns0:netcdf>
    <ns0:netcdf>
      <ns0:aggregation dimName="time" name="sea_surface_height" type="joinExisting">
        <ns0:scan location="file://Users/thopri/Projects/PyNEMO/unit_tests/test_data/" regExp=".*T\.nc$" />
      </ns0:aggregation>
    </ns0:netcdf>
  </ns0:aggregation>
  <ns0:variable name="thetao" orgName="thetao" />
  <ns0:variable name="zos" orgName="zos" />
</ns0:netcdf>