netcdf tas_WRFG_example { dimensions: yc = 109 ; xc = 134 ; time = UNLIMITED ; // (50 currently) variables: char Lambert_Conformal ; Lambert_Conformal:grid_mapping_name = "lambert_conformal_conic" ; Lambert_Conformal:standard_parallel = 30., 60. ; Lambert_Conformal:longitude_of_central_meridian = -97.5 ; Lambert_Conformal:latitude_of_projection_origin = 47.5 ; Lambert_Conformal:false_easting = 3325000. ; Lambert_Conformal:false_northing = 2700000. ; double lat(yc, xc) ; lat:long_name = "latitude" ; lat:standard_name = "latitude" ; lat:units = "degrees_north" ; lat:axis = "Y" ; double level ; level:units = "m" ; level:long_name = "2 m" ; level:axis = "Z" ; level:positive = "up" ; level:coordinate_defines = "point" ; level:actual_range = 2.f, 2.f ; double lon(yc, xc) ; lon:long_name = "longitude" ; lon:standard_name = "longitude" ; lon:units = "degrees_east" ; lon:axis = "X" ; float tas(time, yc, xc) ; tas:long_name = "Surface Air Temperature" ; tas:standard_name = "air_temperature" ; tas:units = "K" ; tas:_FillValue = 1.e+20f ; tas:missing_values = 1.e+20f ; tas:coordinates = "lon lat level" ; tas:grid_mapping = "Lambert_Conformal" ; tas:original_name = "T2 (TEMP at 2 M) in wrfout" ; tas:original_units = "K" ; double time(time) ; time:long_name = "time" ; time:standard_name = "time" ; time:axis = "T" ; time:calendar = "gregorian" ; time:units = "days since 1979-01-01 00:00:0.0" ; double xc(xc) ; xc:long_name = "x-coordinate in Cartesian system" ; xc:standard_name = "projection_x_coordinate" ; xc:axis = "X" ; xc:units = "m" ; double yc(yc) ; yc:long_name = "y-coordinate in Cartesian system" ; yc:standard_name = "projection_y_coordinate" ; yc:axis = "Y" ; yc:units = "m" ; // global attributes: :institution = "PNNL (Pacific Northwest National Laboratory, Richland, WA, USA)" ; :source = "PNNL/NCAR WRF(2006): atmosphere:WRF; sst/sea ice:AMIP2; Land:Noah;; Convcetion:KF; WSM5; CAM Radiation" ; :project_id = "NARCCAP" ; :table_id = "Table 2" ; :realization = 1 ; :experiment_id = "present-day climate using NCEP/DOE Reanalysis " ; :contact = "L. Ruby Leung (Ruby.Leung@pnl.gov)" ; :history = "Tue Apr 7 16:47:43 2009: ncks -d time,0,49 /home/mcginnis/tas_WRFP_2001010103.nc tas_WRFP_example.nc\n", "Tue Jun 10 13:57:13 2008: ncks -A /export/mcginnis99/level-fix/tas_level.nc tas_WRFP_2001010103.nc\n", "Thu Jan 31 09:41:23 2008: ncrcat tas_2001.nc tas_2002.nc tas_2003.nc tas_2004.nc tas_WRFP_2000010103.nc\n", "Wed Jan 30 14:12:33 2008: ncrcat tas_WRFP_2001a.nc tas_WRFP_2001b.nc tas_2001.nc\n", "Wed Jan 30 14:12:31 2008: ncrcat tas_WRFP_2001010103.nc tas_WRFP_2001020103.nc tas_WRFP_2001030103.nc tas_WRFP_2001040103.nc tas_WRFP_2001050103.nc tas_WRFP_2001060103.nc tas_WRFP_2001070103.nc tas_WRFP_2001080103.nc tas_WRFP_2001090103.nc tas_WRFP_2001a.nc\n", "subsetted from raw WRF output using pullwrf_rain.f90" ; :title = "PNNL model output prepared for NARCCAP present-day climate using NCEP/DOE Reanalysis" ; :nco_openmp_thread_number = 2 ; :Conventions = "CF-1.0" ; }