netcdf pDry_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 pDry(Season\:\ 1\=DJF\,\ 2\=MAM\,\ 3\=\ JJA\,\ 4\=SON, Latitude, Longitude) ; pDry:units = "[-]" ; pDry:_FillValue = -3.4e+38f ; pDry:grid_mapping = "crs" ; pDry:proj4 = "+proj=longlat +datum=WGS84 +no_defs" ; pDry:min = 1.5979845429813e-15, 1.09945061120588e-10, 5.7022055381859e-14, 4.31970323373864e-16 ; pDry:max = 0.999999999999999, 0.999999999999989, 1., 1. ; // global attributes: :Conventions = "CF-1.4" ; :created_by = "R, packages ncdf4 and raster (version 3.5-15)" ; :date = "2022-07-31 16:18:19" ; }