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

  <variable name="time" type="int">
    <attribute name="units" value="calendar months since 2000-6-16 6:00"/>
    <attribute name="_CoordinateAxisType" value="Time"/>
    <values>0 1 2</values>
  </variable>

  <aggregation dimName="time" type="joinNew">
    <variableAgg name="T"/>
    <netcdf location="time0.nc"/>
    <netcdf location="time1.nc"/>
    <netcdf location="time2.nc"/>
  </aggregation>

</netcdf>
