Attributes {
    T {
        String standard_name "time";
        Float32 pointwidth 1.0;
        String calendar "360";
        Int32 gridtype 0;
        String units "months since 1960-01-01";
    }
    Y {
        String standard_name "latitude";
        Float32 pointwidth 0.5;
        Int32 gridtype 0;
        String units "degree_north";
    }
    X {
        String standard_name "longitude";
        Float32 pointwidth 0.5;
        Int32 gridtype 1;
        String units "degree_east";
    }
    temp {
        String long_name "temperature";
        String units "Celsius_scale";
        Float32 missing_value NaN;
        Float32 valid_min -3276.8;
        Float32 valid_max 3276.7;
    }
NC_GLOBAL {
    String Conventions "IRIDL";
}
}