netcdf merra.prod.precip.20110712_dwd { dimensions: time = UNLIMITED ; // (24 currently) longitude = 2 ; latitude = 3 ; variables: double time(time) ; time:units = "hours since 2011-7-12 0" ; double longitude(longitude) ; longitude:units = "degrees_east" ; longitude:long_name = "Longitude" ; double latitude(latitude) ; latitude:units = "degrees_north" ; latitude:long_name = "Latitude" ; float prectot(time, latitude, longitude) ; prectot:comments = "Unknown1 variable comment" ; prectot:long_name = "Total surface precipitation" ; prectot:units = "" ; prectot:grid_name = "grid-1" ; prectot:grid_type = "linear" ; prectot:level_description = "Earth surface" ; prectot:time_statistic = "instantaneous" ; prectot:missing_value = 1.e+15f ; // global attributes: :Conventions = "COARDS" ; :calendar = "standard" ; :comments = "file created by grads using lats4d available from http://dao.gsfc.nasa.gov/software/grads/lats4d/" ; :model = "geos/das" ; :center = "gsfc" ; }