<?xml version="1.0"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
  <aggregation dimName="time" type="joinExisting">
    <variableAgg name="precipitationQualityIndex"/>
    <variableAgg name="time"/>
    <netcdf location="dmrpp_test_files/ncml/GPM/3B-MO.MS.MRG.3IMERG.20000601-S000000-E235959.06.V06B.HDF5.dmrpp" ncoords="1"/>
    <netcdf location="dmrpp_test_files/ncml/GPM/3B-MO.MS.MRG.3IMERG.20000701-S000000-E235959.07.V06B.HDF5.dmrpp" ncoords="1"/>
  </aggregation>
  <dimension name="lat" length="1800"/>
  <dimension name="lon" length="3600"/>
  <attribute name="Conventions" type="String" value="CF-1.0"/>
  <variable name="precipitationQualityIndex">
    <attribute name="long_name" type="String" value="Quality Index for precipitationCal field"/>
  </variable>
  <variable name="lat" type="double" shape="lat">
    <attribute name="standard_name" type="string" value="latitude"/>
    <attribute name="units" type="string" value="degrees_north"/>
    <values start="-89.95" increment="0.1"/>
  </variable>
  <variable name="lon" type="double" shape="lon">
    <attribute name="standard_name" type="string" value="longitude"/>
    <attribute name="units" type="string" value="degrees_east"/>
    <values start="-179.95" increment="0.1"/>
  </variable>
</netcdf>
