netcdf ThetaX_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 ThetaX(Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON, Latitude, Longitude) ; ThetaX:units = "[-]" ; ThetaX:_FillValue = -3.4e+38f ; ThetaX:grid_mapping = "crs" ; ThetaX:proj4 = "+proj=longlat +datum=WGS84 +no_defs" ; ThetaX:min = 0.021032854052052, 0.0210343891750308, 0.0210139404141808, 0.0220597180613062 ; ThetaX:max = 0.690833202807394, 0.743295966048193, 0.774728782046959, 0.758005989692146 ; // global attributes: :Conventions = "CF-1.4" ; :created_by = "R, packages ncdf4 and raster (version 3.5-15)" ; :date = "2022-07-31 16:18:20" ; }