netcdf NoTPW_slmax_climate { dimensions: time = 751 ; lat = 721 ; lon = 1441 ; variables: float h(time, lat, lon) ; h:_FillValue = NaNf ; h:least_significant_digit = 2LL ; h:units = "metres" ; h:long_name = "Elevation" ; h:standard_name = "elevation" ; h:description = "This variable is calculated from StagYY and smoothed to remove edge effects." ; float rain(time, lat, lon) ; rain:_FillValue = NaNf ; rain:least_significant_digit = 2LL ; rain:units = "metres per year" ; rain:long_name = "Precipitation" ; rain:standard_name = "rainfall" ; rain:description = "This variable is calculated from PlaSim." ; float temp(time, lat, lon) ; temp:_FillValue = NaNf ; temp:least_significant_digit = 2LL ; temp:units = "degrees Celsius" ; temp:long_name = "Air Temperature" ; temp:standard_name = "air_temperature" ; temp:description = "This variable is calculated from PlaSim." ; float solar(time, lat, lon) ; solar:_FillValue = NaNf ; solar:least_significant_digit = 2LL ; solar:long_name = "Solar radiation" ; solar:standard_name = "solar_radiation" ; solar:description = "This variable is calculated from PlaSim." ; float lat(lat) ; lat:_FillValue = NaNf ; lat:units = "degrees_north" ; lat:long_name = "latitude" ; lat:standard_name = "latitude" ; lat:axis = "Y" ; float lon(lon) ; lon:_FillValue = NaNf ; lon:units = "degrees_east" ; lon:long_name = "longitude" ; lon:standard_name = "longitude" ; lon:axis = "X" ; float time(time) ; time:_FillValue = NaNf ; time:units = "Myr" ; time:long_name = "time" ; time:standard_name = "time" ; }