Attributes {
    X {
        String standard_name "longitude";
        Float32 pointwidth 0.5;
        Int32 gridtype 1;
        String units "degree_east";
    }
    T {
        String standard_name "time";
        Int32 pointwidth 0;
        String calendar "standard";
        Int32 gridtype 0;
        String units "days since 1960-01-01 00:00:00";
    }
    Y {
        String standard_name "latitude";
        Float32 pointwidth 0.5;
        Int32 gridtype 0;
        String units "degree_north";
    }
    Z {
        Int32 pointwidth 0;
        Int32 gridtype 0;
        String units "m";
    }
    wspd {
        Int32 pointwidth 0;
        String long_name "Wind speed at 10 m";
        Float32 missing_value 2.00000004E20;
        String units "m/s";
    }
NC_GLOBAL {
    String Conventions "IRIDL";
}
}