netcdf GDP_SSP1_IIASA { dimensions: lon = 720 ; lat = 360 ; time = 91 ; variables: double GDP(time, lat, lon) ; double lon(lon) ; lon:units = "degrees_east" ; lon:axis = "X" ; lon:long_name = "Longitude" ; lon:standard_name = "longitude" ; double lat(lat) ; lat:units = "degrees_north" ; lat:axis = "Y" ; lat:long_name = "Latitude" ; lat:standard_name = "latitude" ; double time(time) ; time:units = "days since 2000-01-01 00:00:0.0" ; time:calendar = "gregorian" ; time:axis = "T" ; time:long_name = "time" ; time:standard_name = "time" ; // global attributes: :creation_date = "30-Jan-2023 16:32:51" ; }