netcdf sample_latlon { dimensions: lat = 181 ; lon = 360 ; variables: float lat(lat, lon) ; lat:units = "degrees_north" ; lat:long_name = "Latitude" ; lat:_FillValue = -9999.f ; float lon(lat, lon) ; lon:units = "degrees_east" ; lon:long_name = "Longitude" ; lon:_FillValue = -9999.f ; float APCP(lat, lon) ; APCP:grib_code = 61 ; APCP:units = "kg/m^2" ; APCP:long_name = "Total precipitation" ; APCP:level = "SFC" ; APCP:_FillValue = -9999.f ; APCP:init_time = "20070628_000000" ; APCP:init_time_ut = 1182988800 ; APCP:valid_time = "20070629_000000" ; APCP:valid_time_ut = 1183075200 ; APCP:accum_time = "12 hours" ; // global attributes: :FileOrigins = "File /home/johnhg/sample_latlon.grb generated 20090910_205640 UTC on host billiken by the PCP-Combine tool" ; :RunCommand = "Addition: /nfs/pigpen_pd6/score/DTC/GFS/fcst/20070628/gfs_3_20070628_0000_024.grb with accumulation of 6 hours plus /nfs/pigpen_pd6/score/DTC/GFS/fcst/20070628/gfs_3_20070628_0000_012.grb with accumulation of 6 hours." ; :Projection = "LatLon" ; :lat_ll_deg = "-90.000000 degrees_north" ; :lon_ll_deg = "0.000000 degrees_east" ; :delta_lat_deg = "1.000000 degrees" ; :delta_lon_deg = "1.000000 degrees" ; :Nlat = "181 grid_points" ; :Nlon = "360 grid_points" ; }