netcdf sugarbeet { dimensions: lat = 580 ; lon = 1384 ; year_month = 468 ; variables: double lat(lat) ; lat:_FillValue = NaN ; lat:units = "degrees north" ; lat:description = "latitude" ; double lon(lon) ; lon:_FillValue = NaN ; lon:units = "degrees east" ; lon:description = "longitude" ; int64 year_month(year_month) ; year_month:description = "time in year and month" ; year_month:units = "days since 1981-01-01" ; year_month:calendar = "proleptic_gregorian" ; float Total\ CWR(lat, lon, year_month) ; Total\ CWR:_FillValue = 0.f ; Total\ CWR:units = "millimeters (mm)" ; Total\ CWR:long\ name = "Total crop water requirement" ; Total\ CWR:description = "The depth of water (mm) required to support crop growth in each 2.5 arc minute grid cell by month " ; Total\ CWR:coordinates = "month year" ; float Total\ VCWR(lat, lon, year_month) ; Total\ VCWR:_FillValue = 0.f ; Total\ VCWR:units = "cubic meters" ; Total\ VCWR:long\ name = "Total volumetric crop water requirement" ; Total\ VCWR:description = "The volume of water (m3) required to support crop growth in each 2.5 arc minute grid cell by month" ; Total\ VCWR:coordinates = "month year" ; float Blue\ water\ fraction(lat, lon, year_month) ; Blue\ water\ fraction:_FillValue = 0.f ; Blue\ water\ fraction:units = "percentage" ; Blue\ water\ fraction:long\ name = "Blue water fraction" ; Blue\ water\ fraction:description = "The fraction of blue water required to fulfill the total crop water requirement (CWR). The remaining total CWR comes from green water." ; Blue\ water\ fraction:coordinates = "month year" ; float Surface\ water\ fraction(lat, lon, year_month) ; Surface\ water\ fraction:_FillValue = 0.f ; Surface\ water\ fraction:units = "percentage" ; Surface\ water\ fraction:long\ name = "Surface water fraction" ; Surface\ water\ fraction:description = "The fraction of the blue water requirement fulfilled by surface water for each year. The remaining blue water requirement comes from groundwater." ; Surface\ water\ fraction:coordinates = "month year" ; int64 year(year_month) ; year:description = "time in year and month" ; int64 month(year_month) ; month:description = "time in year and month" ; // global attributes: :Coordinate\ system = "EPSG: 4326 (WGS 84)" ; }