netcdf MOM_1950-1969_tasmean { dimensions: x = 215 ; y = 144 ; bnds = 2 ; height = 1 ; time = UNLIMITED ; // (240 currently) variables: double lon(y, x) ; lon:standard_name = "longitude" ; lon:long_name = "Longitude" ; lon:units = "degrees_east" ; lon:_CoordinateAxisType = "Lon" ; double lat(y, x) ; lat:standard_name = "latitude" ; lat:long_name = "Latitudes" ; lat:units = "degrees_north" ; lat:_CoordinateAxisType = "Lat" ; double height(height) ; height:standard_name = "height" ; height:long_name = "height above the ground" ; height:units = "m" ; height:positive = "up" ; height:axis = "Z" ; double time(time) ; time:standard_name = "time" ; time:units = "hours since 1949-12-01 00:00:00" ; time:calendar = "standard" ; float tasmean(time, height, y, x) ; tasmean:standard_name = "air_temperature" ; tasmean:long_name = "Surface air temperature" ; tasmean:units = "K" ; tasmean:coordinates = "lon lat" ; tasmean:cell_method = "time: mean within monthly values time: mean within daily values time: point values 1 hour" ; tasmean:cell_measures = "area: areacella" ; tasmean:grid_mapping_name = "Rotated_pole" ; double time_bnds(time, bnds) ; int Rotated_pole ; Rotated_pole:grid_mapping_name = "rotated_latitude_longitude" ; Rotated_pole:dx_m = "48918.09" ; Rotated_pole:dy_m = "48918.09" ; Rotated_pole:latitude_of_projection_origin = "-24.26" ; Rotated_pole:longitude_of_central_meridian = "147.63" ; Rotated_pole:true_longitude_of_projection = "32.37" ; Rotated_pole:grid_north_pole_latitude = "60.31" ; Rotated_pole:grid_north_pole_longitude = "321.38" ;