netcdf MO1_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 MO1(Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON, Latitude, Longitude) ; MO1:units = "[-]" ; MO1:_FillValue = -3.4e+38f ; MO1:grid_mapping = "crs" ; MO1:proj4 = "+proj=longlat +datum=WGS84 +no_defs" ; MO1:min = 0.0112168926515999, -0.00738726624935815, -0.0107811297014528, 0.00993669419689835 ; MO1:max = 0.633313062806437, 0.598747966666885, 0.624978326234626, 0.620694318420952 ; // global attributes: :Conventions = "CF-1.4" ; :created_by = "R, packages ncdf4 and raster (version 3.5-15)" ; :date = "2022-07-31 16:18:17" ; }