netcdf tau_bar_global_36KM { dimensions: Longitude = 975 ; Latitude = 617 ; 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 a(Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON, Latitude, Longitude) ; a:units = "[-]" ; a:_FillValue = -3.4e+38f ; a:grid_mapping = "crs" ; a:proj4 = "+proj=longlat +datum=WGS84 +no_defs" ; a:min = 1., 1., 1., 1. ; a:max = 82.0254287719727, 105.313583374023, 90.0113220214844, 87.9069137573242 ; // global attributes: :Conventions = "CF-1.4" ; :created_by = "R, packages ncdf4 and raster (version 3.5-15)" ; :date = "2022-07-31 16:26:06" ; }