Attributes {
    T {
        String long_name "time";
        Float32 pointwidth 1.0;
        String calendar "360";
        Int32 gridtype 0;
        String units "months since 1960-01-01";
    }
    IWMO {
        Int32 gridtype 2;
        String units "ids";
    }
    apparent{
        temp {
            String long_name "temperature";
            String units "degree_Celsius";
            Float32 scale_factor 0.1;
            Int32 molyid 11;
            String molyname "HMAXAPT";
            Int32 missing_value -999;
            String molydesc "highest daily maximum apparent temperature during month";
        }
    }
    estimated{
        daily{
            prcp {
                String long_name "precipitation";
                String units "mm";
                Float32 scale_factor 0.1;
                Int32 molyid 16;
                String molyname "EPCPMX";
                Int32 missing_value -999;
                String molydesc "maximum daily precipitation including estimates";
            }
        }
    }
    temp {
        String long_name "temperature";
        String units "degree_Celsius";
        Float32 scale_factor 0.1;
        Int32 molyid 6;
        String molyname "HMAX";
        Int32 missing_value -999;
        String molydesc "highest daily maximum temperature";
    }
NC_GLOBAL {
    String Conventions "IRIDL";
}
}