Attributes {
    X {
        String standard_name "longitude";
        Float32 pointwidth 2.5;
        Int32 gridtype 1;
        String units "degree_east";
    }
    T {
        String standard_name "time";
        Float32 pointwidth 1.0;
        Float32 modulo 12.0;
        String calendar "360";
        Float32 modulus 12.0;
        Int32 gridtype 1;
        String units "months since 1960-01-01";
    }
    Y {
        String standard_name "latitude";
        Float32 pointwidth 2.0;
        Int32 gridtype 0;
        String units "degree_north";
    }
    prcp {
        String long_name "precipitation rate";
        String units "mm/day";
        String history "Averaged over T2[1961, 1990]";
    }
    t2m {
        String long_name "temperature at 2m";
        String units "Kelvin_scale";
        String history "Averaged over T2[1961, 1990]";
    }
NC_GLOBAL {
    String Conventions "IRIDL";
}
}