[ncl-talk] NCEP local GRIB2 table
Dennis Shea
shea at ucar.edu
Mon Jul 2 11:53:55 MDT 2018
NCL 6.1.0 was released in 2012. Way out of date.
GRIB is a moving target :-(
The current version is NCL 6.4.0.
NCL 6.5.0 will be released this month.
Versions 6.3.0, 6.4.0 and 6.5.0-beta read the file just fine. See attached
dump.
On Mon, Jul 2, 2018 at 10:23 AM, Paula Freeman - NOAA Affiliate <
paula.freeman at noaa.gov> wrote:
> Hello,
>
> I am a complete newbie to NCL, I am grateful for any help you can provide.
>
> I am trying to plot the accumulated 6-hr precip from a 1-degee GFS GRIB2
> file.
>
> ncl_filedump lists the grid I want as APCP_P8_L1_GLL0_acc6h:
>
> $ ncl_filedump gfs.t12z.pgrb2.1p00.f012.grib2
> <...>
> float APCP_P8_L1_GLL0_acc6h ( lat_0, lon_0 )
> center : US National Weather Service - NCEP (WMC)
> production_status : Operational products
> long_name : Total precipitation
> units : kg m-2
> _FillValue : 1e+20
> grid_type : Latitude/longitude
> 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 : 12
> forecast_time_units : hours
> initial_time : 06/25/2018 (12:00)
>
> Here's my simple script:
>
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
>
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
>
> begin
> ;---Open file and read data
> filename = "/u/Paula.Freeman/test/gfs.t12z.pgrb2.1p00.f012.grib2"
> a = addfile(filename,"r")
> p = a->APCP_P8_L1_GLL0_acc6h
>
> ;---Start the graphics
> wks = gsn_open_wks("png","/u/Paula.Freeman/test/gfs_f012_precip")
>
> ;---Set some resources
> res = True
> res at cnFillOn = True ; turn on color fill
> res at gsnMaximize = True ; maximize plot in frame
>
> plot = gsn_csm_contour_map(wks,p,res)
> end
>
> I get the following error:
>
> $ ncl gfs_precip_p06.ncl
> Copyright (C) 1995-2012 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 6.1.0
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
> warning: Entry (21) not found in code table file
> /usrx/local/NCL_NCARG-6.1.0_gcc446/OpenNDAPenabled/lib/ncarg
> /grib2_codetables/ncep/4/4.2.0.0.table
>
> When I look at the table listed above, there is no entry for 21, just this
> placeholder:
>
> # 21-191:21-191:Reserved:-:
> # 192-254:192-254:Reserved for Local Use:-:
>
> So it appears that these tables are not updated for NCEP's local variables.
>
> How can I direct NCL to an updated version of the tables? My local GRIB2
> expert has pointed me to a local copy.
>
> I am running this script on the WCOSS at NCEP:
>
> $ uname -a
> Linux g14a1 2.6.32-573.48.1.el6.x86_64 #1 SMP Thu Sep 21 11:19:32 EDT
> 2017 x86_64 x86_64 x86_64 GNU/Linux
>
> Thanks,
> Paula Freeman
>
>
> --
> Paula Freeman
> Software Developer
> Cyberdata Technologies, Inc.
> NOAA/NWS/NCEP/NCO
> NCWCP, Cube 1034
> Onsite: (301) 683-3837
> Teleworking: (301)283-3596
> Cell: (202)709-1537
> Paula.Freeman at noaa.gov
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180702/a8daa9e2/attachment.html>
-------------- next part --------------
Copyright (C) 1995-2017 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 6.4.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
Variable: f
Type: file
filename: gfs.t12z.pgrb2.1p00.f012
path: gfs.t12z.pgrb2.1p00.f012.grib2
file global attributes:
dimensions:
lat_0 = 181
lon_0 = 360
lv_ISBL0 = 31
lv_AMSL1 = 3
lv_HTGL2 = 3
lv_PVL3 = 2
lv_HTGL4 = 2
lv_SIGL5 = 4
lv_ISBL6 = 21
lv_HTGL7 = 3
lv_ISBL8 = 26
lv_SPDL9 = 2
lv_ISBL10 = 17
lv_ISBL11 = 19
lv_DBLL12 = 4
variables:
float TMP_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L6_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Maximum wind level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L100_GLL0 ( lv_ISBL0, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L102_GLL0 ( lv_AMSL1, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Specific altitude above mean sea level (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L103_GLL0 ( lv_HTGL2, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Specified height level above ground (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L104_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Sigma level (sigma value)
level : 0.995
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_2L108_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Level at specified pressure difference from ground to level (Pa)
level : ( 3000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P0_L109_GLL0 ( lv_PVL3, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 0 )
level_type : Potential vorticity (K m2 kg-1 s-1)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float POT_P0_L104_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Potential temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 2 )
level_type : Sigma level (sigma value)
level : 0.995
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float DPT_P0_L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Dew point temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float APTMP_P0_L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Apparent temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 0, 0, 0, 21 )
level_type : Specified height level above ground (m)
level : 2
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float SPFH_P0_L103_GLL0 ( lv_HTGL4, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Specific humidity
units : kg kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 0 )
level_type : Specified height level above ground (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float SPFH_P0_2L108_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Specific humidity
units : kg kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 0 )
level_type : Level at specified pressure difference from ground to level (Pa)
level : ( 3000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_L4_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Level of 0o C isotherm
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_L100_GLL0 ( lv_ISBL0, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_2L104_GLL0 ( lv_SIGL5, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Sigma level (sigma value)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_L104_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Sigma level (sigma value)
level : 0.995
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_2L108_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Level at specified pressure difference from ground to level (Pa)
level : ( 3000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_L200_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Entire atmosphere (considered as a single layer)
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float RH_P0_L204_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Relative humidity
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 1 )
level_type : Highest tropospheric freezing level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PWAT_P0_L200_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Precipitable water
units : kg m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float SNOD_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Snow depth
units : m
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 11 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float WEASD_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Water equivalent of accumulated snow depth
units : kg m-2
_FillValue : 9.999e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CLWMR_P0_L100_GLL0 ( lv_ISBL6, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Cloud mixing ratio
units : kg kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 22 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CPOFP_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Percent frozen precipitation
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 39 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PEVPR_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Potential evaporation rate
units : W m-2
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 0, 0, 1, 200 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L6_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Maximum wind level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L100_GLL0 ( lv_ISBL0, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L102_GLL0 ( lv_AMSL1, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Specific altitude above mean sea level (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L103_GLL0 ( lv_HTGL7, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Specified height level above ground (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L104_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Sigma level (sigma value)
level : 0.995
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_2L108_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Level at specified pressure difference from ground to level (Pa)
level : ( 3000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L109_GLL0 ( lv_PVL3, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Potential vorticity (K m2 kg-1 s-1)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGRD_P0_L220_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 2 )
level_type : Planetary boundary layer
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L6_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Maximum wind level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L100_GLL0 ( lv_ISBL0, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L102_GLL0 ( lv_AMSL1, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Specific altitude above mean sea level (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L103_GLL0 ( lv_HTGL7, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Specified height level above ground (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L104_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Sigma level (sigma value)
level : 0.995
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_2L108_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Level at specified pressure difference from ground to level (Pa)
level : ( 3000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L109_GLL0 ( lv_PVL3, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Potential vorticity (K m2 kg-1 s-1)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGRD_P0_L220_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component of wind
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 3 )
level_type : Planetary boundary layer
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VVEL_P0_L100_GLL0 ( lv_ISBL6, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Vertical velocity (pressure)
units : Pa s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 8 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VVEL_P0_L104_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Vertical velocity (pressure)
units : Pa s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 8 )
level_type : Sigma level (sigma value)
level : 0.995
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ABSV_P0_L100_GLL0 ( lv_ISBL8, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Absolute vorticity
units : s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 10 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float GUST_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Wind speed (gust)
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VWSH_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Vertical speed shear
units : s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 192 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VWSH_P0_L109_GLL0 ( lv_PVL3, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Vertical speed shear
units : s-1
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 192 )
level_type : Potential vorticity (K m2 kg-1 s-1)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float USTM_P0_2L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : U-component storm motion
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 194 )
level_type : Specified height level above ground (m)
level : ( 6000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VSTM_P0_2L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : V-component storm motion
units : m s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 195 )
level_type : Specified height level above ground (m)
level : ( 6000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VRATE_P0_L220_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Ventilation rate
units : m2 s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 0, 0, 2, 224 )
level_type : Planetary boundary layer
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L6_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
level_type : Maximum wind level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
level_type : Specified height level above ground (m)
level : 80
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L109_GLL0 ( lv_PVL3, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
level_type : Potential vorticity (K m2 kg-1 s-1)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L242_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
level_type : Convective cloud bottom level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P0_L243_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 0 )
level_type : Convective cloud top level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRMSL_P0_L101_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure reduced to MSL
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ICAHT_P0_L6_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : ICAO standard atmosphere reference height
units : m
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 3 )
level_type : Maximum wind level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ICAHT_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : ICAO standard atmosphere reference height
units : m
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 3 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L4_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
level_type : Level of 0o C isotherm
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L6_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
level_type : Maximum wind level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L7_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
level_type : Tropopause
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L100_GLL0 ( lv_ISBL0, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L109_GLL0 ( lv_PVL3, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
level_type : Potential vorticity (K m2 kg-1 s-1)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HGT_P0_L204_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 5 )
level_type : Highest tropospheric freezing level
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float MSLET_P0_L101_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : MSLP (ETA model reduction)
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 192 )
level_type : Mean sea level (Pa)
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float 5WAVH_P0_L100_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : 5-wave geopotential height
units : gpm
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 193 )
level_type : Isobaric surface (Pa)
level : 50000
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HPBL_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Planetary boundary layer height
units : m
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PLPL_P0_2L108_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure of level from which parcel was lifted
units : Pa
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 0, 0, 3, 200 )
level_type : Level at specified pressure difference from ground to level (Pa)
level : ( 25500, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TCDC_P0_L244_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total cloud cover
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 0, 0, 6, 1 )
level_type : Convective cloud
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CWAT_P0_L200_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Cloud water
units : kg m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 0, 0, 6, 6 )
level_type : Entire atmosphere (considered as a single layer)
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float SUNSD_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Sunshine duration
units : s
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 0, 0, 6, 201 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CAPE_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Convective available potential energy
units : J kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 6 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CAPE_P0_2L108_GLL0 ( lv_SPDL9, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Convective available potential energy
units : J kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 6 )
level_type : Level at specified pressure difference from ground to level (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CIN_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Convective inhibition
units : J kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 7 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CIN_P0_2L108_GLL0 ( lv_SPDL9, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Convective inhibition
units : J kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 7 )
level_type : Level at specified pressure difference from ground to level (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HLCY_P0_2L103_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Storm relative helicity
units : m2 s-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 8 )
level_type : Specified height level above ground (m)
level : ( 3000, 0 )
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float LFTX_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Surface lifted index
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 192 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float 4LFTX_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Best (4 layer) lifted index
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Thermodynamic stability indices
parameter_template_discipline_category_number : ( 0, 0, 7, 193 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TOZNE_P0_L200_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total ozone
units : Dobson
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Trace gases (e.g. ozone, CO2)
parameter_template_discipline_category_number : ( 0, 0, 14, 0 )
level_type : Entire atmosphere (considered as a single layer)
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float O3MR_P0_L100_GLL0 ( lv_ISBL10, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Ozone mixing ratio
units : kg kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Trace gases (e.g. ozone, CO2)
parameter_template_discipline_category_number : ( 0, 0, 14, 192 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VIS_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Visibility
units : m
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ICSEV_P0_L100_GLL0 ( lv_ISBL11, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Icing severity
units : non-dim
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Physical atmospheric properties
parameter_template_discipline_category_number : ( 0, 0, 19, 234 )
level_type : Isobaric surface (Pa)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float LAND_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Land cover (1=land, 0=sea)
units : Proportion
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 0, 2, 0, 0 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TSOIL_P0_2L106_GLL0 ( lv_DBLL12, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Soil temperature
units : K
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 0, 2, 0, 2 )
level_type : Depth below land surface (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float SOILW_P0_2L106_GLL0 ( lv_DBLL12, lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Volumetric soil moisture content
units : Fraction
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 0, 2, 0, 192 )
level_type : Depth below land surface (m)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float WILT_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Wilting point
units : Fraction
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 0, 2, 0, 201 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float LANDN_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Land-sea coverage (nearest neighbor) [land=1,sea=0]
units : -
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 0, 2, 0, 218 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float FLDCP_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Field capacity
units : fraction
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Soil products
parameter_template_discipline_category_number : ( 0, 2, 3, 203 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float HINDEX_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Haines index
units : Numeric
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Fire weather products
parameter_template_discipline_category_number : ( 0, 2, 4, 2 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ICEC_P0_L1_GLL0 ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Ice cover
units : Proportion
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Oceanographic products, Ice
parameter_template_discipline_category_number : ( 0, 10, 2, 0 )
level_type : Ground or water surface
level : 0
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P8_L213_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 0 )
level_type : Low cloud top level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P8_L223_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 0 )
level_type : Middle cloud top level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMP_P8_L233_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Temperature
units : K
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 0 )
level_type : High cloud top level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMAX_P8_L103_GLL0_max6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Maximum temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 4 )
level_type : Specified height level above ground (m)
level : 2
type_of_statistical_processing : Maximum
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TMIN_P8_L103_GLL0_min6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Minimum temperature
units : K
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 5 )
level_type : Specified height level above ground (m)
level : 2
type_of_statistical_processing : Minimum
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float LHTFL_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Latent heat net flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 10 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float SHTFL_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Sensible heat net flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Temperature
parameter_template_discipline_category_number : ( 8, 0, 0, 11 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRATE_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Precipitation rate
units : kg m-2 s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 8, 0, 1, 7 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float APCP_P8_L1_GLL0_acc6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total precipitation
units : kg m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ACPCP_P8_L1_GLL0_acc6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Convective precipitation
units : kg m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
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 : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CRAIN_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Categorical rain (yes=1; no=0)
units : non-dim
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 8, 0, 1, 192 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CFRZR_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Categorical freezing rain (yes=1; no=0)
units : non-dim
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 8, 0, 1, 193 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CICEP_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Categorical ice pellets (yes=1; no=0)
units : non-dim
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 8, 0, 1, 194 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CSNOW_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Categorical snow (yes=1; no=0)
units : non-dim
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 8, 0, 1, 195 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CPRAT_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Convective precipitation rate
units : kg m-2 s-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Moisture
parameter_template_discipline_category_number : ( 8, 0, 1, 196 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UFLX_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Momentum flux, u-component
units : N m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 8, 0, 2, 17 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VFLX_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Momentum flux, v-component
units : N m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Momentum
parameter_template_discipline_category_number : ( 8, 0, 2, 18 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P8_L212_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 0 )
level_type : Low cloud bottom level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P8_L213_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 0 )
level_type : Low cloud top level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P8_L222_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 0 )
level_type : Middle cloud bottom level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P8_L223_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 0 )
level_type : Middle cloud top level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P8_L232_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 0 )
level_type : High cloud bottom level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float PRES_P8_L233_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Pressure
units : Pa
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 0 )
level_type : High cloud top level
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float UGWD_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Zonal flux of gravity wave stress
units : N m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 194 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float VGWD_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Meridional flux of gravity wave stress
units : N m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Mass
parameter_template_discipline_category_number : ( 8, 0, 3, 195 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float DSWRF_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Downward short-wave radiation flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Short wave radiation
parameter_template_discipline_category_number : ( 8, 0, 4, 192 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float USWRF_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Upward short-wave radiation flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Short wave radiation
parameter_template_discipline_category_number : ( 8, 0, 4, 193 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float USWRF_P8_L8_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Upward short-wave radiation flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Short wave radiation
parameter_template_discipline_category_number : ( 8, 0, 4, 193 )
level_type : Nominal top of the atmosphere
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float DLWRF_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Downward long-wave radiation flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Long wave radiation
parameter_template_discipline_category_number : ( 8, 0, 5, 192 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ULWRF_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Upward long-wave radiation flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Long wave radiation
parameter_template_discipline_category_number : ( 8, 0, 5, 193 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ULWRF_P8_L8_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Upward long-wave radiation flux
units : W m-2
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Long wave radiation
parameter_template_discipline_category_number : ( 8, 0, 5, 193 )
level_type : Nominal top of the atmosphere
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TCDC_P8_L10_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total cloud cover
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 8, 0, 6, 1 )
level_type : Entire Atmosphere
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TCDC_P8_L211_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total cloud cover
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 8, 0, 6, 1 )
level_type : Boundary layer cloud layer
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TCDC_P8_L214_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total cloud cover
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 8, 0, 6, 1 )
level_type : Low cloud layer
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TCDC_P8_L224_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total cloud cover
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 8, 0, 6, 1 )
level_type : Middle cloud layer
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float TCDC_P8_L234_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Total cloud cover
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 8, 0, 6, 1 )
level_type : High cloud layer
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float CWORK_P8_L200_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Cloud work function
units : J kg-1
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Cloud
parameter_template_discipline_category_number : ( 8, 0, 6, 193 )
level_type : Entire atmosphere (considered as a single layer)
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float ALBDO_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Albedo
units : %
_FillValue : 1e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Meteorological products, Physical atmospheric properties
parameter_template_discipline_category_number : ( 8, 0, 19, 1 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float WATR_P8_L1_GLL0_acc6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Water runoff
units : kg m-2
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 8, 2, 0, 5 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Accumulation
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float GFLUX_P8_L1_GLL0_avg6h ( lat_0, lon_0 )
center : US National Weather Service - NCEP (WMC)
production_status : Operational products
long_name : Ground heat flux
units : W m-2
_FillValue : 9.999e+20
grid_type : Latitude/longitude
parameter_discipline_and_category : Land surface products, Vegetation/biomass
parameter_template_discipline_category_number : ( 8, 2, 0, 193 )
level_type : Ground or water surface
level : 0
type_of_statistical_processing : Average
statistical_process_duration : 6 hours (ending at forecast time)
forecast_time : 12
forecast_time_units : hours
initial_time : 06/25/2018 (12:00)
float lv_DBLL12_l1 ( lv_DBLL12 )
long_name : Depth below land surface
units : m
float lv_DBLL12_l0 ( lv_DBLL12 )
long_name : Depth below land surface
units : m
float lv_ISBL11 ( lv_ISBL11 )
long_name : Isobaric surface
units : Pa
float lv_ISBL10 ( lv_ISBL10 )
long_name : Isobaric surface
units : Pa
float lv_SPDL9_l1 ( lv_SPDL9 )
long_name : Level at specified pressure difference from ground to level
units : Pa
float lv_SPDL9_l0 ( lv_SPDL9 )
long_name : Level at specified pressure difference from ground to level
units : Pa
float lv_ISBL8 ( lv_ISBL8 )
long_name : Isobaric surface
units : Pa
float lv_HTGL7 ( lv_HTGL7 )
long_name : Specified height level above ground
units : m
float lv_ISBL6 ( lv_ISBL6 )
long_name : Isobaric surface
units : Pa
float lv_SIGL5_l1 ( lv_SIGL5 )
long_name : Sigma level (sigma value)
units : none
float lv_SIGL5_l0 ( lv_SIGL5 )
long_name : Sigma level (sigma value)
units : none
float lv_HTGL4 ( lv_HTGL4 )
long_name : Specified height level above ground
units : m
float lv_PVL3 ( lv_PVL3 )
long_name : Potential vorticity
units : K m2 kg-1 s-1
float lv_HTGL2 ( lv_HTGL2 )
long_name : Specified height level above ground
units : m
float lv_AMSL1 ( lv_AMSL1 )
long_name : Specific altitude above mean sea level
units : m
float lv_ISBL0 ( lv_ISBL0 )
long_name : Isobaric surface
units : Pa
float lat_0 ( lat_0 )
long_name : latitude
grid_type : Latitude/Longitude
units : degrees_north
Dj : 1
Di : 1
Lo2 : 359
La2 : -90
Lo1 : 0
La1 : 90
float lon_0 ( lon_0 )
long_name : longitude
grid_type : Latitude/Longitude
units : degrees_east
Dj : 1
Di : 1
Lo2 : 359
La2 : -90
Lo1 : 0
La1 : 90
More information about the ncl-talk
mailing list