Re: [Fwd: Re: Proposed ncl_convert2nc modification]

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Mon Jun 21 2010 - 18:23:31 MDT

Hi Julie,

There is a detailed description of NCL's naming scheme for GRIB 2
variables at
http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclFormatSupport.shtml#GRIB2-support-details
.

To decipher the names you also need to consult the NCEP GRIB 2
documentation at http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc.shtml
.

The various parts of the names are used to distinguish similar but
different instances of parameters encountered in the files.
To answer your specific questions:

P0 stands for "Product Definition Template Number" 0 (see http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_table4-0.shtml)

L104 and L105 stand for level type 104 and 105 (Sigma level and Hybrid
level respectively -- from http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_table4-5.shtml)

GLC0 stands for Grid (type) Lambert Conformal #0 (in the file it is
possible that there may be multiple lambert conformal grids defined --
the number distinguishes them).

The fact that the names change, not based on the version of NCL, but
based on the date of the files, indicates that there is indeed a
difference in the level type used to define the vertical levels. In
other words, prior to the date you mention, the files were encoded as
sigma levels, but then they changed to hybrid levels. Possibly the
encoding of the level was corrected and had been wrong previously, or
possibly the level type really did change. In any case, NCL is simply
reflecting a change the occurred in way the files were written. This
also accounts for the name change for the level coordinate variables.

If this does not seem to be a correct analysis of the situation,
please send a pointer to some sample files that would allow us to
analyze them ourselves.

I will also note that table 4.5 (which contains the level types) is
also just a text file found at grib2_codetables/ncep/4/4.5.table.
So if you are pointing to your own copy of the tables, it would be
possible to modify them to make level types 104 and 105 the same. But
to do so would be more than just tinkering with the spelling of a
parameter name, because it would lead to a misleading representation
of the file's contents. However, in some special circumstances it
could be a temporary workaround.
  -dave

On Jun 21, 2010, at 1:56 PM, Julie Prestopnik wrote:

> Hello. This is a follow up question to a discussion earlier this year
> (see forwarded email) from 04/06/2010.
>
> I was given some direction on setting the environment variable
> NIO_GRIB2_CODETABLES in a way so that a user could point to previous
> versions of the tables in order to keep the same variable names.
> After
> looking at these tables, it appears that this will work for short name
> changes only.
>
> I encountered a similar problem recently where the field name, but not
> the short name part of the field name, changed. For example, the
> field
> name for long_name Temperature was TMP_P0_L104_GLC0 (see attached
> 20100606_i15_f006_WRF-RR.txt file produced from using ncl_filedump on
> the grb2 file) before either 20100611 or 20100612, but after that date
> the field name changed to TMP_P0_L105_GLC0 (see attached
> 20100621_i15_f006_WRF-RR.txt). Note the change from "L104" to "L105".
> Could you please tell me what the "P0", "L104"/"L105", and "GLC0"
> stand for?
>
> Another change in these files was that the sigma levels (lv_SIGL0 and
> lv_SIGL3) changed to hybrid levels (lv_HYBL0 and lv_HYBL3).
>
> We use ncl_convert2nc to convert the grb2 files to nc files and our
> software relies upon the names staying the same. Is there a way to
> work
> around this issue so that we can keep the same field names?
>
> Thanks,
> Julie
> Copyright (C) 1995-2009 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 5.1.0
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> Variable: f (file variable)
>
> filename: 20100606_i15_f006_WRF-RR
> path: 20100606_i15_f006_WRF-RR.grb2
> file global attributes:
> dimensions:
> ygrid_0 = 647
> xgrid_0 = 648
> lv_SIGL0 = 50
> lv_SPDL1 = 3
> lv_HTGL2 = 2
> lv_SIGL3 = 49
> lv_DBLL4 = 5
> variables:
> float TMP_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float TMP_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float TMP_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float DPT_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Dew point temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 6 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float LHTFL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Latent heat net flux
> units : W m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0,
> 10 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SHTFL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Sensible heat net flux
> units : W m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0,
> 11 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SPFH_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Specific humidity
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 0 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SPFH_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Specific humidity
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 0 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float RH_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Relative humidity
> units : %
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float PWAT_P0_L200_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Precipitable water
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 3 )
> level_type : Entire atmosphere (considered as a single layer)
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float PRATE_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Precipitation rate
> units : kg m-2 s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 7 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float WEASD_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Water equivalent of accumulated snow depth
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 13 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CLMXR_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Cloud mixing ratio
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 22 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float RWMR_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Rain mixing ratio
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 24 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SNMR_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Snow mixing ratio
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 25 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float GRAUP_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Graupel (snow pellets)
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 32 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CRAIN_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Rain
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 192 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CFRZR_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Freezing Rain
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 193 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CICEP_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Ice Pellets
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 194 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CSNOW_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Snow
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 195 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CPRAT_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective Precipitation Rate
> units : kg m-2 s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 196 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SNOWC_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Snow Cover
> units : %
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 201 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float UGRD_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : u-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
> level_type : Specified height level above ground (m)
> level : 10
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float UGRD_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : u-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float VGRD_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : v-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
> level_type : Specified height level above ground (m)
> level : 10
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float VGRD_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : v-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float VVEL_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Vertical velocity pressure
> units : Pa s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 8 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float GUST_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Wind speed gust
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2,
> 22 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float FRICV_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Frictional Velocity
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2,
> 197 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float PRES_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Pressure
> units : Pa
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float PRES_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Pressure
> units : Pa
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float PRMSL_P0_L101_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Pressure reduced to MSL
> units : Pa
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 1 )
> level_type : Mean sea level (Pa)
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HGT_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HGT_P0_L2_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Cloud base level
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HGT_P0_L3_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Level of cloud tops
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HGT_P0_L7_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Tropopause
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HGT_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HPBL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Planetary Boundary Layer Height
> units : m
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3,
> 196 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float ULWRF_P0_L8_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Upward Long-Wave Rad. Flux
> units : W m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Long wave radiation
> parameter_template_discipline_category_number : ( 0, 0, 5,
> 193 )
> level_type : Nominal top of the atmosphere
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CICE_P0_L104_GLC0 ( lv_SIGL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Cloud ice
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Cloud
> parameter_template_discipline_category_number : ( 0, 0, 6, 0 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CAPE_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective available potential energy
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 6 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CAPE_P0_2L108_GLC0 ( lv_SPDL1, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective available potential energy
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 6 )
> level_type : Level at specified pressure difference from
> ground to level (Pa)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CIN_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective inhibition
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 7 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float CIN_P0_2L108_GLC0 ( lv_SPDL1, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective inhibition
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 7 )
> level_type : Level at specified pressure difference from
> ground to level (Pa)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float HLCY_P0_2L103_GLC0 ( lv_HTGL2, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Storm relative helicity
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 8 )
> level_type : Specified height level above ground (m)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float LFTX_P0_2L100_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Surface Lifted Index
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7,
> 192 )
> level_type : Isobaric surface (Pa)
> level : ( 50000, 100000 )
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float REFC_P0_L200_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Maximum/Composite radar reflectivity
> units : dB
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Forecast radar imagery
> parameter_template_discipline_category_number : ( 0, 0, 16,
> 196 )
> level_type : Entire atmosphere (considered as a single layer)
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float VIS_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Visibility
> units : m
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Physical atmospheric properties
> parameter_template_discipline_category_number : ( 0, 0, 19,
> 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float TKE_P0_L104_GLC0 ( lv_SIGL3, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Turbulent kinetic energy
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Physical atmospheric properties
> parameter_template_discipline_category_number : ( 0, 0, 19,
> 11 )
> level_type : Sigma level (sigma value)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float TSOIL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Soil temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0, 2 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float TSOIL_P0_L106_GLC0 ( lv_DBLL4, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Soil temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0, 2 )
> level_type : Depth below land surface (m)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SOILW_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Volumetric soil moisture content
> units : Proportion
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0,
> 192 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float SOILW_P0_L106_GLC0 ( lv_DBLL4, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Volumetric soil moisture content
> units : Proportion
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0,
> 192 )
> level_type : Depth below land surface (m)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float TEMPWTR_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Water temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Oceanographic products,
> Mass
> parameter_template_discipline_category_number : ( 0, 10, 3,
> 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float APCP_P8_L1_GLC0_acc6h ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Total precipitation
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1, 8 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : 6 hours (ending at forecast
> time)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float APCP_P8_L1_GLC0_acc1h ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Total precipitation
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1, 8 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : 1 hours (ending at forecast
> time)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float NCPCP_P8_L1_GLC0_acc6h ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Large scale precipitation (non-convective)
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1, 9 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : 6 hours (ending at forecast
> time)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float NCPCP_P8_L1_GLC0_acc1h ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Large scale precipitation (non-convective)
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1, 9 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : 1 hours (ending at forecast
> time)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float ACPCP_P8_L1_GLC0_acc6h ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective precipitation
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1,
> 10 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : 6 hours (ending at forecast
> time)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float ACPCP_P8_L1_GLC0_acc1h ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective precipitation
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1,
> 10 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : 1 hours (ending at forecast
> time)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float WEASD_P8_L1_GLC0_acc ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Water equivalent of accumulated snow depth
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1,
> 13 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : initial time to forecast time
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/06/2010 (15:00)
>
> float lv_DBLL4 ( lv_DBLL4 )
> long_name : Depth below land surface
> units : m
>
> float lv_SIGL3 ( lv_SIGL3 )
> long_name : Sigma level (sigma value)
> units : none
>
> float lv_HTGL2_l1 ( lv_HTGL2 )
> long_name : Specified height level above ground
> units : m
>
> float lv_HTGL2_l0 ( lv_HTGL2 )
> long_name : Specified height level above ground
> units : m
>
> float lv_SPDL1_l1 ( lv_SPDL1 )
> long_name : Level at specified pressure difference from
> ground to level
> units : Pa
>
> float lv_SPDL1_l0 ( lv_SPDL1 )
> long_name : Level at specified pressure difference from
> ground to level
> units : Pa
>
> float lv_SIGL0 ( lv_SIGL0 )
> long_name : Sigma level (sigma value)
> units : none
>
> float gridrot_0 ( ygrid_0, xgrid_0 )
> long_name : vector rotation angle
> GridType : Lambert Conformal (secant, tangent, conical or
> bipolar)
> units : radians
> formula_u : Uearth = sin(rot)*Vgrid + cos(rot)*Ugrid
> formula_v : Vearth = cos(rot)*Vgrid - sin(rot)*Ugrid
> note1 : u and v components of vector quantities are resolved
> relative to grid
> note2 : apply formulas to derive u and v components relative
> to earth
>
> float gridlat_0 ( ygrid_0, xgrid_0 )
> corners : ( 1.066, 2.78932, 61.42877, 56.25039 )
> long_name : latitude
> grid_type : Lambert Conformal (secant, tangent, conical or
> bipolar)
> units : degrees_north
> Latin2 : 45
> Latin1 : 45
> Dy : 13.545
> Dx : 13.545
> Lov : 265
> Lo1 : 231.501
> La1 : 1.066
>
> float gridlon_0 ( ygrid_0, xgrid_0 )
> corners : ( -128.499, -65.7267, -4.560924, 170.0096 )
> long_name : longitude
> grid_type : Lambert Conformal (secant, tangent, conical or
> bipolar)
> units : degrees_east
> Latin2 : 45
> Latin1 : 45
> Dy : 13.545
> Dx : 13.545
> Lov : 265
> Lo1 : 231.501
> La1 : 1.066
>
>
> Copyright (C) 1995-2009 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 5.1.0
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> Variable: f (file variable)
>
> filename: 20100621_i15_f006_WRF-RR
> path: 20100621_i15_f006_WRF-RR.grb2
> file global attributes:
> dimensions:
> ygrid_0 = 647
> xgrid_0 = 648
> lv_HYBL0 = 50
> lv_SPDL1 = 3
> lv_HTGL2 = 2
> lv_HYBL3 = 49
> lv_DBLL4 = 5
> variables:
> float TMP_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float TMP_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float TMP_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float DPT_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Dew point temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0, 6 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float LHTFL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Latent heat net flux
> units : W m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0,
> 10 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SHTFL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Sensible heat net flux
> units : W m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 0, 0,
> 11 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SPFH_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Specific humidity
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 0 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SPFH_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Specific humidity
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 0 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float RH_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Relative humidity
> units : %
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
> level_type : Specified height level above ground (m)
> level : 2
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float PWAT_P0_L200_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Precipitable water
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 3 )
> level_type : Entire atmosphere (considered as a single layer)
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float PRATE_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Precipitation rate
> units : kg m-2 s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1, 7 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float WEASD_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Water equivalent of accumulated snow depth
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 13 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CLMXR_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Cloud mixing ratio
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 22 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float RWMR_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Rain mixing ratio
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 24 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SNMR_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Snow mixing ratio
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 25 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float GRAUP_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Graupel (snow pellets)
> units : kg kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 32 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CRAIN_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Rain
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 192 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CFRZR_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Freezing Rain
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 193 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CICEP_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Ice Pellets
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 194 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CSNOW_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Categorical Snow
> units : non-dim
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 195 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CPRAT_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective Precipitation Rate
> units : kg m-2 s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 196 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SNOWC_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Snow Cover
> units : %
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 0, 0, 1,
> 201 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float UGRD_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : u-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
> level_type : Specified height level above ground (m)
> level : 10
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float UGRD_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : u-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float VGRD_P0_L103_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : v-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
> level_type : Specified height level above ground (m)
> level : 10
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float VGRD_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : v-component of wind
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float VVEL_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Vertical velocity pressure
> units : Pa s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2, 8 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float GUST_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Wind speed gust
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2,
> 22 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float FRICV_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Frictional Velocity
> units : m s-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Momentum
> parameter_template_discipline_category_number : ( 0, 0, 2,
> 197 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float PRES_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Pressure
> units : Pa
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float PRES_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Pressure
> units : Pa
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float PRMSL_P0_L101_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Pressure reduced to MSL
> units : Pa
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 1 )
> level_type : Mean sea level (Pa)
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HGT_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HGT_P0_L2_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Cloud base level
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HGT_P0_L3_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Level of cloud tops
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HGT_P0_L7_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Tropopause
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HGT_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Geopotential height
> units : gpm
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HPBL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Planetary Boundary Layer Height
> units : m
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Mass
> parameter_template_discipline_category_number : ( 0, 0, 3,
> 196 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float ULWRF_P0_L8_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Upward Long-Wave Rad. Flux
> units : W m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Long wave radiation
> parameter_template_discipline_category_number : ( 0, 0, 5,
> 193 )
> level_type : Nominal top of the atmosphere
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CICE_P0_L105_GLC0 ( lv_HYBL0, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Cloud ice
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Cloud
> parameter_template_discipline_category_number : ( 0, 0, 6, 0 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CAPE_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective available potential energy
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 6 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CAPE_P0_2L108_GLC0 ( lv_SPDL1, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective available potential energy
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 6 )
> level_type : Level at specified pressure difference from
> ground to level (Pa)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CIN_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective inhibition
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 7 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float CIN_P0_2L108_GLC0 ( lv_SPDL1, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective inhibition
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 7 )
> level_type : Level at specified pressure difference from
> ground to level (Pa)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float HLCY_P0_2L103_GLC0 ( lv_HTGL2, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Storm relative helicity
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7, 8 )
> level_type : Specified height level above ground (m)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float LFTX_P0_2L100_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Surface Lifted Index
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Thermodynamic stability indicies
> parameter_template_discipline_category_number : ( 0, 0, 7,
> 192 )
> level_type : Isobaric surface (Pa)
> level : ( 50000, 100000 )
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float REFC_P0_L200_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Maximum/Composite radar reflectivity
> units : dB
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Forecast radar imagery
> parameter_template_discipline_category_number : ( 0, 0, 16,
> 196 )
> level_type : Entire atmosphere (considered as a single layer)
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float VIS_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Visibility
> units : m
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Physical atmospheric properties
> parameter_template_discipline_category_number : ( 0, 0, 19,
> 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float TKE_P0_L105_GLC0 ( lv_HYBL3, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Turbulent kinetic energy
> units : J kg-1
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Physical atmospheric properties
> parameter_template_discipline_category_number : ( 0, 0, 19,
> 11 )
> level_type : Hybrid level
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float TSOIL_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Soil temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0, 2 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float TSOIL_P0_L106_GLC0 ( lv_DBLL4, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Soil temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0, 2 )
> level_type : Depth below land surface (m)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SOILW_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Volumetric soil moisture content
> units : Proportion
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0,
> 192 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float SOILW_P0_L106_GLC0 ( lv_DBLL4, ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Volumetric soil moisture content
> units : Proportion
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Land surface products,
> Temperature
> parameter_template_discipline_category_number : ( 0, 2, 0,
> 192 )
> level_type : Depth below land surface (m)
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float TEMPWTR_P0_L1_GLC0 ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Water temperature
> units : K
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Oceanographic products,
> Mass
> parameter_template_discipline_category_number : ( 0, 10, 3,
> 0 )
> level_type : Ground or water surface
> level : 0
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float APCP_P8_L1_GLC0_acc ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Total precipitation
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1, 8 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : initial time to forecast time
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float NCPCP_P8_L1_GLC0_acc ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Large scale precipitation (non-convective)
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1, 9 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : initial time to forecast time
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float ACPCP_P8_L1_GLC0_acc ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Convective precipitation
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1,
> 10 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : initial time to forecast time
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float WEASD_P8_L1_GLC0_acc ( ygrid_0, xgrid_0 )
> center : NOAA Forecast Systems Lab, Boulder CO
> production_status : Operational products
> long_name : Water equivalent of accumulated snow depth
> units : kg m-2
> _FillValue : 1e+20
> coordinates : gridlat_0 gridlon_0
> grid_type : Lambert Conformal can be secant or tangent,
> conical or bipolar
> parameter_discipline_and_category : Meteorological products,
> Moisture
> parameter_template_discipline_category_number : ( 8, 0, 1,
> 13 )
> level_type : Ground or water surface
> level : 0
> type_of_statistical_processing : Accumulation
> statistical_process_duration : initial time to forecast time
> forecast_time : 6
> forecast_time_units : hours
> initial_time : 06/21/2010 (15:00)
>
> float lv_DBLL4 ( lv_DBLL4 )
> long_name : Depth below land surface
> units : m
>
> float lv_HYBL3 ( lv_HYBL3 )
> long_name : Hybrid level
> units : none
>
> float lv_HTGL2_l1 ( lv_HTGL2 )
> long_name : Specified height level above ground
> units : m
>
> float lv_HTGL2_l0 ( lv_HTGL2 )
> long_name : Specified height level above ground
> units : m
>
> float lv_SPDL1_l1 ( lv_SPDL1 )
> long_name : Level at specified pressure difference from
> ground to level
> units : Pa
>
> float lv_SPDL1_l0 ( lv_SPDL1 )
> long_name : Level at specified pressure difference from
> ground to level
> units : Pa
>
> float lv_HYBL0 ( lv_HYBL0 )
> long_name : Hybrid level
> units : none
>
> float gridrot_0 ( ygrid_0, xgrid_0 )
> long_name : vector rotation angle
> GridType : Lambert Conformal (secant, tangent, conical or
> bipolar)
> units : radians
> formula_u : Uearth = sin(rot)*Vgrid + cos(rot)*Ugrid
> formula_v : Vearth = cos(rot)*Vgrid - sin(rot)*Ugrid
> note1 : u and v components of vector quantities are resolved
> relative to grid
> note2 : apply formulas to derive u and v components relative
> to earth
>
> float gridlat_0 ( ygrid_0, xgrid_0 )
> corners : ( 1.066, 2.790034, 61.43001, 56.24951 )
> long_name : latitude
> grid_type : Lambert Conformal (secant, tangent, conical or
> bipolar)
> units : degrees_north
> Latin2 : 45
> Latin1 : 45
> Dy : 13.545
> Dx : 13.545
> Lov : 265
> Lo1 : 231.5
> La1 : 1.066
>
> float gridlon_0 ( ygrid_0, xgrid_0 )
> corners : ( -128.5, -65.72743, -4.561031, 170.0079 )
> long_name : longitude
> grid_type : Lambert Conformal (secant, tangent, conical or
> bipolar)
> units : degrees_east
> Latin2 : 45
> Latin1 : 45
> Dy : 13.545
> Dx : 13.545
> Lov : 265
> Lo1 : 231.5
> La1 : 1.066
>
>
>
> From: David Brown <dbrown@ucar.edu>
> Date: April 6, 2010 1:25:13 PM MDT
> To: Julie Prestopnik <jpresto@rap.ucar.edu>
> Cc: ncl-talk@ucar.edu
> Subject: Re: Proposed ncl_convert2nc modification
>
>
> Hi Julie (and everyone who processes GRIB2 files using NCL),
>
> OK now I understand. This concerns GRIB2 files. There have indeed
> been changes over the years and the new release of NCL has more of
> them. I am actually in the process of documenting the changes now.
> The reason for the changes are very basic: when GRIB2 files were
> first distributed, the NCEP documentation had many parameters in
> their tables that had no entry in the column for abbreviation. Since
> NCL needs a short parameter name to provide a basis for its variable
> naming scheme, we invented abbreviations ourselves. I should note
> that the WMO, which defines the GRIB standard such as it is, does
> not define parameter abbreviations at all, and if you look at the
> ECMWF versions of the tables there are no abbreviations listed. NCEP
> on the other hand has now gone completely through the tables and has
> defined abbreviations for every parameter. Naturally these do not
> all coincide with the abbreviations we invented. For future
> interoperability we consider it essential that our parameter names
> are the same as the names defined by NCEP.
>
> For the new release of NCL (5.2.0), which has a fair number of short
> name changes, hopefully mostly for the more exotic parameters, we
> have tried to mitigate the problem that users may encounter by
> providing the previous version of the tables in the installation
> directories. You will be able to switch from the current version of
> the grib2_codetables to the previous version simply by setting the
> environment variable NIO_GRIB2_CODETABLES from the default
> ( $NCARG_ROOT/lib/ncarg/grib2_codetables) to
> $NCARG_ROOT/lib/ncarg/grib2_codetables.previous.
>
> For the record, as Dennis noted, the change your co-worker noticed
> (from TURBKE to TKE) occurred quite some time ago with the release
> of NCL 5.1.0. Therefore setting
> the environment variable will not help in your case. However, I will
> also point out that the GRIB2 codetables are all just text files and
> easily editable. There are several directories under the top level
> grib2_codetables directory: ecmwf, fsl, ncar, ncep, and tigge. The
> information under each directory is mostly duplicated, and
> eventually we hope to reduce it to 1 or at most 3 directories:
> ecmwf, ncep, and tigge. As it is the fsl and ncar directories have
> exactly the same information as the ncep directory. For the
> parameter information only the ecmwf and ncep directories are
> consulted. All the parameter descriptions, including the
> abbreviations, are contained in the (ncep or ecmwf)/4/4.2.x.x.table
> files. Taking the TKE/TURBKE parameter as an example, you can
> determine which table file contains it by referring to the
> 'parameter_template_discipline_category_number'
> attribute, which in this case has the value 0, 0, 19, 11. You can
> ignore the first number. The second and third numbers specify the
> file and the fourth specifies the parameter number in the file. So
> this parameter would be found in 4.2.0.19.table as parameter 11.
>
> The entry looks like this:
> 11:11:Turbulent kinetic energy:J kg-1:TKE
>
> So if, for example, you need to retain the name TURBKE for this
> parameter, you can copy the whole grib2_codetables directory tree to
> your own location, then just substitute TURBKE for TKE at the end of
> the entry for parameter 11 and point the NIO_GRIB2_CODETABLES to
> your location.
>
> Sorry for the difficulty. We are hopeful that now that GRIB2 has
> matured a bit, we will not encounter this situation again. In fact
> it is now our policy and part of the code that if any new parameters
> are defined without a usable short name, we will no longer invent
> names. Instead the parameter will simply get a generic name
> consisting of 'VAR_' plus the three defining numbers, e.g.
> VAR_0_19_11 (if the TKE parameter did not have a short name).
>
> Hope this helps.
> -dave
>
>
>
>
>
>
>
>
> On Apr 6, 2010, at 11:29 AM, Julie Prestopnik wrote:
>
>> Hi Dave and Dennis. Thank you for the information. One of my
>> co-workers indicated that she previously saw TURBKE_P0_L104_GLC0 for
>> Turbulent Kinetic Energy, but later saw TKE_P0_L104_GLC0 for
>> Turbulent
>> Kinetic Energy for the same grib file (20100115_i15_f000_WRF-
>> RR.grb2).
>>
>> I have attached the header information for both files.
>>
>> Both files were converted using ncl_convert2nc. Unfortunately, the
>> file
>> with TURBKE_P0_L104_GLC0 was generated two days before that machine
>> was
>> upgraded so I cannot determine which version of NCL was used or what
>> uname -a would have output at the time. It may be possible that
>> this is
>> the result of a version upgrade.
>>
>> The version used to generate the file with TKE_P0_L104_GLC0 is
>> 5.1.0 and
>> the output from uname -a is: Linux finch 2.6.26-2-amd64 #1 SMP Tue
>> Jan
>> 12 22:12:20 UTC 2010 x86_64 GNU/Linux
>>
>> I have been told that there were other instances where this has
>> occurred
>> and need to gather more information from the people who have
>> experienced
>> this issue.
>>
>> Thank you for your help.
>>
>> Julie
>>
>> David Brown wrote:
>>>
>>> Hi Julie,
>>> We need more information about what you are asking. And as Dennis
>>> suggested, it would be helpful to have some sample files. NCL adds
>>> information as suffixes to the raw parameter names that come from
>>> various versions of the GRIB parameter tables based on the
>>> information
>>> found in the individual GRIB records. The suffixes are needed to
>>> ensure
>>> the uniqueness of each variable name as presented in the NCL
>>> context.
>>> Note that these variables are actually aggregations along level
>>> and time
>>> of individual GRIB records. It is certainly possible to provide
>>> your own
>>> parameter table to give any name you would like as parameter
>>> names, but
>>> the rest of the name (from the first underscore character to the
>>> end of
>>> the name) is needed to keep the data properly separated into unique
>>> individually accessible variables. So we need to know what you
>>> actually
>>> mean when you say the "field names change". Possibly you are
>>> getting an
>>> incorrect version of the parameter table. If so it could be a
>>> problem
>>> with the NCL code.
>>> -dave
>>>
>>> On Apr 5, 2010, at 7:28 PM, jpresto@ucar.edu wrote:
>>>
>>>> Hello. I have noticed when using ncl_convert2nc to convert WRFRR
>>>> grib
>>>> files to netCDF format, sometimes the field names change. I would
>>>> like to
>>>> have the field names stay the same. It would be nice if
>>>> ncl_convert2nc
>>>> had the following capability: if the input grib names were known,
>>>> I could
>>>> have a configuration file with the field names I would like to have
>>>> ncl_convert2nc output. Is this something that the maintainers of
>>>> ncl_convert2nc would be interested in modifying the code to do?
>>>>
>>>> Thanks,
>>>> Julie Prestopnik
>>>>
>>>> Software Engineer
>>>> Research Applications Laboratory
>>>>
>>>>
>>>> _______________________________________________
>>>> ncl-talk mailing list
>>>> List instructions, subscriber options, unsubscribe:
>>>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>> netcdf \20100115_i15_f000_WRF-RR {
>> dimensions:
>> ygrid_0 = 647 ;
>> xgrid_0 = 648 ;
>> lv_SIGL0 = 50 ;
>> lv_SPDL1 = 3 ;
>> lv_HTGL2 = 2 ;
>> lv_SIGL3 = 49 ;
>> lv_DBLL4 = 5 ;
>> variables:
>> float gridlon_0(ygrid_0, xgrid_0) ;
>> gridlon_0:La1 = 1.066f ;
>> gridlon_0:Lo1 = 231.501f ;
>> gridlon_0:Lov = 265.f ;
>> gridlon_0:Dx = 13.545f ;
>> gridlon_0:Dy = 13.545f ;
>> gridlon_0:Latin1 = 45.f ;
>> gridlon_0:Latin2 = 45.f ;
>> gridlon_0:units = "degrees_east" ;
>> gridlon_0:grid_type = "Lambert Conformal (secant, tangent,
>> conical or bipolar)" ;
>> gridlon_0:long_name = "longitude" ;
>> gridlon_0:corners = -128.499f, -65.7267f, -4.560924f, 170.0096f ;
>> float gridlat_0(ygrid_0, xgrid_0) ;
>> gridlat_0:La1 = 1.066f ;
>> gridlat_0:Lo1 = 231.501f ;
>> gridlat_0:Lov = 265.f ;
>> gridlat_0:Dx = 13.545f ;
>> gridlat_0:Dy = 13.545f ;
>> gridlat_0:Latin1 = 45.f ;
>> gridlat_0:Latin2 = 45.f ;
>> gridlat_0:units = "degrees_north" ;
>> gridlat_0:grid_type = "Lambert Conformal (secant, tangent,
>> conical or bipolar)" ;
>> gridlat_0:long_name = "latitude" ;
>> gridlat_0:corners = 1.066f, 2.78932f, 61.42877f, 56.25039f ;
>> float gridrot_0(ygrid_0, xgrid_0) ;
>> gridrot_0:note2 = "apply formulas to derive u and v components
>> relative to earth" ;
>> gridrot_0:note1 = "u and v components of vector quantities are
>> resolved relative to grid" ;
>> gridrot_0:formula_v = "Vearth = cos(rot)*Vgrid - sin(rot)*Ugrid" ;
>> gridrot_0:formula_u = "Uearth = sin(rot)*Vgrid + cos(rot)*Ugrid" ;
>> gridrot_0:units = "radians" ;
>> gridrot_0:GridType = "Lambert Conformal (secant, tangent, conical
>> or bipolar)" ;
>> gridrot_0:long_name = "vector rotation angle" ;
>> float lv_SIGL0(lv_SIGL0) ;
>> lv_SIGL0:units = "none" ;
>> lv_SIGL0:long_name = "Sigma level (sigma value)" ;
>> float lv_SPDL1_l0(lv_SPDL1) ;
>> lv_SPDL1_l0:units = "Pa" ;
>> lv_SPDL1_l0:long_name = "Level at specified pressure difference
>> from ground to level" ;
>> float lv_SPDL1_l1(lv_SPDL1) ;
>> lv_SPDL1_l1:units = "Pa" ;
>> lv_SPDL1_l1:long_name = "Level at specified pressure difference
>> from ground to level" ;
>> float lv_HTGL2_l0(lv_HTGL2) ;
>> lv_HTGL2_l0:units = "m" ;
>> lv_HTGL2_l0:long_name = "Specified height level above ground" ;
>> float lv_HTGL2_l1(lv_HTGL2) ;
>> lv_HTGL2_l1:units = "m" ;
>> lv_HTGL2_l1:long_name = "Specified height level above ground" ;
>> float lv_SIGL3(lv_SIGL3) ;
>> lv_SIGL3:units = "none" ;
>> lv_SIGL3:long_name = "Sigma level (sigma value)" ;
>> float lv_DBLL4(lv_DBLL4) ;
>> lv_DBLL4:units = "m" ;
>> lv_DBLL4:long_name = "Depth below land surface" ;
>> float WEASD_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> WEASD_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> WEASD_P8_L1_GLC0_acc:forecast_time = 0 ;
>> WEASD_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> WEASD_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> WEASD_P8_L1_GLC0_acc:level = 0.f ;
>> WEASD_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>>
>> WEASD_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 13 ;
>> WEASD_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> WEASD_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> WEASD_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> WEASD_P8_L1_GLC0_acc:_FillValue = -999.f ;
>> WEASD_P8_L1_GLC0_acc:units = "kg m-2" ;
>> WEASD_P8_L1_GLC0_acc:long_name = "Water equivalent of accumulated
>> snow depth" ;
>> WEASD_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> WEASD_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float ACPCP_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> ACPCP_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> ACPCP_P8_L1_GLC0_acc:forecast_time = 0 ;
>> ACPCP_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> ACPCP_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> ACPCP_P8_L1_GLC0_acc:level = 0.f ;
>> ACPCP_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>>
>> ACPCP_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 10 ;
>> ACPCP_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> ACPCP_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> ACPCP_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> ACPCP_P8_L1_GLC0_acc:_FillValue = -999.f ;
>> ACPCP_P8_L1_GLC0_acc:units = "kg m-2" ;
>> ACPCP_P8_L1_GLC0_acc:long_name = "Convective precipitation" ;
>> ACPCP_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> ACPCP_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float NCPCP_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> NCPCP_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> NCPCP_P8_L1_GLC0_acc:forecast_time = 0 ;
>> NCPCP_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> NCPCP_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> NCPCP_P8_L1_GLC0_acc:level = 0.f ;
>> NCPCP_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>>
>> NCPCP_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 9 ;
>> NCPCP_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> NCPCP_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> NCPCP_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> NCPCP_P8_L1_GLC0_acc:_FillValue = -999.f ;
>> NCPCP_P8_L1_GLC0_acc:units = "kg m-2" ;
>> NCPCP_P8_L1_GLC0_acc:long_name = "Large scale precipitation (non-
>> convective)" ;
>> NCPCP_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> NCPCP_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float APCP_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> APCP_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> APCP_P8_L1_GLC0_acc:forecast_time = 0 ;
>> APCP_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> APCP_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> APCP_P8_L1_GLC0_acc:level = 0.f ;
>> APCP_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>> APCP_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 8 ;
>> APCP_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> APCP_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> APCP_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> APCP_P8_L1_GLC0_acc:_FillValue = -999.f ;
>> APCP_P8_L1_GLC0_acc:units = "kg m-2" ;
>> APCP_P8_L1_GLC0_acc:long_name = "Total precipitation" ;
>> APCP_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> APCP_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float TEMPWTR_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> TEMPWTR_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TEMPWTR_P0_L1_GLC0:forecast_time = 0 ;
>> TEMPWTR_P0_L1_GLC0:level = 0.f ;
>> TEMPWTR_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> TEMPWTR_P0_L1_GLC0:parameter_template_discipline_category_number
>> = 0, 10, 3, 0 ;
>> TEMPWTR_P0_L1_GLC0:parameter_discipline_and_category =
>> "Oceanographic products, Mass" ;
>> TEMPWTR_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> TEMPWTR_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TEMPWTR_P0_L1_GLC0:_FillValue = -999.f ;
>> TEMPWTR_P0_L1_GLC0:units = "K" ;
>> TEMPWTR_P0_L1_GLC0:long_name = "Water temperature" ;
>> TEMPWTR_P0_L1_GLC0:production_status = "Operational products" ;
>> TEMPWTR_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SOILW_P0_L106_GLC0(lv_DBLL4, ygrid_0, xgrid_0) ;
>> SOILW_P0_L106_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SOILW_P0_L106_GLC0:forecast_time = 0 ;
>> SOILW_P0_L106_GLC0:level_type = "Depth below land surface (m)" ;
>> SOILW_P0_L106_GLC0:parameter_template_discipline_category_number
>> = 0, 2, 0, 192 ;
>> SOILW_P0_L106_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> SOILW_P0_L106_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> SOILW_P0_L106_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SOILW_P0_L106_GLC0:_FillValue = -999.f ;
>> SOILW_P0_L106_GLC0:units = "Proportion" ;
>> SOILW_P0_L106_GLC0:long_name = "Volumetric soil moisture content" ;
>> SOILW_P0_L106_GLC0:production_status = "Operational products" ;
>> SOILW_P0_L106_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SOILW_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> SOILW_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SOILW_P0_L1_GLC0:forecast_time = 0 ;
>> SOILW_P0_L1_GLC0:level = 0.f ;
>> SOILW_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> SOILW_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 2, 0, 192 ;
>> SOILW_P0_L1_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> SOILW_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SOILW_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SOILW_P0_L1_GLC0:_FillValue = -999.f ;
>> SOILW_P0_L1_GLC0:units = "Proportion" ;
>> SOILW_P0_L1_GLC0:long_name = "Volumetric soil moisture content" ;
>> SOILW_P0_L1_GLC0:production_status = "Operational products" ;
>> SOILW_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TSOIL_P0_L106_GLC0(lv_DBLL4, ygrid_0, xgrid_0) ;
>> TSOIL_P0_L106_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TSOIL_P0_L106_GLC0:forecast_time = 0 ;
>> TSOIL_P0_L106_GLC0:level_type = "Depth below land surface (m)" ;
>> TSOIL_P0_L106_GLC0:parameter_template_discipline_category_number
>> = 0, 2, 0, 2 ;
>> TSOIL_P0_L106_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> TSOIL_P0_L106_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> TSOIL_P0_L106_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TSOIL_P0_L106_GLC0:_FillValue = -999.f ;
>> TSOIL_P0_L106_GLC0:units = "K" ;
>> TSOIL_P0_L106_GLC0:long_name = "Soil temperature" ;
>> TSOIL_P0_L106_GLC0:production_status = "Operational products" ;
>> TSOIL_P0_L106_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float TSOIL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> TSOIL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TSOIL_P0_L1_GLC0:forecast_time = 0 ;
>> TSOIL_P0_L1_GLC0:level = 0.f ;
>> TSOIL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> TSOIL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 2, 0, 2 ;
>> TSOIL_P0_L1_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> TSOIL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TSOIL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TSOIL_P0_L1_GLC0:_FillValue = -999.f ;
>> TSOIL_P0_L1_GLC0:units = "K" ;
>> TSOIL_P0_L1_GLC0:long_name = "Soil temperature" ;
>> TSOIL_P0_L1_GLC0:production_status = "Operational products" ;
>> TSOIL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TURBKE_P0_L104_GLC0(lv_SIGL3, ygrid_0, xgrid_0) ;
>> TURBKE_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TURBKE_P0_L104_GLC0:forecast_time = 0 ;
>> TURBKE_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> TURBKE_P0_L104_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 19, 11 ;
>> TURBKE_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Physical atmospheric properties" ;
>> TURBKE_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> TURBKE_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TURBKE_P0_L104_GLC0:_FillValue = -999.f ;
>> TURBKE_P0_L104_GLC0:units = "J kg-1" ;
>> TURBKE_P0_L104_GLC0:long_name = "Turbulent kinetic energy" ;
>> TURBKE_P0_L104_GLC0:production_status = "Operational products" ;
>> TURBKE_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float VIS_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> VIS_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VIS_P0_L1_GLC0:forecast_time = 0 ;
>> VIS_P0_L1_GLC0:level = 0.f ;
>> VIS_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> VIS_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 19, 0 ;
>> VIS_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Physical atmospheric properties" ;
>> VIS_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VIS_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VIS_P0_L1_GLC0:_FillValue = -999.f ;
>> VIS_P0_L1_GLC0:units = "m" ;
>> VIS_P0_L1_GLC0:long_name = "Visibility" ;
>> VIS_P0_L1_GLC0:production_status = "Operational products" ;
>> VIS_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float REFC_P0_L200_GLC0(ygrid_0, xgrid_0) ;
>> REFC_P0_L200_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> REFC_P0_L200_GLC0:forecast_time = 0 ;
>> REFC_P0_L200_GLC0:level = 0.f ;
>> REFC_P0_L200_GLC0:level_type = "Entire atmosphere (considered as
>> a single layer)" ;
>> REFC_P0_L200_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 16, 196 ;
>> REFC_P0_L200_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Forecast radar imagery" ;
>> REFC_P0_L200_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> REFC_P0_L200_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> REFC_P0_L200_GLC0:_FillValue = -999.f ;
>> REFC_P0_L200_GLC0:units = "dB" ;
>> REFC_P0_L200_GLC0:long_name = "Maximum/Composite radar
>> reflectivity" ;
>> REFC_P0_L200_GLC0:production_status = "Operational products" ;
>> REFC_P0_L200_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float LFTX_P0_2L100_GLC0(ygrid_0, xgrid_0) ;
>> LFTX_P0_2L100_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> LFTX_P0_2L100_GLC0:forecast_time = 0 ;
>> LFTX_P0_2L100_GLC0:level = 50000.f, 100000.f ;
>> LFTX_P0_2L100_GLC0:level_type = "Isobaric surface (Pa)" ;
>> LFTX_P0_2L100_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 7, 192 ;
>> LFTX_P0_2L100_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> LFTX_P0_2L100_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> LFTX_P0_2L100_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> LFTX_P0_2L100_GLC0:_FillValue = -999.f ;
>> LFTX_P0_2L100_GLC0:units = "K" ;
>> LFTX_P0_2L100_GLC0:long_name = "Surface Lifted Index" ;
>> LFTX_P0_2L100_GLC0:production_status = "Operational products" ;
>> LFTX_P0_2L100_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float HLCY_P0_2L103_GLC0(lv_HTGL2, ygrid_0, xgrid_0) ;
>> HLCY_P0_2L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HLCY_P0_2L103_GLC0:forecast_time = 0 ;
>> HLCY_P0_2L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> HLCY_P0_2L103_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 7, 8 ;
>> HLCY_P0_2L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> HLCY_P0_2L103_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> HLCY_P0_2L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HLCY_P0_2L103_GLC0:_FillValue = -999.f ;
>> HLCY_P0_2L103_GLC0:units = "J kg-1" ;
>> HLCY_P0_2L103_GLC0:long_name = "Storm relative helicity" ;
>> HLCY_P0_2L103_GLC0:production_status = "Operational products" ;
>> HLCY_P0_2L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CIN_P0_2L108_GLC0(lv_SPDL1, ygrid_0, xgrid_0) ;
>> CIN_P0_2L108_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CIN_P0_2L108_GLC0:forecast_time = 0 ;
>> CIN_P0_2L108_GLC0:level_type = "Level at specified pressure
>> difference from ground to level (Pa)" ;
>> CIN_P0_2L108_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 7, 7 ;
>> CIN_P0_2L108_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CIN_P0_2L108_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CIN_P0_2L108_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CIN_P0_2L108_GLC0:_FillValue = -999.f ;
>> CIN_P0_2L108_GLC0:units = "J kg-1" ;
>> CIN_P0_2L108_GLC0:long_name = "Convective inhibition" ;
>> CIN_P0_2L108_GLC0:production_status = "Operational products" ;
>> CIN_P0_2L108_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CIN_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CIN_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CIN_P0_L1_GLC0:forecast_time = 0 ;
>> CIN_P0_L1_GLC0:level = 0.f ;
>> CIN_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CIN_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 7, 7 ;
>> CIN_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CIN_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CIN_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CIN_P0_L1_GLC0:_FillValue = -999.f ;
>> CIN_P0_L1_GLC0:units = "J kg-1" ;
>> CIN_P0_L1_GLC0:long_name = "Convective inhibition" ;
>> CIN_P0_L1_GLC0:production_status = "Operational products" ;
>> CIN_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CAPE_P0_2L108_GLC0(lv_SPDL1, ygrid_0, xgrid_0) ;
>> CAPE_P0_2L108_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CAPE_P0_2L108_GLC0:forecast_time = 0 ;
>> CAPE_P0_2L108_GLC0:level_type = "Level at specified pressure
>> difference from ground to level (Pa)" ;
>> CAPE_P0_2L108_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 7, 6 ;
>> CAPE_P0_2L108_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CAPE_P0_2L108_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> CAPE_P0_2L108_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CAPE_P0_2L108_GLC0:_FillValue = -999.f ;
>> CAPE_P0_2L108_GLC0:units = "J kg-1" ;
>> CAPE_P0_2L108_GLC0:long_name = "Convective available potential
>> energy" ;
>> CAPE_P0_2L108_GLC0:production_status = "Operational products" ;
>> CAPE_P0_2L108_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CAPE_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CAPE_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CAPE_P0_L1_GLC0:forecast_time = 0 ;
>> CAPE_P0_L1_GLC0:level = 0.f ;
>> CAPE_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CAPE_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 7, 6 ;
>> CAPE_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CAPE_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CAPE_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CAPE_P0_L1_GLC0:_FillValue = -999.f ;
>> CAPE_P0_L1_GLC0:units = "J kg-1" ;
>> CAPE_P0_L1_GLC0:long_name = "Convective available potential
>> energy" ;
>> CAPE_P0_L1_GLC0:production_status = "Operational products" ;
>> CAPE_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CICE_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> CICE_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CICE_P0_L104_GLC0:forecast_time = 0 ;
>> CICE_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> CICE_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 6, 0 ;
>> CICE_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Cloud" ;
>> CICE_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CICE_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CICE_P0_L104_GLC0:_FillValue = -999.f ;
>> CICE_P0_L104_GLC0:units = "kg m-2" ;
>> CICE_P0_L104_GLC0:long_name = "Cloud ice" ;
>> CICE_P0_L104_GLC0:production_status = "Operational products" ;
>> CICE_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float ULWRF_P0_L8_GLC0(ygrid_0, xgrid_0) ;
>> ULWRF_P0_L8_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> ULWRF_P0_L8_GLC0:forecast_time = 0 ;
>> ULWRF_P0_L8_GLC0:level = 0.f ;
>> ULWRF_P0_L8_GLC0:level_type = "Nominal top of the atmosphere" ;
>> ULWRF_P0_L8_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 5, 193 ;
>> ULWRF_P0_L8_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Long wave radiation" ;
>> ULWRF_P0_L8_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> ULWRF_P0_L8_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> ULWRF_P0_L8_GLC0:_FillValue = -999.f ;
>> ULWRF_P0_L8_GLC0:units = "W m-2" ;
>> ULWRF_P0_L8_GLC0:long_name = "Upward Long-Wave Rad. Flux" ;
>> ULWRF_P0_L8_GLC0:production_status = "Operational products" ;
>> ULWRF_P0_L8_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HPBL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> HPBL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HPBL_P0_L1_GLC0:forecast_time = 0 ;
>> HPBL_P0_L1_GLC0:level = 0.f ;
>> HPBL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> HPBL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 196 ;
>> HPBL_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HPBL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HPBL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HPBL_P0_L1_GLC0:_FillValue = -999.f ;
>> HPBL_P0_L1_GLC0:units = "m" ;
>> HPBL_P0_L1_GLC0:long_name = "Planetary Boundary Layer Height" ;
>> HPBL_P0_L1_GLC0:production_status = "Operational products" ;
>> HPBL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> HGT_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L104_GLC0:forecast_time = 0 ;
>> HGT_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> HGT_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 5 ;
>> HGT_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L104_GLC0:_FillValue = -999.f ;
>> HGT_P0_L104_GLC0:units = "gpm" ;
>> HGT_P0_L104_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L104_GLC0:production_status = "Operational products" ;
>> HGT_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L7_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L7_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L7_GLC0:forecast_time = 0 ;
>> HGT_P0_L7_GLC0:level = 0.f ;
>> HGT_P0_L7_GLC0:level_type = "Tropopause" ;
>> HGT_P0_L7_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L7_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L7_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L7_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L7_GLC0:_FillValue = -999.f ;
>> HGT_P0_L7_GLC0:units = "gpm" ;
>> HGT_P0_L7_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L7_GLC0:production_status = "Operational products" ;
>> HGT_P0_L7_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L3_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L3_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L3_GLC0:forecast_time = 0 ;
>> HGT_P0_L3_GLC0:level = 0.f ;
>> HGT_P0_L3_GLC0:level_type = "Level of cloud tops" ;
>> HGT_P0_L3_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L3_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L3_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L3_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L3_GLC0:_FillValue = -999.f ;
>> HGT_P0_L3_GLC0:units = "gpm" ;
>> HGT_P0_L3_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L3_GLC0:production_status = "Operational products" ;
>> HGT_P0_L3_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L2_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L2_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L2_GLC0:forecast_time = 0 ;
>> HGT_P0_L2_GLC0:level = 0.f ;
>> HGT_P0_L2_GLC0:level_type = "Cloud base level" ;
>> HGT_P0_L2_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L2_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L2_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L2_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L2_GLC0:_FillValue = -999.f ;
>> HGT_P0_L2_GLC0:units = "gpm" ;
>> HGT_P0_L2_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L2_GLC0:production_status = "Operational products" ;
>> HGT_P0_L2_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L1_GLC0:forecast_time = 0 ;
>> HGT_P0_L1_GLC0:level = 0.f ;
>> HGT_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> HGT_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L1_GLC0:_FillValue = -999.f ;
>> HGT_P0_L1_GLC0:units = "gpm" ;
>> HGT_P0_L1_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L1_GLC0:production_status = "Operational products" ;
>> HGT_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float PRMSL_P0_L101_GLC0(ygrid_0, xgrid_0) ;
>> PRMSL_P0_L101_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRMSL_P0_L101_GLC0:forecast_time = 0 ;
>> PRMSL_P0_L101_GLC0:level = 0.f ;
>> PRMSL_P0_L101_GLC0:level_type = "Mean sea level (Pa)" ;
>> PRMSL_P0_L101_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 3, 1 ;
>> PRMSL_P0_L101_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> PRMSL_P0_L101_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> PRMSL_P0_L101_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRMSL_P0_L101_GLC0:_FillValue = -999.f ;
>> PRMSL_P0_L101_GLC0:units = " Pa" ;
>> PRMSL_P0_L101_GLC0:long_name = "Pressure reduced to MSL" ;
>> PRMSL_P0_L101_GLC0:production_status = "Operational products" ;
>> PRMSL_P0_L101_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float PRES_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> PRES_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRES_P0_L104_GLC0:forecast_time = 0 ;
>> PRES_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> PRES_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 0 ;
>> PRES_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> PRES_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PRES_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRES_P0_L104_GLC0:_FillValue = -999.f ;
>> PRES_P0_L104_GLC0:units = "Pa" ;
>> PRES_P0_L104_GLC0:long_name = "Pressure" ;
>> PRES_P0_L104_GLC0:production_status = "Operational products" ;
>> PRES_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float PRES_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> PRES_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRES_P0_L1_GLC0:forecast_time = 0 ;
>> PRES_P0_L1_GLC0:level = 0.f ;
>> PRES_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> PRES_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 0 ;
>> PRES_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> PRES_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PRES_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRES_P0_L1_GLC0:_FillValue = -999.f ;
>> PRES_P0_L1_GLC0:units = "Pa" ;
>> PRES_P0_L1_GLC0:long_name = "Pressure" ;
>> PRES_P0_L1_GLC0:production_status = "Operational products" ;
>> PRES_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float FRICV_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> FRICV_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> FRICV_P0_L1_GLC0:forecast_time = 0 ;
>> FRICV_P0_L1_GLC0:level = 0.f ;
>> FRICV_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> FRICV_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 197 ;
>> FRICV_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> FRICV_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> FRICV_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> FRICV_P0_L1_GLC0:_FillValue = -999.f ;
>> FRICV_P0_L1_GLC0:units = "m s-1" ;
>> FRICV_P0_L1_GLC0:long_name = "Frictional Velocity" ;
>> FRICV_P0_L1_GLC0:production_status = "Operational products" ;
>> FRICV_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float GUST_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> GUST_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> GUST_P0_L1_GLC0:forecast_time = 0 ;
>> GUST_P0_L1_GLC0:level = 0.f ;
>> GUST_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> GUST_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 22 ;
>> GUST_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> GUST_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> GUST_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> GUST_P0_L1_GLC0:_FillValue = -999.f ;
>> GUST_P0_L1_GLC0:units = "m s-1" ;
>> GUST_P0_L1_GLC0:long_name = "Wind speed gust" ;
>> GUST_P0_L1_GLC0:production_status = "Operational products" ;
>> GUST_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float VVEL_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> VVEL_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VVEL_P0_L104_GLC0:forecast_time = 0 ;
>> VVEL_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> VVEL_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 8 ;
>> VVEL_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> VVEL_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VVEL_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VVEL_P0_L104_GLC0:_FillValue = -999.f ;
>> VVEL_P0_L104_GLC0:units = "Pa s-1" ;
>> VVEL_P0_L104_GLC0:long_name = "Vertical velocity pressure" ;
>> VVEL_P0_L104_GLC0:production_status = "Operational products" ;
>> VVEL_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float VGRD_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> VGRD_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VGRD_P0_L104_GLC0:forecast_time = 0 ;
>> VGRD_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> VGRD_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 3 ;
>> VGRD_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> VGRD_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VGRD_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VGRD_P0_L104_GLC0:_FillValue = -999.f ;
>> VGRD_P0_L104_GLC0:units = "m s-1" ;
>> VGRD_P0_L104_GLC0:long_name = "v-component of wind" ;
>> VGRD_P0_L104_GLC0:production_status = "Operational products" ;
>> VGRD_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float VGRD_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> VGRD_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VGRD_P0_L103_GLC0:forecast_time = 0 ;
>> VGRD_P0_L103_GLC0:level = 10.f ;
>> VGRD_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> VGRD_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 3 ;
>> VGRD_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> VGRD_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VGRD_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VGRD_P0_L103_GLC0:_FillValue = -999.f ;
>> VGRD_P0_L103_GLC0:units = "m s-1" ;
>> VGRD_P0_L103_GLC0:long_name = "v-component of wind" ;
>> VGRD_P0_L103_GLC0:production_status = "Operational products" ;
>> VGRD_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float UGRD_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> UGRD_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> UGRD_P0_L104_GLC0:forecast_time = 0 ;
>> UGRD_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> UGRD_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 2 ;
>> UGRD_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> UGRD_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> UGRD_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> UGRD_P0_L104_GLC0:_FillValue = -999.f ;
>> UGRD_P0_L104_GLC0:units = "m s-1" ;
>> UGRD_P0_L104_GLC0:long_name = "u-component of wind" ;
>> UGRD_P0_L104_GLC0:production_status = "Operational products" ;
>> UGRD_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float UGRD_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> UGRD_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> UGRD_P0_L103_GLC0:forecast_time = 0 ;
>> UGRD_P0_L103_GLC0:level = 10.f ;
>> UGRD_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> UGRD_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 2 ;
>> UGRD_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> UGRD_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> UGRD_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> UGRD_P0_L103_GLC0:_FillValue = -999.f ;
>> UGRD_P0_L103_GLC0:units = "m s-1" ;
>> UGRD_P0_L103_GLC0:long_name = "u-component of wind" ;
>> UGRD_P0_L103_GLC0:production_status = "Operational products" ;
>> UGRD_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SNOWC_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> SNOWC_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SNOWC_P0_L1_GLC0:forecast_time = 0 ;
>> SNOWC_P0_L1_GLC0:level = 0.f ;
>> SNOWC_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> SNOWC_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 201 ;
>> SNOWC_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SNOWC_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SNOWC_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SNOWC_P0_L1_GLC0:_FillValue = -999.f ;
>> SNOWC_P0_L1_GLC0:units = "%" ;
>> SNOWC_P0_L1_GLC0:long_name = "Snow Cover" ;
>> SNOWC_P0_L1_GLC0:production_status = "Operational products" ;
>> SNOWC_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CPRAT_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CPRAT_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CPRAT_P0_L1_GLC0:forecast_time = 0 ;
>> CPRAT_P0_L1_GLC0:level = 0.f ;
>> CPRAT_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CPRAT_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 196 ;
>> CPRAT_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CPRAT_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CPRAT_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CPRAT_P0_L1_GLC0:_FillValue = -999.f ;
>> CPRAT_P0_L1_GLC0:units = "kg m-2 s-1" ;
>> CPRAT_P0_L1_GLC0:long_name = "Convective Precipitation Rate" ;
>> CPRAT_P0_L1_GLC0:production_status = "Operational products" ;
>> CPRAT_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CSNOW_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CSNOW_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CSNOW_P0_L1_GLC0:forecast_time = 0 ;
>> CSNOW_P0_L1_GLC0:level = 0.f ;
>> CSNOW_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CSNOW_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 195 ;
>> CSNOW_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CSNOW_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CSNOW_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CSNOW_P0_L1_GLC0:_FillValue = -999.f ;
>> CSNOW_P0_L1_GLC0:units = "non-dim" ;
>> CSNOW_P0_L1_GLC0:long_name = "Categorical Snow" ;
>> CSNOW_P0_L1_GLC0:production_status = "Operational products" ;
>> CSNOW_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CICEP_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CICEP_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CICEP_P0_L1_GLC0:forecast_time = 0 ;
>> CICEP_P0_L1_GLC0:level = 0.f ;
>> CICEP_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CICEP_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 194 ;
>> CICEP_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CICEP_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CICEP_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CICEP_P0_L1_GLC0:_FillValue = -999.f ;
>> CICEP_P0_L1_GLC0:units = "non-dim" ;
>> CICEP_P0_L1_GLC0:long_name = "Categorical Ice Pellets" ;
>> CICEP_P0_L1_GLC0:production_status = "Operational products" ;
>> CICEP_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CFRZR_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CFRZR_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CFRZR_P0_L1_GLC0:forecast_time = 0 ;
>> CFRZR_P0_L1_GLC0:level = 0.f ;
>> CFRZR_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CFRZR_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 193 ;
>> CFRZR_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CFRZR_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CFRZR_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CFRZR_P0_L1_GLC0:_FillValue = -999.f ;
>> CFRZR_P0_L1_GLC0:units = "non-dim" ;
>> CFRZR_P0_L1_GLC0:long_name = "Categorical Freezing Rain" ;
>> CFRZR_P0_L1_GLC0:production_status = "Operational products" ;
>> CFRZR_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CRAIN_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CRAIN_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CRAIN_P0_L1_GLC0:forecast_time = 0 ;
>> CRAIN_P0_L1_GLC0:level = 0.f ;
>> CRAIN_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CRAIN_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 192 ;
>> CRAIN_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CRAIN_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CRAIN_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CRAIN_P0_L1_GLC0:_FillValue = -999.f ;
>> CRAIN_P0_L1_GLC0:units = "non-dim" ;
>> CRAIN_P0_L1_GLC0:long_name = "Categorical Rain" ;
>> CRAIN_P0_L1_GLC0:production_status = "Operational products" ;
>> CRAIN_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float GRAUP_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> GRAUP_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> GRAUP_P0_L104_GLC0:forecast_time = 0 ;
>> GRAUP_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> GRAUP_P0_L104_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 1, 32 ;
>> GRAUP_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> GRAUP_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> GRAUP_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> GRAUP_P0_L104_GLC0:_FillValue = -999.f ;
>> GRAUP_P0_L104_GLC0:units = "kg kg-1" ;
>> GRAUP_P0_L104_GLC0:long_name = "Graupel (snow pellets)" ;
>> GRAUP_P0_L104_GLC0:production_status = "Operational products" ;
>> GRAUP_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SNMR_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> SNMR_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SNMR_P0_L104_GLC0:forecast_time = 0 ;
>> SNMR_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> SNMR_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 25 ;
>> SNMR_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SNMR_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SNMR_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SNMR_P0_L104_GLC0:_FillValue = -999.f ;
>> SNMR_P0_L104_GLC0:units = "kg kg-1" ;
>> SNMR_P0_L104_GLC0:long_name = "Snow mixing ratio" ;
>> SNMR_P0_L104_GLC0:production_status = "Operational products" ;
>> SNMR_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float RWMR_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> RWMR_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> RWMR_P0_L104_GLC0:forecast_time = 0 ;
>> RWMR_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> RWMR_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 24 ;
>> RWMR_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> RWMR_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> RWMR_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> RWMR_P0_L104_GLC0:_FillValue = -999.f ;
>> RWMR_P0_L104_GLC0:units = "kg kg-1" ;
>> RWMR_P0_L104_GLC0:long_name = "Rain mixing ratio" ;
>> RWMR_P0_L104_GLC0:production_status = "Operational products" ;
>> RWMR_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CLMXR_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> CLMXR_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CLMXR_P0_L104_GLC0:forecast_time = 0 ;
>> CLMXR_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> CLMXR_P0_L104_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 1, 22 ;
>> CLMXR_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CLMXR_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> CLMXR_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CLMXR_P0_L104_GLC0:_FillValue = -999.f ;
>> CLMXR_P0_L104_GLC0:units = "kg kg-1" ;
>> CLMXR_P0_L104_GLC0:long_name = "Cloud mixing ratio" ;
>> CLMXR_P0_L104_GLC0:production_status = "Operational products" ;
>> CLMXR_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float WEASD_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> WEASD_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> WEASD_P0_L1_GLC0:forecast_time = 0 ;
>> WEASD_P0_L1_GLC0:level = 0.f ;
>> WEASD_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> WEASD_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 13 ;
>> WEASD_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> WEASD_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> WEASD_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> WEASD_P0_L1_GLC0:_FillValue = -999.f ;
>> WEASD_P0_L1_GLC0:units = "kg m-2" ;
>> WEASD_P0_L1_GLC0:long_name = "Water equivalent of accumulated
>> snow depth" ;
>> WEASD_P0_L1_GLC0:production_status = "Operational products" ;
>> WEASD_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float PRATE_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> PRATE_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRATE_P0_L1_GLC0:forecast_time = 0 ;
>> PRATE_P0_L1_GLC0:level = 0.f ;
>> PRATE_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> PRATE_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 7 ;
>> PRATE_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> PRATE_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PRATE_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRATE_P0_L1_GLC0:_FillValue = -999.f ;
>> PRATE_P0_L1_GLC0:units = "kg m-2 s-1" ;
>> PRATE_P0_L1_GLC0:long_name = "Precipitation rate" ;
>> PRATE_P0_L1_GLC0:production_status = "Operational products" ;
>> PRATE_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float PWAT_P0_L200_GLC0(ygrid_0, xgrid_0) ;
>> PWAT_P0_L200_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PWAT_P0_L200_GLC0:forecast_time = 0 ;
>> PWAT_P0_L200_GLC0:level = 0.f ;
>> PWAT_P0_L200_GLC0:level_type = "Entire atmosphere (considered as
>> a single layer)" ;
>> PWAT_P0_L200_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 3 ;
>> PWAT_P0_L200_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> PWAT_P0_L200_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PWAT_P0_L200_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PWAT_P0_L200_GLC0:_FillValue = -999.f ;
>> PWAT_P0_L200_GLC0:units = "kg m-2" ;
>> PWAT_P0_L200_GLC0:long_name = "Precipitable water" ;
>> PWAT_P0_L200_GLC0:production_status = "Operational products" ;
>> PWAT_P0_L200_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float RH_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> RH_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> RH_P0_L103_GLC0:forecast_time = 0 ;
>> RH_P0_L103_GLC0:level = 2.f ;
>> RH_P0_L103_GLC0:level_type = "Specified height level above ground
>> (m)" ;
>> RH_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 1 ;
>> RH_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> RH_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> RH_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> RH_P0_L103_GLC0:_FillValue = -999.f ;
>> RH_P0_L103_GLC0:units = "%" ;
>> RH_P0_L103_GLC0:long_name = "Relative humidity" ;
>> RH_P0_L103_GLC0:production_status = "Operational products" ;
>> RH_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float SPFH_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> SPFH_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SPFH_P0_L104_GLC0:forecast_time = 0 ;
>> SPFH_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> SPFH_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 0 ;
>> SPFH_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SPFH_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SPFH_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SPFH_P0_L104_GLC0:_FillValue = -999.f ;
>> SPFH_P0_L104_GLC0:units = "kg kg-1" ;
>> SPFH_P0_L104_GLC0:long_name = "Specific humidity" ;
>> SPFH_P0_L104_GLC0:production_status = "Operational products" ;
>> SPFH_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SPFH_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> SPFH_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SPFH_P0_L103_GLC0:forecast_time = 0 ;
>> SPFH_P0_L103_GLC0:level = 2.f ;
>> SPFH_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> SPFH_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 0 ;
>> SPFH_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SPFH_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SPFH_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SPFH_P0_L103_GLC0:_FillValue = -999.f ;
>> SPFH_P0_L103_GLC0:units = "kg kg-1" ;
>> SPFH_P0_L103_GLC0:long_name = "Specific humidity" ;
>> SPFH_P0_L103_GLC0:production_status = "Operational products" ;
>> SPFH_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SHTFL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> SHTFL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SHTFL_P0_L1_GLC0:forecast_time = 0 ;
>> SHTFL_P0_L1_GLC0:level = 0.f ;
>> SHTFL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> SHTFL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 11 ;
>> SHTFL_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> SHTFL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SHTFL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SHTFL_P0_L1_GLC0:_FillValue = -999.f ;
>> SHTFL_P0_L1_GLC0:units = "W m-2" ;
>> SHTFL_P0_L1_GLC0:long_name = "Sensible heat net flux" ;
>> SHTFL_P0_L1_GLC0:production_status = "Operational products" ;
>> SHTFL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float LHTFL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> LHTFL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> LHTFL_P0_L1_GLC0:forecast_time = 0 ;
>> LHTFL_P0_L1_GLC0:level = 0.f ;
>> LHTFL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> LHTFL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 10 ;
>> LHTFL_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> LHTFL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> LHTFL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> LHTFL_P0_L1_GLC0:_FillValue = -999.f ;
>> LHTFL_P0_L1_GLC0:units = "W m-2" ;
>> LHTFL_P0_L1_GLC0:long_name = "Latent heat net flux" ;
>> LHTFL_P0_L1_GLC0:production_status = "Operational products" ;
>> LHTFL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float DPT_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> DPT_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> DPT_P0_L103_GLC0:forecast_time = 0 ;
>> DPT_P0_L103_GLC0:level = 2.f ;
>> DPT_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> DPT_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 6 ;
>> DPT_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> DPT_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> DPT_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> DPT_P0_L103_GLC0:_FillValue = -999.f ;
>> DPT_P0_L103_GLC0:units = "K" ;
>> DPT_P0_L103_GLC0:long_name = "Dew point temperature" ;
>> DPT_P0_L103_GLC0:production_status = "Operational products" ;
>> DPT_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TMP_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> TMP_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TMP_P0_L104_GLC0:forecast_time = 0 ;
>> TMP_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> TMP_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 0 ;
>> TMP_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> TMP_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TMP_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TMP_P0_L104_GLC0:_FillValue = -999.f ;
>> TMP_P0_L104_GLC0:units = "K" ;
>> TMP_P0_L104_GLC0:long_name = "Temperature" ;
>> TMP_P0_L104_GLC0:production_status = "Operational products" ;
>> TMP_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TMP_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> TMP_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TMP_P0_L103_GLC0:forecast_time = 0 ;
>> TMP_P0_L103_GLC0:level = 2.f ;
>> TMP_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> TMP_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 0 ;
>> TMP_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> TMP_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TMP_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TMP_P0_L103_GLC0:_FillValue = -999.f ;
>> TMP_P0_L103_GLC0:units = "K" ;
>> TMP_P0_L103_GLC0:long_name = "Temperature" ;
>> TMP_P0_L103_GLC0:production_status = "Operational products" ;
>> TMP_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TMP_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> TMP_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TMP_P0_L1_GLC0:forecast_time = 0 ;
>> TMP_P0_L1_GLC0:level = 0.f ;
>> TMP_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> TMP_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 0, 0 ;
>> TMP_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> TMP_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TMP_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TMP_P0_L1_GLC0:_FillValue = -999.f ;
>> TMP_P0_L1_GLC0:units = "K" ;
>> TMP_P0_L1_GLC0:long_name = "Temperature" ;
>> TMP_P0_L1_GLC0:production_status = "Operational products" ;
>> TMP_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>>
>> // global attributes:
>> :creation_date = "Wed Feb 10 13:44:16 MST 2010" ;
>> :NCL_Version = "4.3.1" ;
>> :system = "Linux gtgn 2.6.18-6-amd64 #1 SMP Fri Aug 21 14:53:35
>> UTC 2009 x86_64 GNU/Linux" ;
>> :conventions = "None" ;
>> :grib_source = "20100115_i15_f000_WRF-RR.grb2" ;
>> :title = "NCL: convert-GRIB-to-netCDF" ;
>> }
>> netcdf \20100115_i15_f000_WRF-RR {
>> dimensions:
>> ygrid_0 = 647 ;
>> xgrid_0 = 648 ;
>> lv_SIGL0 = 50 ;
>> lv_SPDL1 = 3 ;
>> lv_HTGL2 = 2 ;
>> lv_SIGL3 = 49 ;
>> lv_DBLL4 = 5 ;
>> variables:
>> float gridlon_0(ygrid_0, xgrid_0) ;
>> gridlon_0:La1 = 1.066f ;
>> gridlon_0:Lo1 = 231.501f ;
>> gridlon_0:Lov = 265.f ;
>> gridlon_0:Dx = 13.545f ;
>> gridlon_0:Dy = 13.545f ;
>> gridlon_0:Latin1 = 45.f ;
>> gridlon_0:Latin2 = 45.f ;
>> gridlon_0:units = "degrees_east" ;
>> gridlon_0:grid_type = "Lambert Conformal (secant, tangent,
>> conical or bipolar)" ;
>> gridlon_0:long_name = "longitude" ;
>> gridlon_0:corners = -128.499f, -65.7267f, -4.560924f, 170.0096f ;
>> float gridlat_0(ygrid_0, xgrid_0) ;
>> gridlat_0:La1 = 1.066f ;
>> gridlat_0:Lo1 = 231.501f ;
>> gridlat_0:Lov = 265.f ;
>> gridlat_0:Dx = 13.545f ;
>> gridlat_0:Dy = 13.545f ;
>> gridlat_0:Latin1 = 45.f ;
>> gridlat_0:Latin2 = 45.f ;
>> gridlat_0:units = "degrees_north" ;
>> gridlat_0:grid_type = "Lambert Conformal (secant, tangent,
>> conical or bipolar)" ;
>> gridlat_0:long_name = "latitude" ;
>> gridlat_0:corners = 1.066f, 2.78932f, 61.42877f, 56.25039f ;
>> float gridrot_0(ygrid_0, xgrid_0) ;
>> gridrot_0:note2 = "apply formulas to derive u and v components
>> relative to earth" ;
>> gridrot_0:note1 = "u and v components of vector quantities are
>> resolved relative to grid" ;
>> gridrot_0:formula_v = "Vearth = cos(rot)*Vgrid - sin(rot)*Ugrid" ;
>> gridrot_0:formula_u = "Uearth = sin(rot)*Vgrid + cos(rot)*Ugrid" ;
>> gridrot_0:units = "radians" ;
>> gridrot_0:GridType = "Lambert Conformal (secant, tangent, conical
>> or bipolar)" ;
>> gridrot_0:long_name = "vector rotation angle" ;
>> float lv_SIGL0(lv_SIGL0) ;
>> lv_SIGL0:units = "none" ;
>> lv_SIGL0:long_name = "Sigma level (sigma value)" ;
>> float lv_SPDL1_l0(lv_SPDL1) ;
>> lv_SPDL1_l0:units = "Pa" ;
>> lv_SPDL1_l0:long_name = "Level at specified pressure difference
>> from ground to level" ;
>> float lv_SPDL1_l1(lv_SPDL1) ;
>> lv_SPDL1_l1:units = "Pa" ;
>> lv_SPDL1_l1:long_name = "Level at specified pressure difference
>> from ground to level" ;
>> float lv_HTGL2_l0(lv_HTGL2) ;
>> lv_HTGL2_l0:units = "m" ;
>> lv_HTGL2_l0:long_name = "Specified height level above ground" ;
>> float lv_HTGL2_l1(lv_HTGL2) ;
>> lv_HTGL2_l1:units = "m" ;
>> lv_HTGL2_l1:long_name = "Specified height level above ground" ;
>> float lv_SIGL3(lv_SIGL3) ;
>> lv_SIGL3:units = "none" ;
>> lv_SIGL3:long_name = "Sigma level (sigma value)" ;
>> float lv_DBLL4(lv_DBLL4) ;
>> lv_DBLL4:units = "m" ;
>> lv_DBLL4:long_name = "Depth below land surface" ;
>> float WEASD_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> WEASD_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> WEASD_P8_L1_GLC0_acc:forecast_time_units = "hours" ;
>> WEASD_P8_L1_GLC0_acc:forecast_time = 0 ;
>> WEASD_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> WEASD_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> WEASD_P8_L1_GLC0_acc:level = 0.f ;
>> WEASD_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>>
>> WEASD_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 13 ;
>> WEASD_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> WEASD_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> WEASD_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> WEASD_P8_L1_GLC0_acc:_FillValue = 1.e+20f ;
>> WEASD_P8_L1_GLC0_acc:units = "kg m-2" ;
>> WEASD_P8_L1_GLC0_acc:long_name = "Water equivalent of accumulated
>> snow depth" ;
>> WEASD_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> WEASD_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float ACPCP_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> ACPCP_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> ACPCP_P8_L1_GLC0_acc:forecast_time_units = "hours" ;
>> ACPCP_P8_L1_GLC0_acc:forecast_time = 0 ;
>> ACPCP_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> ACPCP_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> ACPCP_P8_L1_GLC0_acc:level = 0.f ;
>> ACPCP_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>>
>> ACPCP_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 10 ;
>> ACPCP_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> ACPCP_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> ACPCP_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> ACPCP_P8_L1_GLC0_acc:_FillValue = 1.e+20f ;
>> ACPCP_P8_L1_GLC0_acc:units = "kg m-2" ;
>> ACPCP_P8_L1_GLC0_acc:long_name = "Convective precipitation" ;
>> ACPCP_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> ACPCP_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float NCPCP_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> NCPCP_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> NCPCP_P8_L1_GLC0_acc:forecast_time_units = "hours" ;
>> NCPCP_P8_L1_GLC0_acc:forecast_time = 0 ;
>> NCPCP_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> NCPCP_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> NCPCP_P8_L1_GLC0_acc:level = 0.f ;
>> NCPCP_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>>
>> NCPCP_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 9 ;
>> NCPCP_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> NCPCP_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> NCPCP_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> NCPCP_P8_L1_GLC0_acc:_FillValue = 1.e+20f ;
>> NCPCP_P8_L1_GLC0_acc:units = "kg m-2" ;
>> NCPCP_P8_L1_GLC0_acc:long_name = "Large scale precipitation (non-
>> convective)" ;
>> NCPCP_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> NCPCP_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float APCP_P8_L1_GLC0_acc(ygrid_0, xgrid_0) ;
>> APCP_P8_L1_GLC0_acc:initial_time = "01/15/2010 (15:00)" ;
>> APCP_P8_L1_GLC0_acc:forecast_time_units = "hours" ;
>> APCP_P8_L1_GLC0_acc:forecast_time = 0 ;
>> APCP_P8_L1_GLC0_acc:statistical_process_duration = "initial time
>> to forecast time" ;
>> APCP_P8_L1_GLC0_acc:type_of_statistical_processing =
>> "Accumulation" ;
>> APCP_P8_L1_GLC0_acc:level = 0.f ;
>> APCP_P8_L1_GLC0_acc:level_type = "Ground or water surface" ;
>> APCP_P8_L1_GLC0_acc:parameter_template_discipline_category_number
>> = 8, 0, 1, 8 ;
>> APCP_P8_L1_GLC0_acc:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> APCP_P8_L1_GLC0_acc:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> APCP_P8_L1_GLC0_acc:coordinates = "gridlat_0 gridlon_0" ;
>> APCP_P8_L1_GLC0_acc:_FillValue = 1.e+20f ;
>> APCP_P8_L1_GLC0_acc:units = "kg m-2" ;
>> APCP_P8_L1_GLC0_acc:long_name = "Total precipitation" ;
>> APCP_P8_L1_GLC0_acc:production_status = "Operational products" ;
>> APCP_P8_L1_GLC0_acc:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float TEMPWTR_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> TEMPWTR_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TEMPWTR_P0_L1_GLC0:forecast_time_units = "hours" ;
>> TEMPWTR_P0_L1_GLC0:forecast_time = 0 ;
>> TEMPWTR_P0_L1_GLC0:level = 0.f ;
>> TEMPWTR_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> TEMPWTR_P0_L1_GLC0:parameter_template_discipline_category_number
>> = 0, 10, 3, 0 ;
>> TEMPWTR_P0_L1_GLC0:parameter_discipline_and_category =
>> "Oceanographic products, Mass" ;
>> TEMPWTR_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> TEMPWTR_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TEMPWTR_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> TEMPWTR_P0_L1_GLC0:units = "K" ;
>> TEMPWTR_P0_L1_GLC0:long_name = "Water temperature" ;
>> TEMPWTR_P0_L1_GLC0:production_status = "Operational products" ;
>> TEMPWTR_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SOILW_P0_L106_GLC0(lv_DBLL4, ygrid_0, xgrid_0) ;
>> SOILW_P0_L106_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SOILW_P0_L106_GLC0:forecast_time_units = "hours" ;
>> SOILW_P0_L106_GLC0:forecast_time = 0 ;
>> SOILW_P0_L106_GLC0:level_type = "Depth below land surface (m)" ;
>> SOILW_P0_L106_GLC0:parameter_template_discipline_category_number
>> = 0, 2, 0, 192 ;
>> SOILW_P0_L106_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> SOILW_P0_L106_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> SOILW_P0_L106_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SOILW_P0_L106_GLC0:_FillValue = 1.e+20f ;
>> SOILW_P0_L106_GLC0:units = "Proportion" ;
>> SOILW_P0_L106_GLC0:long_name = "Volumetric soil moisture content" ;
>> SOILW_P0_L106_GLC0:production_status = "Operational products" ;
>> SOILW_P0_L106_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SOILW_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> SOILW_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SOILW_P0_L1_GLC0:forecast_time_units = "hours" ;
>> SOILW_P0_L1_GLC0:forecast_time = 0 ;
>> SOILW_P0_L1_GLC0:level = 0.f ;
>> SOILW_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> SOILW_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 2, 0, 192 ;
>> SOILW_P0_L1_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> SOILW_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SOILW_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SOILW_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> SOILW_P0_L1_GLC0:units = "Proportion" ;
>> SOILW_P0_L1_GLC0:long_name = "Volumetric soil moisture content" ;
>> SOILW_P0_L1_GLC0:production_status = "Operational products" ;
>> SOILW_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TSOIL_P0_L106_GLC0(lv_DBLL4, ygrid_0, xgrid_0) ;
>> TSOIL_P0_L106_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TSOIL_P0_L106_GLC0:forecast_time_units = "hours" ;
>> TSOIL_P0_L106_GLC0:forecast_time = 0 ;
>> TSOIL_P0_L106_GLC0:level_type = "Depth below land surface (m)" ;
>> TSOIL_P0_L106_GLC0:parameter_template_discipline_category_number
>> = 0, 2, 0, 2 ;
>> TSOIL_P0_L106_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> TSOIL_P0_L106_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> TSOIL_P0_L106_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TSOIL_P0_L106_GLC0:_FillValue = 1.e+20f ;
>> TSOIL_P0_L106_GLC0:units = "K" ;
>> TSOIL_P0_L106_GLC0:long_name = "Soil temperature" ;
>> TSOIL_P0_L106_GLC0:production_status = "Operational products" ;
>> TSOIL_P0_L106_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float TSOIL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> TSOIL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TSOIL_P0_L1_GLC0:forecast_time_units = "hours" ;
>> TSOIL_P0_L1_GLC0:forecast_time = 0 ;
>> TSOIL_P0_L1_GLC0:level = 0.f ;
>> TSOIL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> TSOIL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 2, 0, 2 ;
>> TSOIL_P0_L1_GLC0:parameter_discipline_and_category = "Land
>> surface products, Temperature" ;
>> TSOIL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TSOIL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TSOIL_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> TSOIL_P0_L1_GLC0:units = "K" ;
>> TSOIL_P0_L1_GLC0:long_name = "Soil temperature" ;
>> TSOIL_P0_L1_GLC0:production_status = "Operational products" ;
>> TSOIL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TKE_P0_L104_GLC0(lv_SIGL3, ygrid_0, xgrid_0) ;
>> TKE_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TKE_P0_L104_GLC0:forecast_time_units = "hours" ;
>> TKE_P0_L104_GLC0:forecast_time = 0 ;
>> TKE_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> TKE_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 19, 11 ;
>> TKE_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Physical atmospheric properties" ;
>> TKE_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TKE_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TKE_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> TKE_P0_L104_GLC0:units = "J kg-1" ;
>> TKE_P0_L104_GLC0:long_name = "Turbulent kinetic energy" ;
>> TKE_P0_L104_GLC0:production_status = "Operational products" ;
>> TKE_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float VIS_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> VIS_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VIS_P0_L1_GLC0:forecast_time_units = "hours" ;
>> VIS_P0_L1_GLC0:forecast_time = 0 ;
>> VIS_P0_L1_GLC0:level = 0.f ;
>> VIS_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> VIS_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 19, 0 ;
>> VIS_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Physical atmospheric properties" ;
>> VIS_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VIS_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VIS_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> VIS_P0_L1_GLC0:units = "m" ;
>> VIS_P0_L1_GLC0:long_name = "Visibility" ;
>> VIS_P0_L1_GLC0:production_status = "Operational products" ;
>> VIS_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float REFC_P0_L200_GLC0(ygrid_0, xgrid_0) ;
>> REFC_P0_L200_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> REFC_P0_L200_GLC0:forecast_time_units = "hours" ;
>> REFC_P0_L200_GLC0:forecast_time = 0 ;
>> REFC_P0_L200_GLC0:level = 0.f ;
>> REFC_P0_L200_GLC0:level_type = "Entire atmosphere (considered as
>> a single layer)" ;
>> REFC_P0_L200_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 16, 196 ;
>> REFC_P0_L200_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Forecast radar imagery" ;
>> REFC_P0_L200_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> REFC_P0_L200_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> REFC_P0_L200_GLC0:_FillValue = 1.e+20f ;
>> REFC_P0_L200_GLC0:units = "dB" ;
>> REFC_P0_L200_GLC0:long_name = "Maximum/Composite radar
>> reflectivity" ;
>> REFC_P0_L200_GLC0:production_status = "Operational products" ;
>> REFC_P0_L200_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float LFTX_P0_2L100_GLC0(ygrid_0, xgrid_0) ;
>> LFTX_P0_2L100_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> LFTX_P0_2L100_GLC0:forecast_time_units = "hours" ;
>> LFTX_P0_2L100_GLC0:forecast_time = 0 ;
>> LFTX_P0_2L100_GLC0:level = 50000.f, 100000.f ;
>> LFTX_P0_2L100_GLC0:level_type = "Isobaric surface (Pa)" ;
>> LFTX_P0_2L100_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 7, 192 ;
>> LFTX_P0_2L100_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> LFTX_P0_2L100_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> LFTX_P0_2L100_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> LFTX_P0_2L100_GLC0:_FillValue = 1.e+20f ;
>> LFTX_P0_2L100_GLC0:units = "K" ;
>> LFTX_P0_2L100_GLC0:long_name = "Surface Lifted Index" ;
>> LFTX_P0_2L100_GLC0:production_status = "Operational products" ;
>> LFTX_P0_2L100_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float HLCY_P0_2L103_GLC0(lv_HTGL2, ygrid_0, xgrid_0) ;
>> HLCY_P0_2L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HLCY_P0_2L103_GLC0:forecast_time_units = "hours" ;
>> HLCY_P0_2L103_GLC0:forecast_time = 0 ;
>> HLCY_P0_2L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> HLCY_P0_2L103_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 7, 8 ;
>> HLCY_P0_2L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> HLCY_P0_2L103_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> HLCY_P0_2L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HLCY_P0_2L103_GLC0:_FillValue = 1.e+20f ;
>> HLCY_P0_2L103_GLC0:units = "J kg-1" ;
>> HLCY_P0_2L103_GLC0:long_name = "Storm relative helicity" ;
>> HLCY_P0_2L103_GLC0:production_status = "Operational products" ;
>> HLCY_P0_2L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CIN_P0_2L108_GLC0(lv_SPDL1, ygrid_0, xgrid_0) ;
>> CIN_P0_2L108_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CIN_P0_2L108_GLC0:forecast_time_units = "hours" ;
>> CIN_P0_2L108_GLC0:forecast_time = 0 ;
>> CIN_P0_2L108_GLC0:level_type = "Level at specified pressure
>> difference from ground to level (Pa)" ;
>> CIN_P0_2L108_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 7, 7 ;
>> CIN_P0_2L108_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CIN_P0_2L108_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CIN_P0_2L108_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CIN_P0_2L108_GLC0:_FillValue = 1.e+20f ;
>> CIN_P0_2L108_GLC0:units = "J kg-1" ;
>> CIN_P0_2L108_GLC0:long_name = "Convective inhibition" ;
>> CIN_P0_2L108_GLC0:production_status = "Operational products" ;
>> CIN_P0_2L108_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CIN_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CIN_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CIN_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CIN_P0_L1_GLC0:forecast_time = 0 ;
>> CIN_P0_L1_GLC0:level = 0.f ;
>> CIN_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CIN_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 7, 7 ;
>> CIN_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CIN_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CIN_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CIN_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CIN_P0_L1_GLC0:units = "J kg-1" ;
>> CIN_P0_L1_GLC0:long_name = "Convective inhibition" ;
>> CIN_P0_L1_GLC0:production_status = "Operational products" ;
>> CIN_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CAPE_P0_2L108_GLC0(lv_SPDL1, ygrid_0, xgrid_0) ;
>> CAPE_P0_2L108_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CAPE_P0_2L108_GLC0:forecast_time_units = "hours" ;
>> CAPE_P0_2L108_GLC0:forecast_time = 0 ;
>> CAPE_P0_2L108_GLC0:level_type = "Level at specified pressure
>> difference from ground to level (Pa)" ;
>> CAPE_P0_2L108_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 7, 6 ;
>> CAPE_P0_2L108_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CAPE_P0_2L108_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> CAPE_P0_2L108_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CAPE_P0_2L108_GLC0:_FillValue = 1.e+20f ;
>> CAPE_P0_2L108_GLC0:units = "J kg-1" ;
>> CAPE_P0_2L108_GLC0:long_name = "Convective available potential
>> energy" ;
>> CAPE_P0_2L108_GLC0:production_status = "Operational products" ;
>> CAPE_P0_2L108_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CAPE_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CAPE_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CAPE_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CAPE_P0_L1_GLC0:forecast_time = 0 ;
>> CAPE_P0_L1_GLC0:level = 0.f ;
>> CAPE_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CAPE_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 7, 6 ;
>> CAPE_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Thermodynamic stability indicies" ;
>> CAPE_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CAPE_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CAPE_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CAPE_P0_L1_GLC0:units = "J kg-1" ;
>> CAPE_P0_L1_GLC0:long_name = "Convective available potential
>> energy" ;
>> CAPE_P0_L1_GLC0:production_status = "Operational products" ;
>> CAPE_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CICE_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> CICE_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CICE_P0_L104_GLC0:forecast_time_units = "hours" ;
>> CICE_P0_L104_GLC0:forecast_time = 0 ;
>> CICE_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> CICE_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 6, 0 ;
>> CICE_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Cloud" ;
>> CICE_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CICE_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CICE_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> CICE_P0_L104_GLC0:units = "kg m-2" ;
>> CICE_P0_L104_GLC0:long_name = "Cloud ice" ;
>> CICE_P0_L104_GLC0:production_status = "Operational products" ;
>> CICE_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float ULWRF_P0_L8_GLC0(ygrid_0, xgrid_0) ;
>> ULWRF_P0_L8_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> ULWRF_P0_L8_GLC0:forecast_time_units = "hours" ;
>> ULWRF_P0_L8_GLC0:forecast_time = 0 ;
>> ULWRF_P0_L8_GLC0:level = 0.f ;
>> ULWRF_P0_L8_GLC0:level_type = "Nominal top of the atmosphere" ;
>> ULWRF_P0_L8_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 5, 193 ;
>> ULWRF_P0_L8_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Long wave radiation" ;
>> ULWRF_P0_L8_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> ULWRF_P0_L8_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> ULWRF_P0_L8_GLC0:_FillValue = 1.e+20f ;
>> ULWRF_P0_L8_GLC0:units = "W m-2" ;
>> ULWRF_P0_L8_GLC0:long_name = "Upward Long-Wave Rad. Flux" ;
>> ULWRF_P0_L8_GLC0:production_status = "Operational products" ;
>> ULWRF_P0_L8_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HPBL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> HPBL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HPBL_P0_L1_GLC0:forecast_time_units = "hours" ;
>> HPBL_P0_L1_GLC0:forecast_time = 0 ;
>> HPBL_P0_L1_GLC0:level = 0.f ;
>> HPBL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> HPBL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 196 ;
>> HPBL_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HPBL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HPBL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HPBL_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> HPBL_P0_L1_GLC0:units = "m" ;
>> HPBL_P0_L1_GLC0:long_name = "Planetary Boundary Layer Height" ;
>> HPBL_P0_L1_GLC0:production_status = "Operational products" ;
>> HPBL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> HGT_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L104_GLC0:forecast_time_units = "hours" ;
>> HGT_P0_L104_GLC0:forecast_time = 0 ;
>> HGT_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> HGT_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 5 ;
>> HGT_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> HGT_P0_L104_GLC0:units = "gpm" ;
>> HGT_P0_L104_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L104_GLC0:production_status = "Operational products" ;
>> HGT_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L7_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L7_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L7_GLC0:forecast_time_units = "hours" ;
>> HGT_P0_L7_GLC0:forecast_time = 0 ;
>> HGT_P0_L7_GLC0:level = 0.f ;
>> HGT_P0_L7_GLC0:level_type = "Tropopause" ;
>> HGT_P0_L7_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L7_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L7_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L7_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L7_GLC0:_FillValue = 1.e+20f ;
>> HGT_P0_L7_GLC0:units = "gpm" ;
>> HGT_P0_L7_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L7_GLC0:production_status = "Operational products" ;
>> HGT_P0_L7_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L3_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L3_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L3_GLC0:forecast_time_units = "hours" ;
>> HGT_P0_L3_GLC0:forecast_time = 0 ;
>> HGT_P0_L3_GLC0:level = 0.f ;
>> HGT_P0_L3_GLC0:level_type = "Level of cloud tops" ;
>> HGT_P0_L3_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L3_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L3_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L3_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L3_GLC0:_FillValue = 1.e+20f ;
>> HGT_P0_L3_GLC0:units = "gpm" ;
>> HGT_P0_L3_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L3_GLC0:production_status = "Operational products" ;
>> HGT_P0_L3_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L2_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L2_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L2_GLC0:forecast_time_units = "hours" ;
>> HGT_P0_L2_GLC0:forecast_time = 0 ;
>> HGT_P0_L2_GLC0:level = 0.f ;
>> HGT_P0_L2_GLC0:level_type = "Cloud base level" ;
>> HGT_P0_L2_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L2_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L2_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L2_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L2_GLC0:_FillValue = 1.e+20f ;
>> HGT_P0_L2_GLC0:units = "gpm" ;
>> HGT_P0_L2_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L2_GLC0:production_status = "Operational products" ;
>> HGT_P0_L2_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float HGT_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> HGT_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> HGT_P0_L1_GLC0:forecast_time_units = "hours" ;
>> HGT_P0_L1_GLC0:forecast_time = 0 ;
>> HGT_P0_L1_GLC0:level = 0.f ;
>> HGT_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> HGT_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 3, 5 ;
>> HGT_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> HGT_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> HGT_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> HGT_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> HGT_P0_L1_GLC0:units = "gpm" ;
>> HGT_P0_L1_GLC0:long_name = "Geopotential height" ;
>> HGT_P0_L1_GLC0:production_status = "Operational products" ;
>> HGT_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float PRMSL_P0_L101_GLC0(ygrid_0, xgrid_0) ;
>> PRMSL_P0_L101_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRMSL_P0_L101_GLC0:forecast_time_units = "hours" ;
>> PRMSL_P0_L101_GLC0:forecast_time = 0 ;
>> PRMSL_P0_L101_GLC0:level = 0.f ;
>> PRMSL_P0_L101_GLC0:level_type = "Mean sea level (Pa)" ;
>> PRMSL_P0_L101_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 3, 1 ;
>> PRMSL_P0_L101_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> PRMSL_P0_L101_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> PRMSL_P0_L101_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRMSL_P0_L101_GLC0:_FillValue = 1.e+20f ;
>> PRMSL_P0_L101_GLC0:units = " Pa" ;
>> PRMSL_P0_L101_GLC0:long_name = "Pressure reduced to MSL" ;
>> PRMSL_P0_L101_GLC0:production_status = "Operational products" ;
>> PRMSL_P0_L101_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float PRES_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> PRES_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRES_P0_L104_GLC0:forecast_time_units = "hours" ;
>> PRES_P0_L104_GLC0:forecast_time = 0 ;
>> PRES_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> PRES_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 0 ;
>> PRES_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> PRES_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PRES_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRES_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> PRES_P0_L104_GLC0:units = "Pa" ;
>> PRES_P0_L104_GLC0:long_name = "Pressure" ;
>> PRES_P0_L104_GLC0:production_status = "Operational products" ;
>> PRES_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float PRES_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> PRES_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRES_P0_L1_GLC0:forecast_time_units = "hours" ;
>> PRES_P0_L1_GLC0:forecast_time = 0 ;
>> PRES_P0_L1_GLC0:level = 0.f ;
>> PRES_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> PRES_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 3, 0 ;
>> PRES_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Mass" ;
>> PRES_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PRES_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRES_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> PRES_P0_L1_GLC0:units = "Pa" ;
>> PRES_P0_L1_GLC0:long_name = "Pressure" ;
>> PRES_P0_L1_GLC0:production_status = "Operational products" ;
>> PRES_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float FRICV_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> FRICV_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> FRICV_P0_L1_GLC0:forecast_time_units = "hours" ;
>> FRICV_P0_L1_GLC0:forecast_time = 0 ;
>> FRICV_P0_L1_GLC0:level = 0.f ;
>> FRICV_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> FRICV_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 197 ;
>> FRICV_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> FRICV_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> FRICV_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> FRICV_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> FRICV_P0_L1_GLC0:units = "m s-1" ;
>> FRICV_P0_L1_GLC0:long_name = "Frictional Velocity" ;
>> FRICV_P0_L1_GLC0:production_status = "Operational products" ;
>> FRICV_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float GUST_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> GUST_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> GUST_P0_L1_GLC0:forecast_time_units = "hours" ;
>> GUST_P0_L1_GLC0:forecast_time = 0 ;
>> GUST_P0_L1_GLC0:level = 0.f ;
>> GUST_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> GUST_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 22 ;
>> GUST_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> GUST_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> GUST_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> GUST_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> GUST_P0_L1_GLC0:units = "m s-1" ;
>> GUST_P0_L1_GLC0:long_name = "Wind speed gust" ;
>> GUST_P0_L1_GLC0:production_status = "Operational products" ;
>> GUST_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float VVEL_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> VVEL_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VVEL_P0_L104_GLC0:forecast_time_units = "hours" ;
>> VVEL_P0_L104_GLC0:forecast_time = 0 ;
>> VVEL_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> VVEL_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 8 ;
>> VVEL_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> VVEL_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VVEL_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VVEL_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> VVEL_P0_L104_GLC0:units = "Pa s-1" ;
>> VVEL_P0_L104_GLC0:long_name = "Vertical velocity pressure" ;
>> VVEL_P0_L104_GLC0:production_status = "Operational products" ;
>> VVEL_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float VGRD_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> VGRD_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VGRD_P0_L104_GLC0:forecast_time_units = "hours" ;
>> VGRD_P0_L104_GLC0:forecast_time = 0 ;
>> VGRD_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> VGRD_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 3 ;
>> VGRD_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> VGRD_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VGRD_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VGRD_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> VGRD_P0_L104_GLC0:units = "m s-1" ;
>> VGRD_P0_L104_GLC0:long_name = "v-component of wind" ;
>> VGRD_P0_L104_GLC0:production_status = "Operational products" ;
>> VGRD_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float VGRD_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> VGRD_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> VGRD_P0_L103_GLC0:forecast_time_units = "hours" ;
>> VGRD_P0_L103_GLC0:forecast_time = 0 ;
>> VGRD_P0_L103_GLC0:level = 10.f ;
>> VGRD_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> VGRD_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 3 ;
>> VGRD_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> VGRD_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> VGRD_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> VGRD_P0_L103_GLC0:_FillValue = 1.e+20f ;
>> VGRD_P0_L103_GLC0:units = "m s-1" ;
>> VGRD_P0_L103_GLC0:long_name = "v-component of wind" ;
>> VGRD_P0_L103_GLC0:production_status = "Operational products" ;
>> VGRD_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float UGRD_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> UGRD_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> UGRD_P0_L104_GLC0:forecast_time_units = "hours" ;
>> UGRD_P0_L104_GLC0:forecast_time = 0 ;
>> UGRD_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> UGRD_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 2 ;
>> UGRD_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> UGRD_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> UGRD_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> UGRD_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> UGRD_P0_L104_GLC0:units = "m s-1" ;
>> UGRD_P0_L104_GLC0:long_name = "u-component of wind" ;
>> UGRD_P0_L104_GLC0:production_status = "Operational products" ;
>> UGRD_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float UGRD_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> UGRD_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> UGRD_P0_L103_GLC0:forecast_time_units = "hours" ;
>> UGRD_P0_L103_GLC0:forecast_time = 0 ;
>> UGRD_P0_L103_GLC0:level = 10.f ;
>> UGRD_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> UGRD_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 2, 2 ;
>> UGRD_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Momentum" ;
>> UGRD_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> UGRD_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> UGRD_P0_L103_GLC0:_FillValue = 1.e+20f ;
>> UGRD_P0_L103_GLC0:units = "m s-1" ;
>> UGRD_P0_L103_GLC0:long_name = "u-component of wind" ;
>> UGRD_P0_L103_GLC0:production_status = "Operational products" ;
>> UGRD_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SNOWC_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> SNOWC_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SNOWC_P0_L1_GLC0:forecast_time_units = "hours" ;
>> SNOWC_P0_L1_GLC0:forecast_time = 0 ;
>> SNOWC_P0_L1_GLC0:level = 0.f ;
>> SNOWC_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> SNOWC_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 201 ;
>> SNOWC_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SNOWC_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SNOWC_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SNOWC_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> SNOWC_P0_L1_GLC0:units = "%" ;
>> SNOWC_P0_L1_GLC0:long_name = "Snow Cover" ;
>> SNOWC_P0_L1_GLC0:production_status = "Operational products" ;
>> SNOWC_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CPRAT_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CPRAT_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CPRAT_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CPRAT_P0_L1_GLC0:forecast_time = 0 ;
>> CPRAT_P0_L1_GLC0:level = 0.f ;
>> CPRAT_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CPRAT_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 196 ;
>> CPRAT_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CPRAT_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CPRAT_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CPRAT_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CPRAT_P0_L1_GLC0:units = "kg m-2 s-1" ;
>> CPRAT_P0_L1_GLC0:long_name = "Convective Precipitation Rate" ;
>> CPRAT_P0_L1_GLC0:production_status = "Operational products" ;
>> CPRAT_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CSNOW_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CSNOW_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CSNOW_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CSNOW_P0_L1_GLC0:forecast_time = 0 ;
>> CSNOW_P0_L1_GLC0:level = 0.f ;
>> CSNOW_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CSNOW_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 195 ;
>> CSNOW_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CSNOW_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CSNOW_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CSNOW_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CSNOW_P0_L1_GLC0:units = "non-dim" ;
>> CSNOW_P0_L1_GLC0:long_name = "Categorical Snow" ;
>> CSNOW_P0_L1_GLC0:production_status = "Operational products" ;
>> CSNOW_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CICEP_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CICEP_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CICEP_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CICEP_P0_L1_GLC0:forecast_time = 0 ;
>> CICEP_P0_L1_GLC0:level = 0.f ;
>> CICEP_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CICEP_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 194 ;
>> CICEP_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CICEP_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CICEP_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CICEP_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CICEP_P0_L1_GLC0:units = "non-dim" ;
>> CICEP_P0_L1_GLC0:long_name = "Categorical Ice Pellets" ;
>> CICEP_P0_L1_GLC0:production_status = "Operational products" ;
>> CICEP_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CFRZR_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CFRZR_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CFRZR_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CFRZR_P0_L1_GLC0:forecast_time = 0 ;
>> CFRZR_P0_L1_GLC0:level = 0.f ;
>> CFRZR_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CFRZR_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 193 ;
>> CFRZR_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CFRZR_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CFRZR_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CFRZR_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CFRZR_P0_L1_GLC0:units = "non-dim" ;
>> CFRZR_P0_L1_GLC0:long_name = "Categorical Freezing Rain" ;
>> CFRZR_P0_L1_GLC0:production_status = "Operational products" ;
>> CFRZR_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float CRAIN_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> CRAIN_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CRAIN_P0_L1_GLC0:forecast_time_units = "hours" ;
>> CRAIN_P0_L1_GLC0:forecast_time = 0 ;
>> CRAIN_P0_L1_GLC0:level = 0.f ;
>> CRAIN_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> CRAIN_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 192 ;
>> CRAIN_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CRAIN_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> CRAIN_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CRAIN_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> CRAIN_P0_L1_GLC0:units = "non-dim" ;
>> CRAIN_P0_L1_GLC0:long_name = "Categorical Rain" ;
>> CRAIN_P0_L1_GLC0:production_status = "Operational products" ;
>> CRAIN_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float GRAUP_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> GRAUP_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> GRAUP_P0_L104_GLC0:forecast_time_units = "hours" ;
>> GRAUP_P0_L104_GLC0:forecast_time = 0 ;
>> GRAUP_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> GRAUP_P0_L104_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 1, 32 ;
>> GRAUP_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> GRAUP_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> GRAUP_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> GRAUP_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> GRAUP_P0_L104_GLC0:units = "kg kg-1" ;
>> GRAUP_P0_L104_GLC0:long_name = "Graupel (snow pellets)" ;
>> GRAUP_P0_L104_GLC0:production_status = "Operational products" ;
>> GRAUP_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SNMR_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> SNMR_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SNMR_P0_L104_GLC0:forecast_time_units = "hours" ;
>> SNMR_P0_L104_GLC0:forecast_time = 0 ;
>> SNMR_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> SNMR_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 25 ;
>> SNMR_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SNMR_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SNMR_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SNMR_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> SNMR_P0_L104_GLC0:units = "kg kg-1" ;
>> SNMR_P0_L104_GLC0:long_name = "Snow mixing ratio" ;
>> SNMR_P0_L104_GLC0:production_status = "Operational products" ;
>> SNMR_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float RWMR_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> RWMR_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> RWMR_P0_L104_GLC0:forecast_time_units = "hours" ;
>> RWMR_P0_L104_GLC0:forecast_time = 0 ;
>> RWMR_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> RWMR_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 24 ;
>> RWMR_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> RWMR_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> RWMR_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> RWMR_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> RWMR_P0_L104_GLC0:units = "kg kg-1" ;
>> RWMR_P0_L104_GLC0:long_name = "Rain mixing ratio" ;
>> RWMR_P0_L104_GLC0:production_status = "Operational products" ;
>> RWMR_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float CLMXR_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> CLMXR_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> CLMXR_P0_L104_GLC0:forecast_time_units = "hours" ;
>> CLMXR_P0_L104_GLC0:forecast_time = 0 ;
>> CLMXR_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> CLMXR_P0_L104_GLC0:parameter_template_discipline_category_number
>> = 0, 0, 1, 22 ;
>> CLMXR_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> CLMXR_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant
>> or tangent, conical or bipolar" ;
>> CLMXR_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> CLMXR_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> CLMXR_P0_L104_GLC0:units = "kg kg-1" ;
>> CLMXR_P0_L104_GLC0:long_name = "Cloud mixing ratio" ;
>> CLMXR_P0_L104_GLC0:production_status = "Operational products" ;
>> CLMXR_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float WEASD_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> WEASD_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> WEASD_P0_L1_GLC0:forecast_time_units = "hours" ;
>> WEASD_P0_L1_GLC0:forecast_time = 0 ;
>> WEASD_P0_L1_GLC0:level = 0.f ;
>> WEASD_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> WEASD_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 13 ;
>> WEASD_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> WEASD_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> WEASD_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> WEASD_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> WEASD_P0_L1_GLC0:units = "kg m-2" ;
>> WEASD_P0_L1_GLC0:long_name = "Water equivalent of accumulated
>> snow depth" ;
>> WEASD_P0_L1_GLC0:production_status = "Operational products" ;
>> WEASD_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float PRATE_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> PRATE_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PRATE_P0_L1_GLC0:forecast_time_units = "hours" ;
>> PRATE_P0_L1_GLC0:forecast_time = 0 ;
>> PRATE_P0_L1_GLC0:level = 0.f ;
>> PRATE_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> PRATE_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 7 ;
>> PRATE_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> PRATE_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PRATE_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PRATE_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> PRATE_P0_L1_GLC0:units = "kg m-2 s-1" ;
>> PRATE_P0_L1_GLC0:long_name = "Precipitation rate" ;
>> PRATE_P0_L1_GLC0:production_status = "Operational products" ;
>> PRATE_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float PWAT_P0_L200_GLC0(ygrid_0, xgrid_0) ;
>> PWAT_P0_L200_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> PWAT_P0_L200_GLC0:forecast_time_units = "hours" ;
>> PWAT_P0_L200_GLC0:forecast_time = 0 ;
>> PWAT_P0_L200_GLC0:level = 0.f ;
>> PWAT_P0_L200_GLC0:level_type = "Entire atmosphere (considered as
>> a single layer)" ;
>> PWAT_P0_L200_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 3 ;
>> PWAT_P0_L200_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> PWAT_P0_L200_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> PWAT_P0_L200_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> PWAT_P0_L200_GLC0:_FillValue = 1.e+20f ;
>> PWAT_P0_L200_GLC0:units = "kg m-2" ;
>> PWAT_P0_L200_GLC0:long_name = "Precipitable water" ;
>> PWAT_P0_L200_GLC0:production_status = "Operational products" ;
>> PWAT_P0_L200_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float RH_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> RH_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> RH_P0_L103_GLC0:forecast_time_units = "hours" ;
>> RH_P0_L103_GLC0:forecast_time = 0 ;
>> RH_P0_L103_GLC0:level = 2.f ;
>> RH_P0_L103_GLC0:level_type = "Specified height level above ground
>> (m)" ;
>> RH_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 1 ;
>> RH_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> RH_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> RH_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> RH_P0_L103_GLC0:_FillValue = 1.e+20f ;
>> RH_P0_L103_GLC0:units = "%" ;
>> RH_P0_L103_GLC0:long_name = "Relative humidity" ;
>> RH_P0_L103_GLC0:production_status = "Operational products" ;
>> RH_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float SPFH_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> SPFH_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SPFH_P0_L104_GLC0:forecast_time_units = "hours" ;
>> SPFH_P0_L104_GLC0:forecast_time = 0 ;
>> SPFH_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> SPFH_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 0 ;
>> SPFH_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SPFH_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SPFH_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SPFH_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> SPFH_P0_L104_GLC0:units = "kg kg-1" ;
>> SPFH_P0_L104_GLC0:long_name = "Specific humidity" ;
>> SPFH_P0_L104_GLC0:production_status = "Operational products" ;
>> SPFH_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SPFH_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> SPFH_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SPFH_P0_L103_GLC0:forecast_time_units = "hours" ;
>> SPFH_P0_L103_GLC0:forecast_time = 0 ;
>> SPFH_P0_L103_GLC0:level = 2.f ;
>> SPFH_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> SPFH_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 1, 0 ;
>> SPFH_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Moisture" ;
>> SPFH_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SPFH_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SPFH_P0_L103_GLC0:_FillValue = 1.e+20f ;
>> SPFH_P0_L103_GLC0:units = "kg kg-1" ;
>> SPFH_P0_L103_GLC0:long_name = "Specific humidity" ;
>> SPFH_P0_L103_GLC0:production_status = "Operational products" ;
>> SPFH_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder
>> CO" ;
>> float SHTFL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> SHTFL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> SHTFL_P0_L1_GLC0:forecast_time_units = "hours" ;
>> SHTFL_P0_L1_GLC0:forecast_time = 0 ;
>> SHTFL_P0_L1_GLC0:level = 0.f ;
>> SHTFL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> SHTFL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 11 ;
>> SHTFL_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> SHTFL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> SHTFL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> SHTFL_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> SHTFL_P0_L1_GLC0:units = "W m-2" ;
>> SHTFL_P0_L1_GLC0:long_name = "Sensible heat net flux" ;
>> SHTFL_P0_L1_GLC0:production_status = "Operational products" ;
>> SHTFL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float LHTFL_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> LHTFL_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> LHTFL_P0_L1_GLC0:forecast_time_units = "hours" ;
>> LHTFL_P0_L1_GLC0:forecast_time = 0 ;
>> LHTFL_P0_L1_GLC0:level = 0.f ;
>> LHTFL_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> LHTFL_P0_L1_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 10 ;
>> LHTFL_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> LHTFL_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> LHTFL_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> LHTFL_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> LHTFL_P0_L1_GLC0:units = "W m-2" ;
>> LHTFL_P0_L1_GLC0:long_name = "Latent heat net flux" ;
>> LHTFL_P0_L1_GLC0:production_status = "Operational products" ;
>> LHTFL_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float DPT_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> DPT_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> DPT_P0_L103_GLC0:forecast_time_units = "hours" ;
>> DPT_P0_L103_GLC0:forecast_time = 0 ;
>> DPT_P0_L103_GLC0:level = 2.f ;
>> DPT_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> DPT_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 6 ;
>> DPT_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> DPT_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> DPT_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> DPT_P0_L103_GLC0:_FillValue = 1.e+20f ;
>> DPT_P0_L103_GLC0:units = "K" ;
>> DPT_P0_L103_GLC0:long_name = "Dew point temperature" ;
>> DPT_P0_L103_GLC0:production_status = "Operational products" ;
>> DPT_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TMP_P0_L104_GLC0(lv_SIGL0, ygrid_0, xgrid_0) ;
>> TMP_P0_L104_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TMP_P0_L104_GLC0:forecast_time_units = "hours" ;
>> TMP_P0_L104_GLC0:forecast_time = 0 ;
>> TMP_P0_L104_GLC0:level_type = "Sigma level (sigma value)" ;
>> TMP_P0_L104_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 0 ;
>> TMP_P0_L104_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> TMP_P0_L104_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TMP_P0_L104_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TMP_P0_L104_GLC0:_FillValue = 1.e+20f ;
>> TMP_P0_L104_GLC0:units = "K" ;
>> TMP_P0_L104_GLC0:long_name = "Temperature" ;
>> TMP_P0_L104_GLC0:production_status = "Operational products" ;
>> TMP_P0_L104_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TMP_P0_L103_GLC0(ygrid_0, xgrid_0) ;
>> TMP_P0_L103_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TMP_P0_L103_GLC0:forecast_time_units = "hours" ;
>> TMP_P0_L103_GLC0:forecast_time = 0 ;
>> TMP_P0_L103_GLC0:level = 2.f ;
>> TMP_P0_L103_GLC0:level_type = "Specified height level above
>> ground (m)" ;
>> TMP_P0_L103_GLC0:parameter_template_discipline_category_number =
>> 0, 0, 0, 0 ;
>> TMP_P0_L103_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> TMP_P0_L103_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TMP_P0_L103_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TMP_P0_L103_GLC0:_FillValue = 1.e+20f ;
>> TMP_P0_L103_GLC0:units = "K" ;
>> TMP_P0_L103_GLC0:long_name = "Temperature" ;
>> TMP_P0_L103_GLC0:production_status = "Operational products" ;
>> TMP_P0_L103_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>> float TMP_P0_L1_GLC0(ygrid_0, xgrid_0) ;
>> TMP_P0_L1_GLC0:initial_time = "01/15/2010 (15:00)" ;
>> TMP_P0_L1_GLC0:forecast_time_units = "hours" ;
>> TMP_P0_L1_GLC0:forecast_time = 0 ;
>> TMP_P0_L1_GLC0:level = 0.f ;
>> TMP_P0_L1_GLC0:level_type = "Ground or water surface" ;
>> TMP_P0_L1_GLC0:parameter_template_discipline_category_number = 0,
>> 0, 0, 0 ;
>> TMP_P0_L1_GLC0:parameter_discipline_and_category =
>> "Meteorological products, Temperature" ;
>> TMP_P0_L1_GLC0:grid_type = "Lambert Conformal can be secant or
>> tangent, conical or bipolar" ;
>> TMP_P0_L1_GLC0:coordinates = "gridlat_0 gridlon_0" ;
>> TMP_P0_L1_GLC0:_FillValue = 1.e+20f ;
>> TMP_P0_L1_GLC0:units = "K" ;
>> TMP_P0_L1_GLC0:long_name = "Temperature" ;
>> TMP_P0_L1_GLC0:production_status = "Operational products" ;
>> TMP_P0_L1_GLC0:center = "NOAA Forecast Systems Lab, Boulder CO" ;
>>
>> // global attributes:
>> :creation_date = "Fri Apr 2 11:02:18 MDT 2010" ;
>> :NCL_Version = "5.1.0" ;
>> :system = "Linux finch 2.6.26-2-amd64 #1 SMP Tue Jan 12 22:12:20
>> UTC 2010 x86_64 GNU/Linux" ;
>> :conventions = "None" ;
>> :grib_source = "20100115_i15_f000_WRF-RR.grb2" ;
>> :title = "NCL: convert-GRIB-to-netCDF" ;
>> }
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jun 21 18:23:48 2010

This archive was generated by hypermail 2.1.8 : Thu Jun 24 2010 - 14:10:27 MDT