Attributes {
    Y {
        String standard_name "latitude";
        Int32 gridtype 0;
        String units "degree_north";
    }
    L {
        String standard_name "forecast_period";
        String long_name "Lead time";
        Float32 pointwidth 1.0;
        Int32 gridtype 0;
        String units "months";
    }
    S {
        String standard_name "forecast_reference_time";
        Int32 pointwidth 0;
        String long_name "Start time";
        String calendar "360";
        Int32 gridtype 0;
        String units "months since 1960-01-01";
    }
    X {
        String standard_name "longitude";
        Float32 pointwidth 2.8125;
        Int32 gridtype 1;
        String units "degree_east";
    }
    P {
        String long_name "Pressure level";
        Int32 gridtype 0;
        String units "mb";
    }
    prcp {
        Int32 cNZ 9;
        String long_name "total precipitation";
        String standard_name "lwe_thickness_of_precipitation_amount";
        String units "m s-1";
        String history "Averaged over M[0.5, 12.5]";
    }
    T {
        String standard_name "time";
        String units "months since 1960-01-01";
        Float32 pointwidth 1.0;
        String calendar "360";
        String long_name "Forecast time";
    }
    t2m {
        Int32 cNZ 9;
        String long_name "temperature at 2m";
        String standard_name "air_temperature";
        String units "Kelvin_scale";
        String history "Averaged over M[0.5, 12.5]";
    }
    zg {
        Int32 cNZ 9;
        String long_name "geopotential height";
        String standard_name "geopotential";
        String units "gpm";
        String history "Averaged over M[0.5, 12.5]";
    }
NC_GLOBAL {
    String Conventions "IRIDL";
}
}