netcdf merra.prod.assim.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 ps(time, latitude, longitude) ; ps:comments = "Unknown1 variable comment" ; ps:long_name = "Time averaged surface pressure" ; ps:units = "" ; ps:grid_name = "grid-1" ; ps:grid_type = "linear" ; ps:level_description = "Earth surface" ; ps:time_statistic = "instantaneous" ; ps:missing_value = 1.e+15f ; float u2m(time, latitude, longitude) ; u2m:comments = "Unknown1 variable comment" ; u2m:long_name = "Eastward wind at 2 m above the displacement height" ; u2m:units = "" ; u2m:grid_name = "grid-1" ; u2m:grid_type = "linear" ; u2m:level_description = "Earth surface" ; u2m:time_statistic = "instantaneous" ; u2m:missing_value = 1.e+15f ; float v2m(time, latitude, longitude) ; v2m:comments = "Unknown1 variable comment" ; v2m:long_name = "Northward wind at 2 m above the displacement height" ; v2m:units = "" ; v2m:grid_name = "grid-1" ; v2m:grid_type = "linear" ; v2m:level_description = "Earth surface" ; v2m:time_statistic = "instantaneous" ; v2m:missing_value = 1.e+15f ; float t2m(time, latitude, longitude) ; t2m:comments = "Unknown1 variable comment" ; t2m:long_name = "Temperature at 2 m above the displacement height" ; t2m:units = "" ; t2m:grid_name = "grid-1" ; t2m:grid_type = "linear" ; t2m:level_description = "Earth surface" ; t2m:time_statistic = "instantaneous" ; t2m:missing_value = 1.e+15f ; float qv2m(time, latitude, longitude) ; qv2m:comments = "Unknown1 variable comment" ; qv2m:long_name = "Specific humidity at 2 m above the displacement height" ; qv2m:units = "" ; qv2m:grid_name = "grid-1" ; qv2m:grid_type = "linear" ; qv2m:level_description = "Earth surface" ; qv2m:time_statistic = "instantaneous" ; qv2m: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" ; }