netcdf ShallowGW2019 { dimensions: latitude = 1624 ; longitude = 3856 ; time = 365 ; variables: double ShallowGW(time, longitude, latitude) ; ShallowGW:_FillValue = -9999. ; ShallowGW:units = "dimensionless" ; ShallowGW:long_name = "Shallow groundwater presence" ; double latitude(latitude) ; latitude:units = "degrees_north" ; double longitude(longitude) ; longitude:units = "degrees_east" ; double time(time) ; time:units = "Days" ; // global attributes: :_NCProperties = "version=2,netcdf=4.7.3,hdf5=1.8.12," ; :Date = "18-Sep-2022 18:46:31" ; :Author = "M. Evren Soylu - Georgia Tech : evrensoylu@gatech.edu" ; }