netcdf MO2_global_36KM { dimensions: Longitude = 933 ; Latitude = 500 ; Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON = UNLIMITED ; // (4 currently) variables: int crs ; crs:proj4 = "+proj=longlat +datum=WGS84 +no_defs" ; double Longitude(Longitude) ; Longitude:units = "degrees_east" ; Longitude:long_name = "Longitude" ; double Latitude(Latitude) ; Latitude:units = "degrees_north" ; Latitude:long_name = "Latitude" ; int Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON(Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON) ; Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON:units = "Season" ; Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON:long_name = "Season: 1=DJF, 2=MAM, 3= JJA, 4=SON" ; float MO2(Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON, Latitude, Longitude) ; MO2:units = "[-]" ; MO2:_FillValue = -3.4e+38f ; MO2:grid_mapping = "crs" ; MO2:proj4 = "+proj=longlat +datum=WGS84 +no_defs" ; MO2:min = 0.0237397609093524, 0.0269201893785613, 0.0274298906506694, 0.0273091425255356 ; MO2:max = 0.711005414961051, 0.777548870263086, 0.781323012425133, 0.780774311762489 ; // global attributes: :Conventions = "CF-1.4" ; :created_by = "R, packages ncdf4 and raster (version 3.5-15)" ; :date = "2022-07-31 16:18:18" ; }