请选择 进入手机版 | 继续访问电脑版
爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3297|回复: 7

[其他] [已解决]ncl 转换GFS数据为nc格式之后的变量说明

[复制链接]

新浪微博达人勋

发表于 2017-5-22 17:01:39 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
本帖最后由 莎朗嘿哟YY 于 2017-7-10 13:20 编辑

想请教下各位大神,我现在用ncl中的ncl_convert2nc将gfsanl_4_20170502_0000_000.grb2这种GFS数据转换成nc格式,转换好了之后,我ncdump转换出来的nc数据,如下:我想知道这些变量是什么含义?我现在需要2米温度,10米U,V,这里面的变量哪个代表这三个变量呢?有没有说明文件,谢谢~
netcdf gfsanl_4_20170502_0000_000 {
dimensions:
lat_0 = 361 ;
lon_0 = 720 ;
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_DBLL11 = 4 ;
variables:
float TMP_P0_L1_GLL0(lat_0, lon_0) ;
  TMP_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L1_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L1_GLL0:forecast_time = 0 ;
  TMP_P0_L1_GLL0:level = 0.f ;
  TMP_P0_L1_GLL0:level_type = "Ground or water surface" ;
  TMP_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L1_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L1_GLL0:units = "K" ;
  TMP_P0_L1_GLL0:long_name = "Temperature" ;
  TMP_P0_L1_GLL0:production_status = "Operational products" ;
  TMP_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L6_GLL0(lat_0, lon_0) ;
  TMP_P0_L6_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L6_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L6_GLL0:forecast_time = 0 ;
  TMP_P0_L6_GLL0:level = 0.f ;
  TMP_P0_L6_GLL0:level_type = "Maximum wind level" ;
  TMP_P0_L6_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L6_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L6_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L6_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L6_GLL0:units = "K" ;
  TMP_P0_L6_GLL0:long_name = "Temperature" ;
  TMP_P0_L6_GLL0:production_status = "Operational products" ;
  TMP_P0_L6_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L7_GLL0(lat_0, lon_0) ;
  TMP_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L7_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L7_GLL0:forecast_time = 0 ;
  TMP_P0_L7_GLL0:level = 0.f ;
  TMP_P0_L7_GLL0:level_type = "Tropopause" ;
  TMP_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L7_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L7_GLL0:units = "K" ;
  TMP_P0_L7_GLL0:long_name = "Temperature" ;
  TMP_P0_L7_GLL0:production_status = "Operational products" ;
  TMP_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L100_GLL0(lv_ISBL0, lat_0, lon_0) ;
  TMP_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L100_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L100_GLL0:forecast_time = 0 ;
  TMP_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  TMP_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L100_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L100_GLL0:units = "K" ;
  TMP_P0_L100_GLL0:long_name = "Temperature" ;
  TMP_P0_L100_GLL0:production_status = "Operational products" ;
  TMP_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L102_GLL0(lv_AMSL1, lat_0, lon_0) ;
  TMP_P0_L102_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L102_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L102_GLL0:forecast_time = 0 ;
  TMP_P0_L102_GLL0:level_type = "Specific altitude above mean sea level (m)" ;
  TMP_P0_L102_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L102_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L102_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L102_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L102_GLL0:units = "K" ;
  TMP_P0_L102_GLL0:long_name = "Temperature" ;
  TMP_P0_L102_GLL0:production_status = "Operational products" ;
  TMP_P0_L102_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L103_GLL0(lv_HTGL2, lat_0, lon_0) ;
  TMP_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L103_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L103_GLL0:forecast_time = 0 ;
  TMP_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  TMP_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L103_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L103_GLL0:units = "K" ;
  TMP_P0_L103_GLL0:long_name = "Temperature" ;
  TMP_P0_L103_GLL0:production_status = "Operational products" ;
  TMP_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L104_GLL0(lat_0, lon_0) ;
  TMP_P0_L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L104_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L104_GLL0:forecast_time = 0 ;
  TMP_P0_L104_GLL0:level = 0.995f ;
  TMP_P0_L104_GLL0:level_type = "Sigma level (sigma value)" ;
  TMP_P0_L104_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L104_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L104_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L104_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L104_GLL0:units = "K" ;
  TMP_P0_L104_GLL0:long_name = "Temperature" ;
  TMP_P0_L104_GLL0:production_status = "Operational products" ;
  TMP_P0_L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_2L108_GLL0(lat_0, lon_0) ;
  TMP_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_2L108_GLL0:forecast_time_units = "hours" ;
  TMP_P0_2L108_GLL0:forecast_time = 0 ;
  TMP_P0_2L108_GLL0:level = 3000.f, 0.f ;
  TMP_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  TMP_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_2L108_GLL0:units = "K" ;
  TMP_P0_2L108_GLL0:long_name = "Temperature" ;
  TMP_P0_2L108_GLL0:production_status = "Operational products" ;
  TMP_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TMP_P0_L109_GLL0(lv_PVL3, lat_0, lon_0) ;
  TMP_P0_L109_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TMP_P0_L109_GLL0:forecast_time_units = "hours" ;
  TMP_P0_L109_GLL0:forecast_time = 0 ;
  TMP_P0_L109_GLL0:level_type = "Potential vorticity (K m2 kg-1 s-1)" ;
  TMP_P0_L109_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 0 ;
  TMP_P0_L109_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  TMP_P0_L109_GLL0:grid_type = "Latitude/longitude" ;
  TMP_P0_L109_GLL0:_FillValue = 1.e+20f ;
  TMP_P0_L109_GLL0:units = "K" ;
  TMP_P0_L109_GLL0:long_name = "Temperature" ;
  TMP_P0_L109_GLL0:production_status = "Operational products" ;
  TMP_P0_L109_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float POT_P0_L104_GLL0(lat_0, lon_0) ;
  POT_P0_L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  POT_P0_L104_GLL0:forecast_time_units = "hours" ;
  POT_P0_L104_GLL0:forecast_time = 0 ;
  POT_P0_L104_GLL0:level = 0.995f ;
  POT_P0_L104_GLL0:level_type = "Sigma level (sigma value)" ;
  POT_P0_L104_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 2 ;
  POT_P0_L104_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  POT_P0_L104_GLL0:grid_type = "Latitude/longitude" ;
  POT_P0_L104_GLL0:_FillValue = 1.e+20f ;
  POT_P0_L104_GLL0:units = "K" ;
  POT_P0_L104_GLL0:long_name = "Potential temperature" ;
  POT_P0_L104_GLL0:production_status = "Operational products" ;
  POT_P0_L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float DPT_P0_L103_GLL0(lat_0, lon_0) ;
  DPT_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  DPT_P0_L103_GLL0:forecast_time_units = "hours" ;
  DPT_P0_L103_GLL0:forecast_time = 0 ;
  DPT_P0_L103_GLL0:level = 2.f ;
  DPT_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  DPT_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 6 ;
  DPT_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  DPT_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  DPT_P0_L103_GLL0:_FillValue = 1.e+20f ;
  DPT_P0_L103_GLL0:units = "K" ;
  DPT_P0_L103_GLL0:long_name = "Dew point temperature" ;
  DPT_P0_L103_GLL0:production_status = "Operational products" ;
  DPT_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float APTMP_P0_L103_GLL0(lat_0, lon_0) ;
  APTMP_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  APTMP_P0_L103_GLL0:forecast_time_units = "hours" ;
  APTMP_P0_L103_GLL0:forecast_time = 0 ;
  APTMP_P0_L103_GLL0:level = 2.f ;
  APTMP_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  APTMP_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 0, 21 ;
  APTMP_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Temperature" ;
  APTMP_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  APTMP_P0_L103_GLL0:_FillValue = 1.e+20f ;
  APTMP_P0_L103_GLL0:units = "K" ;
  APTMP_P0_L103_GLL0:long_name = "Apparent Temperature" ;
  APTMP_P0_L103_GLL0:production_status = "Operational products" ;
  APTMP_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float SPFH_P0_L103_GLL0(lv_HTGL4, lat_0, lon_0) ;
  SPFH_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  SPFH_P0_L103_GLL0:forecast_time_units = "hours" ;
  SPFH_P0_L103_GLL0:forecast_time = 0 ;
  SPFH_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  SPFH_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 0 ;
  SPFH_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  SPFH_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  SPFH_P0_L103_GLL0:_FillValue = 1.e+20f ;
  SPFH_P0_L103_GLL0:units = "kg kg-1" ;
  SPFH_P0_L103_GLL0:long_name = "Specific humidity" ;
  SPFH_P0_L103_GLL0:production_status = "Operational products" ;
  SPFH_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float SPFH_P0_2L108_GLL0(lat_0, lon_0) ;
  SPFH_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  SPFH_P0_2L108_GLL0:forecast_time_units = "hours" ;
  SPFH_P0_2L108_GLL0:forecast_time = 0 ;
  SPFH_P0_2L108_GLL0:level = 3000.f, 0.f ;
  SPFH_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  SPFH_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 0 ;
  SPFH_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  SPFH_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  SPFH_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  SPFH_P0_2L108_GLL0:units = "kg kg-1" ;
  SPFH_P0_2L108_GLL0:long_name = "Specific humidity" ;
  SPFH_P0_2L108_GLL0:production_status = "Operational products" ;
  SPFH_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_L4_GLL0(lat_0, lon_0) ;
  RH_P0_L4_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_L4_GLL0:forecast_time_units = "hours" ;
  RH_P0_L4_GLL0:forecast_time = 0 ;
  RH_P0_L4_GLL0:level = 0.f ;
  RH_P0_L4_GLL0:level_type = "Level of 0o C isotherm" ;
  RH_P0_L4_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_L4_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_L4_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_L4_GLL0:_FillValue = 1.e+20f ;
  RH_P0_L4_GLL0:units = "%" ;
  RH_P0_L4_GLL0:long_name = "Relative humidity" ;
  RH_P0_L4_GLL0:production_status = "Operational products" ;
  RH_P0_L4_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_L100_GLL0(lv_ISBL0, lat_0, lon_0) ;
  RH_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_L100_GLL0:forecast_time_units = "hours" ;
  RH_P0_L100_GLL0:forecast_time = 0 ;
  RH_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  RH_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_L100_GLL0:_FillValue = 1.e+20f ;
  RH_P0_L100_GLL0:units = "%" ;
  RH_P0_L100_GLL0:long_name = "Relative humidity" ;
  RH_P0_L100_GLL0:production_status = "Operational products" ;
  RH_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_L103_GLL0(lat_0, lon_0) ;
  RH_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_L103_GLL0:forecast_time_units = "hours" ;
  RH_P0_L103_GLL0:forecast_time = 0 ;
  RH_P0_L103_GLL0:level = 2.f ;
  RH_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  RH_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_L103_GLL0:_FillValue = 1.e+20f ;
  RH_P0_L103_GLL0:units = "%" ;
  RH_P0_L103_GLL0:long_name = "Relative humidity" ;
  RH_P0_L103_GLL0:production_status = "Operational products" ;
  RH_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_2L104_GLL0(lv_SIGL5, lat_0, lon_0) ;
  RH_P0_2L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_2L104_GLL0:forecast_time_units = "hours" ;
  RH_P0_2L104_GLL0:forecast_time = 0 ;
  RH_P0_2L104_GLL0:level_type = "Sigma level (sigma value)" ;
  RH_P0_2L104_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_2L104_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_2L104_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_2L104_GLL0:_FillValue = 1.e+20f ;
  RH_P0_2L104_GLL0:units = "%" ;
  RH_P0_2L104_GLL0:long_name = "Relative humidity" ;
  RH_P0_2L104_GLL0:production_status = "Operational products" ;
  RH_P0_2L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_L104_GLL0(lat_0, lon_0) ;
  RH_P0_L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_L104_GLL0:forecast_time_units = "hours" ;
  RH_P0_L104_GLL0:forecast_time = 0 ;
  RH_P0_L104_GLL0:level = 0.995f ;
  RH_P0_L104_GLL0:level_type = "Sigma level (sigma value)" ;
  RH_P0_L104_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_L104_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_L104_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_L104_GLL0:_FillValue = 1.e+20f ;
  RH_P0_L104_GLL0:units = "%" ;
  RH_P0_L104_GLL0:long_name = "Relative humidity" ;
  RH_P0_L104_GLL0:production_status = "Operational products" ;
  RH_P0_L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_2L108_GLL0(lat_0, lon_0) ;
  RH_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_2L108_GLL0:forecast_time_units = "hours" ;
  RH_P0_2L108_GLL0:forecast_time = 0 ;
  RH_P0_2L108_GLL0:level = 3000.f, 0.f ;
  RH_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  RH_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  RH_P0_2L108_GLL0:units = "%" ;
  RH_P0_2L108_GLL0:long_name = "Relative humidity" ;
  RH_P0_2L108_GLL0:production_status = "Operational products" ;
  RH_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_L200_GLL0(lat_0, lon_0) ;
  RH_P0_L200_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_L200_GLL0:forecast_time_units = "hours" ;
  RH_P0_L200_GLL0:forecast_time = 0 ;
  RH_P0_L200_GLL0:level = 0.f ;
  RH_P0_L200_GLL0:level_type = "Entire atmosphere (considered as a single layer)" ;
  RH_P0_L200_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_L200_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_L200_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_L200_GLL0:_FillValue = 1.e+20f ;
  RH_P0_L200_GLL0:units = "%" ;
  RH_P0_L200_GLL0:long_name = "Relative humidity" ;
  RH_P0_L200_GLL0:production_status = "Operational products" ;
  RH_P0_L200_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float RH_P0_L204_GLL0(lat_0, lon_0) ;
  RH_P0_L204_GLL0:initial_time = "05/02/2017 (00:00)" ;
  RH_P0_L204_GLL0:forecast_time_units = "hours" ;
  RH_P0_L204_GLL0:forecast_time = 0 ;
  RH_P0_L204_GLL0:level = 0.f ;
  RH_P0_L204_GLL0:level_type = "Highest tropospheric freezing level" ;
  RH_P0_L204_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 1 ;
  RH_P0_L204_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  RH_P0_L204_GLL0:grid_type = "Latitude/longitude" ;
  RH_P0_L204_GLL0:_FillValue = 1.e+20f ;
  RH_P0_L204_GLL0:units = "%" ;
  RH_P0_L204_GLL0:long_name = "Relative humidity" ;
  RH_P0_L204_GLL0:production_status = "Operational products" ;
  RH_P0_L204_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PWAT_P0_L200_GLL0(lat_0, lon_0) ;
  PWAT_P0_L200_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PWAT_P0_L200_GLL0:forecast_time_units = "hours" ;
  PWAT_P0_L200_GLL0:forecast_time = 0 ;
  PWAT_P0_L200_GLL0:level = 0.f ;
  PWAT_P0_L200_GLL0:level_type = "Entire atmosphere (considered as a single layer)" ;
  PWAT_P0_L200_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 3 ;
  PWAT_P0_L200_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  PWAT_P0_L200_GLL0:grid_type = "Latitude/longitude" ;
  PWAT_P0_L200_GLL0:_FillValue = 1.e+20f ;
  PWAT_P0_L200_GLL0:units = "kg m-2" ;
  PWAT_P0_L200_GLL0:long_name = "Precipitable water" ;
  PWAT_P0_L200_GLL0:production_status = "Operational products" ;
  PWAT_P0_L200_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float SNOD_P0_L1_GLL0(lat_0, lon_0) ;
  SNOD_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  SNOD_P0_L1_GLL0:forecast_time_units = "hours" ;
  SNOD_P0_L1_GLL0:forecast_time = 0 ;
  SNOD_P0_L1_GLL0:level = 0.f ;
  SNOD_P0_L1_GLL0:level_type = "Ground or water surface" ;
  SNOD_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 11 ;
  SNOD_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  SNOD_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  SNOD_P0_L1_GLL0:_FillValue = 1.e+20f ;
  SNOD_P0_L1_GLL0:units = "m" ;
  SNOD_P0_L1_GLL0:long_name = "Snow depth" ;
  SNOD_P0_L1_GLL0:production_status = "Operational products" ;
  SNOD_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float WEASD_P0_L1_GLL0(lat_0, lon_0) ;
  WEASD_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  WEASD_P0_L1_GLL0:forecast_time_units = "hours" ;
  WEASD_P0_L1_GLL0:forecast_time = 0 ;
  WEASD_P0_L1_GLL0:level = 0.f ;
  WEASD_P0_L1_GLL0:level_type = "Ground or water surface" ;
  WEASD_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 13 ;
  WEASD_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  WEASD_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  WEASD_P0_L1_GLL0:_FillValue = 1.e+20f ;
  WEASD_P0_L1_GLL0:units = "kg m-2" ;
  WEASD_P0_L1_GLL0:long_name = "Water equivalent of accumulated snow depth" ;
  WEASD_P0_L1_GLL0:production_status = "Operational products" ;
  WEASD_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CLWMR_P0_L100_GLL0(lv_ISBL6, lat_0, lon_0) ;
  CLWMR_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CLWMR_P0_L100_GLL0:forecast_time_units = "hours" ;
  CLWMR_P0_L100_GLL0:forecast_time = 0 ;
  CLWMR_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  CLWMR_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 22 ;
  CLWMR_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  CLWMR_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  CLWMR_P0_L100_GLL0:_FillValue = 1.e+20f ;
  CLWMR_P0_L100_GLL0:units = "kg kg-1" ;
  CLWMR_P0_L100_GLL0:long_name = "Cloud mixing ratio" ;
  CLWMR_P0_L100_GLL0:production_status = "Operational products" ;
  CLWMR_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CPOFP_P0_L1_GLL0(lat_0, lon_0) ;
  CPOFP_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CPOFP_P0_L1_GLL0:forecast_time_units = "hours" ;
  CPOFP_P0_L1_GLL0:forecast_time = 0 ;
  CPOFP_P0_L1_GLL0:level = 0.f ;
  CPOFP_P0_L1_GLL0:level_type = "Ground or water surface" ;
  CPOFP_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 1, 39 ;
  CPOFP_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Moisture" ;
  CPOFP_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  CPOFP_P0_L1_GLL0:_FillValue = 1.e+20f ;
  CPOFP_P0_L1_GLL0:units = "%" ;
  CPOFP_P0_L1_GLL0:long_name = "Percent frozen precipitation" ;
  CPOFP_P0_L1_GLL0:production_status = "Operational products" ;
  CPOFP_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L6_GLL0(lat_0, lon_0) ;
  UGRD_P0_L6_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L6_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L6_GLL0:forecast_time = 0 ;
  UGRD_P0_L6_GLL0:level = 0.f ;
  UGRD_P0_L6_GLL0:level_type = "Maximum wind level" ;
  UGRD_P0_L6_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L6_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L6_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L6_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L6_GLL0:units = "m s-1" ;
  UGRD_P0_L6_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L6_GLL0:production_status = "Operational products" ;
  UGRD_P0_L6_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L7_GLL0(lat_0, lon_0) ;
  UGRD_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L7_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L7_GLL0:forecast_time = 0 ;
  UGRD_P0_L7_GLL0:level = 0.f ;
  UGRD_P0_L7_GLL0:level_type = "Tropopause" ;
  UGRD_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L7_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L7_GLL0:units = "m s-1" ;
  UGRD_P0_L7_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L7_GLL0:production_status = "Operational products" ;
  UGRD_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L100_GLL0(lv_ISBL0, lat_0, lon_0) ;
  UGRD_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L100_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L100_GLL0:forecast_time = 0 ;
  UGRD_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  UGRD_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L100_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L100_GLL0:units = "m s-1" ;
  UGRD_P0_L100_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L100_GLL0:production_status = "Operational products" ;
  UGRD_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L102_GLL0(lv_AMSL1, lat_0, lon_0) ;
  UGRD_P0_L102_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L102_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L102_GLL0:forecast_time = 0 ;
  UGRD_P0_L102_GLL0:level_type = "Specific altitude above mean sea level (m)" ;
  UGRD_P0_L102_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L102_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L102_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L102_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L102_GLL0:units = "m s-1" ;
  UGRD_P0_L102_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L102_GLL0:production_status = "Operational products" ;
  UGRD_P0_L102_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L103_GLL0(lv_HTGL7, lat_0, lon_0) ;
  UGRD_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L103_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L103_GLL0:forecast_time = 0 ;
  UGRD_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  UGRD_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L103_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L103_GLL0:units = "m s-1" ;
  UGRD_P0_L103_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L103_GLL0:production_status = "Operational products" ;
  UGRD_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L104_GLL0(lat_0, lon_0) ;
  UGRD_P0_L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L104_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L104_GLL0:forecast_time = 0 ;
  UGRD_P0_L104_GLL0:level = 0.995f ;
  UGRD_P0_L104_GLL0:level_type = "Sigma level (sigma value)" ;
  UGRD_P0_L104_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L104_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L104_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L104_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L104_GLL0:units = "m s-1" ;
  UGRD_P0_L104_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L104_GLL0:production_status = "Operational products" ;
  UGRD_P0_L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_2L108_GLL0(lat_0, lon_0) ;
  UGRD_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_2L108_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_2L108_GLL0:forecast_time = 0 ;
  UGRD_P0_2L108_GLL0:level = 3000.f, 0.f ;
  UGRD_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  UGRD_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_2L108_GLL0:units = "m s-1" ;
  UGRD_P0_2L108_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_2L108_GLL0:production_status = "Operational products" ;
  UGRD_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L109_GLL0(lv_PVL3, lat_0, lon_0) ;
  UGRD_P0_L109_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L109_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L109_GLL0:forecast_time = 0 ;
  UGRD_P0_L109_GLL0:level_type = "Potential vorticity (K m2 kg-1 s-1)" ;
  UGRD_P0_L109_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L109_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L109_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L109_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L109_GLL0:units = "m s-1" ;
  UGRD_P0_L109_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L109_GLL0:production_status = "Operational products" ;
  UGRD_P0_L109_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float UGRD_P0_L220_GLL0(lat_0, lon_0) ;
  UGRD_P0_L220_GLL0:initial_time = "05/02/2017 (00:00)" ;
  UGRD_P0_L220_GLL0:forecast_time_units = "hours" ;
  UGRD_P0_L220_GLL0:forecast_time = 0 ;
  UGRD_P0_L220_GLL0:level = 0.f ;
  UGRD_P0_L220_GLL0:level_type = "Planetary boundary layer" ;
  UGRD_P0_L220_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 2 ;
  UGRD_P0_L220_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  UGRD_P0_L220_GLL0:grid_type = "Latitude/longitude" ;
  UGRD_P0_L220_GLL0:_FillValue = 1.e+20f ;
  UGRD_P0_L220_GLL0:units = "m s-1" ;
  UGRD_P0_L220_GLL0:long_name = "U-component of wind" ;
  UGRD_P0_L220_GLL0:production_status = "Operational products" ;
  UGRD_P0_L220_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L6_GLL0(lat_0, lon_0) ;
  VGRD_P0_L6_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L6_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L6_GLL0:forecast_time = 0 ;
  VGRD_P0_L6_GLL0:level = 0.f ;
  VGRD_P0_L6_GLL0:level_type = "Maximum wind level" ;
  VGRD_P0_L6_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L6_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L6_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L6_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L6_GLL0:units = "m s-1" ;
  VGRD_P0_L6_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L6_GLL0:production_status = "Operational products" ;
  VGRD_P0_L6_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L7_GLL0(lat_0, lon_0) ;
  VGRD_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L7_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L7_GLL0:forecast_time = 0 ;
  VGRD_P0_L7_GLL0:level = 0.f ;
  VGRD_P0_L7_GLL0:level_type = "Tropopause" ;
  VGRD_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L7_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L7_GLL0:units = "m s-1" ;
  VGRD_P0_L7_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L7_GLL0:production_status = "Operational products" ;
  VGRD_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L100_GLL0(lv_ISBL0, lat_0, lon_0) ;
  VGRD_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L100_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L100_GLL0:forecast_time = 0 ;
  VGRD_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  VGRD_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L100_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L100_GLL0:units = "m s-1" ;
  VGRD_P0_L100_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L100_GLL0:production_status = "Operational products" ;
  VGRD_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L102_GLL0(lv_AMSL1, lat_0, lon_0) ;
  VGRD_P0_L102_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L102_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L102_GLL0:forecast_time = 0 ;
  VGRD_P0_L102_GLL0:level_type = "Specific altitude above mean sea level (m)" ;
  VGRD_P0_L102_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L102_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L102_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L102_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L102_GLL0:units = "m s-1" ;
  VGRD_P0_L102_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L102_GLL0:production_status = "Operational products" ;
  VGRD_P0_L102_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L103_GLL0(lv_HTGL7, lat_0, lon_0) ;
  VGRD_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L103_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L103_GLL0:forecast_time = 0 ;
  VGRD_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  VGRD_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L103_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L103_GLL0:units = "m s-1" ;
  VGRD_P0_L103_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L103_GLL0:production_status = "Operational products" ;
  VGRD_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L104_GLL0(lat_0, lon_0) ;
  VGRD_P0_L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L104_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L104_GLL0:forecast_time = 0 ;
  VGRD_P0_L104_GLL0:level = 0.995f ;
  VGRD_P0_L104_GLL0:level_type = "Sigma level (sigma value)" ;
  VGRD_P0_L104_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L104_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L104_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L104_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L104_GLL0:units = "m s-1" ;
  VGRD_P0_L104_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L104_GLL0:production_status = "Operational products" ;
  VGRD_P0_L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_2L108_GLL0(lat_0, lon_0) ;
  VGRD_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_2L108_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_2L108_GLL0:forecast_time = 0 ;
  VGRD_P0_2L108_GLL0:level = 3000.f, 0.f ;
  VGRD_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  VGRD_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_2L108_GLL0:units = "m s-1" ;
  VGRD_P0_2L108_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_2L108_GLL0:production_status = "Operational products" ;
  VGRD_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L109_GLL0(lv_PVL3, lat_0, lon_0) ;
  VGRD_P0_L109_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L109_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L109_GLL0:forecast_time = 0 ;
  VGRD_P0_L109_GLL0:level_type = "Potential vorticity (K m2 kg-1 s-1)" ;
  VGRD_P0_L109_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L109_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L109_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L109_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L109_GLL0:units = "m s-1" ;
  VGRD_P0_L109_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L109_GLL0:production_status = "Operational products" ;
  VGRD_P0_L109_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VGRD_P0_L220_GLL0(lat_0, lon_0) ;
  VGRD_P0_L220_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VGRD_P0_L220_GLL0:forecast_time_units = "hours" ;
  VGRD_P0_L220_GLL0:forecast_time = 0 ;
  VGRD_P0_L220_GLL0:level = 0.f ;
  VGRD_P0_L220_GLL0:level_type = "Planetary boundary layer" ;
  VGRD_P0_L220_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 3 ;
  VGRD_P0_L220_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VGRD_P0_L220_GLL0:grid_type = "Latitude/longitude" ;
  VGRD_P0_L220_GLL0:_FillValue = 1.e+20f ;
  VGRD_P0_L220_GLL0:units = "m s-1" ;
  VGRD_P0_L220_GLL0:long_name = "V-component of wind" ;
  VGRD_P0_L220_GLL0:production_status = "Operational products" ;
  VGRD_P0_L220_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VVEL_P0_L100_GLL0(lv_ISBL6, lat_0, lon_0) ;
  VVEL_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VVEL_P0_L100_GLL0:forecast_time_units = "hours" ;
  VVEL_P0_L100_GLL0:forecast_time = 0 ;
  VVEL_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  VVEL_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 8 ;
  VVEL_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VVEL_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  VVEL_P0_L100_GLL0:_FillValue = 1.e+20f ;
  VVEL_P0_L100_GLL0:units = "Pa s-1" ;
  VVEL_P0_L100_GLL0:long_name = "Vertical velocity (pressure)" ;
  VVEL_P0_L100_GLL0:production_status = "Operational products" ;
  VVEL_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VVEL_P0_L104_GLL0(lat_0, lon_0) ;
  VVEL_P0_L104_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VVEL_P0_L104_GLL0:forecast_time_units = "hours" ;
  VVEL_P0_L104_GLL0:forecast_time = 0 ;
  VVEL_P0_L104_GLL0:level = 0.995f ;
  VVEL_P0_L104_GLL0:level_type = "Sigma level (sigma value)" ;
  VVEL_P0_L104_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 8 ;
  VVEL_P0_L104_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VVEL_P0_L104_GLL0:grid_type = "Latitude/longitude" ;
  VVEL_P0_L104_GLL0:_FillValue = 1.e+20f ;
  VVEL_P0_L104_GLL0:units = "Pa s-1" ;
  VVEL_P0_L104_GLL0:long_name = "Vertical velocity (pressure)" ;
  VVEL_P0_L104_GLL0:production_status = "Operational products" ;
  VVEL_P0_L104_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float ABSV_P0_L100_GLL0(lv_ISBL8, lat_0, lon_0) ;
  ABSV_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  ABSV_P0_L100_GLL0:forecast_time_units = "hours" ;
  ABSV_P0_L100_GLL0:forecast_time = 0 ;
  ABSV_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  ABSV_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 10 ;
  ABSV_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  ABSV_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  ABSV_P0_L100_GLL0:_FillValue = 1.e+20f ;
  ABSV_P0_L100_GLL0:units = "s-1" ;
  ABSV_P0_L100_GLL0:long_name = "Absolute vorticity" ;
  ABSV_P0_L100_GLL0:production_status = "Operational products" ;
  ABSV_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float GUST_P0_L1_GLL0(lat_0, lon_0) ;
  GUST_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  GUST_P0_L1_GLL0:forecast_time_units = "hours" ;
  GUST_P0_L1_GLL0:forecast_time = 0 ;
  GUST_P0_L1_GLL0:level = 0.f ;
  GUST_P0_L1_GLL0:level_type = "Ground or water surface" ;
  GUST_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 22 ;
  GUST_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  GUST_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  GUST_P0_L1_GLL0:_FillValue = 1.e+20f ;
  GUST_P0_L1_GLL0:units = "m s-1" ;
  GUST_P0_L1_GLL0:long_name = "Wind speed (gust)" ;
  GUST_P0_L1_GLL0:production_status = "Operational products" ;
  GUST_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VWSH_P0_L7_GLL0(lat_0, lon_0) ;
  VWSH_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VWSH_P0_L7_GLL0:forecast_time_units = "hours" ;
  VWSH_P0_L7_GLL0:forecast_time = 0 ;
  VWSH_P0_L7_GLL0:level = 0.f ;
  VWSH_P0_L7_GLL0:level_type = "Tropopause" ;
  VWSH_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 192 ;
  VWSH_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VWSH_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  VWSH_P0_L7_GLL0:_FillValue = 1.e+20f ;
  VWSH_P0_L7_GLL0:units = "s-1" ;
  VWSH_P0_L7_GLL0:long_name = "Vertical speed shear" ;
  VWSH_P0_L7_GLL0:production_status = "Operational products" ;
  VWSH_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VWSH_P0_L109_GLL0(lv_PVL3, lat_0, lon_0) ;
  VWSH_P0_L109_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VWSH_P0_L109_GLL0:forecast_time_units = "hours" ;
  VWSH_P0_L109_GLL0:forecast_time = 0 ;
  VWSH_P0_L109_GLL0:level_type = "Potential vorticity (K m2 kg-1 s-1)" ;
  VWSH_P0_L109_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 192 ;
  VWSH_P0_L109_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VWSH_P0_L109_GLL0:grid_type = "Latitude/longitude" ;
  VWSH_P0_L109_GLL0:_FillValue = 1.e+20f ;
  VWSH_P0_L109_GLL0:units = "s-1" ;
  VWSH_P0_L109_GLL0:long_name = "Vertical speed shear" ;
  VWSH_P0_L109_GLL0:production_status = "Operational products" ;
  VWSH_P0_L109_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float USTM_P0_2L103_GLL0(lat_0, lon_0) ;
  USTM_P0_2L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  USTM_P0_2L103_GLL0:forecast_time_units = "hours" ;
  USTM_P0_2L103_GLL0:forecast_time = 0 ;
  USTM_P0_2L103_GLL0:level = 6000.f, 0.f ;
  USTM_P0_2L103_GLL0:level_type = "Specified height level above ground (m)" ;
  USTM_P0_2L103_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 194 ;
  USTM_P0_2L103_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  USTM_P0_2L103_GLL0:grid_type = "Latitude/longitude" ;
  USTM_P0_2L103_GLL0:_FillValue = 1.e+20f ;
  USTM_P0_2L103_GLL0:units = "m s-1" ;
  USTM_P0_2L103_GLL0:long_name = "U-component storm motion" ;
  USTM_P0_2L103_GLL0:production_status = "Operational products" ;
  USTM_P0_2L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VSTM_P0_2L103_GLL0(lat_0, lon_0) ;
  VSTM_P0_2L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VSTM_P0_2L103_GLL0:forecast_time_units = "hours" ;
  VSTM_P0_2L103_GLL0:forecast_time = 0 ;
  VSTM_P0_2L103_GLL0:level = 6000.f, 0.f ;
  VSTM_P0_2L103_GLL0:level_type = "Specified height level above ground (m)" ;
  VSTM_P0_2L103_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 195 ;
  VSTM_P0_2L103_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VSTM_P0_2L103_GLL0:grid_type = "Latitude/longitude" ;
  VSTM_P0_2L103_GLL0:_FillValue = 1.e+20f ;
  VSTM_P0_2L103_GLL0:units = "m s-1" ;
  VSTM_P0_2L103_GLL0:long_name = "V-component storm motion" ;
  VSTM_P0_2L103_GLL0:production_status = "Operational products" ;
  VSTM_P0_2L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float VRATE_P0_L220_GLL0(lat_0, lon_0) ;
  VRATE_P0_L220_GLL0:initial_time = "05/02/2017 (00:00)" ;
  VRATE_P0_L220_GLL0:forecast_time_units = "hours" ;
  VRATE_P0_L220_GLL0:forecast_time = 0 ;
  VRATE_P0_L220_GLL0:level = 0.f ;
  VRATE_P0_L220_GLL0:level_type = "Planetary boundary layer" ;
  VRATE_P0_L220_GLL0:parameter_template_discipline_category_number = 0, 0, 2, 224 ;
  VRATE_P0_L220_GLL0:parameter_discipline_and_category = "Meteorological products, Momentum" ;
  VRATE_P0_L220_GLL0:grid_type = "Latitude/longitude" ;
  VRATE_P0_L220_GLL0:_FillValue = 1.e+20f ;
  VRATE_P0_L220_GLL0:units = "m2 s-1" ;
  VRATE_P0_L220_GLL0:long_name = "Ventilation rate" ;
  VRATE_P0_L220_GLL0:production_status = "Operational products" ;
  VRATE_P0_L220_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PRES_P0_L1_GLL0(lat_0, lon_0) ;
  PRES_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PRES_P0_L1_GLL0:forecast_time_units = "hours" ;
  PRES_P0_L1_GLL0:forecast_time = 0 ;
  PRES_P0_L1_GLL0:level = 0.f ;
  PRES_P0_L1_GLL0:level_type = "Ground or water surface" ;
  PRES_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 0 ;
  PRES_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PRES_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  PRES_P0_L1_GLL0:_FillValue = 1.e+20f ;
  PRES_P0_L1_GLL0:units = "Pa" ;
  PRES_P0_L1_GLL0:long_name = "Pressure" ;
  PRES_P0_L1_GLL0:production_status = "Operational products" ;
  PRES_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PRES_P0_L6_GLL0(lat_0, lon_0) ;
  PRES_P0_L6_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PRES_P0_L6_GLL0:forecast_time_units = "hours" ;
  PRES_P0_L6_GLL0:forecast_time = 0 ;
  PRES_P0_L6_GLL0:level = 0.f ;
  PRES_P0_L6_GLL0:level_type = "Maximum wind level" ;
  PRES_P0_L6_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 0 ;
  PRES_P0_L6_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PRES_P0_L6_GLL0:grid_type = "Latitude/longitude" ;
  PRES_P0_L6_GLL0:_FillValue = 1.e+20f ;
  PRES_P0_L6_GLL0:units = "Pa" ;
  PRES_P0_L6_GLL0:long_name = "Pressure" ;
  PRES_P0_L6_GLL0:production_status = "Operational products" ;
  PRES_P0_L6_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PRES_P0_L7_GLL0(lat_0, lon_0) ;
  PRES_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PRES_P0_L7_GLL0:forecast_time_units = "hours" ;
  PRES_P0_L7_GLL0:forecast_time = 0 ;
  PRES_P0_L7_GLL0:level = 0.f ;
  PRES_P0_L7_GLL0:level_type = "Tropopause" ;
  PRES_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 0 ;
  PRES_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PRES_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  PRES_P0_L7_GLL0:_FillValue = 1.e+20f ;
  PRES_P0_L7_GLL0:units = "Pa" ;
  PRES_P0_L7_GLL0:long_name = "Pressure" ;
  PRES_P0_L7_GLL0:production_status = "Operational products" ;
  PRES_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PRES_P0_L103_GLL0(lat_0, lon_0) ;
  PRES_P0_L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PRES_P0_L103_GLL0:forecast_time_units = "hours" ;
  PRES_P0_L103_GLL0:forecast_time = 0 ;
  PRES_P0_L103_GLL0:level = 80.f ;
  PRES_P0_L103_GLL0:level_type = "Specified height level above ground (m)" ;
  PRES_P0_L103_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 0 ;
  PRES_P0_L103_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PRES_P0_L103_GLL0:grid_type = "Latitude/longitude" ;
  PRES_P0_L103_GLL0:_FillValue = 1.e+20f ;
  PRES_P0_L103_GLL0:units = "Pa" ;
  PRES_P0_L103_GLL0:long_name = "Pressure" ;
  PRES_P0_L103_GLL0:production_status = "Operational products" ;
  PRES_P0_L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PRES_P0_L109_GLL0(lv_PVL3, lat_0, lon_0) ;
  PRES_P0_L109_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PRES_P0_L109_GLL0:forecast_time_units = "hours" ;
  PRES_P0_L109_GLL0:forecast_time = 0 ;
  PRES_P0_L109_GLL0:level_type = "Potential vorticity (K m2 kg-1 s-1)" ;
  PRES_P0_L109_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 0 ;
  PRES_P0_L109_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PRES_P0_L109_GLL0:grid_type = "Latitude/longitude" ;
  PRES_P0_L109_GLL0:_FillValue = 1.e+20f ;
  PRES_P0_L109_GLL0:units = "Pa" ;
  PRES_P0_L109_GLL0:long_name = "Pressure" ;
  PRES_P0_L109_GLL0:production_status = "Operational products" ;
  PRES_P0_L109_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PRMSL_P0_L101_GLL0(lat_0, lon_0) ;
  PRMSL_P0_L101_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PRMSL_P0_L101_GLL0:forecast_time_units = "hours" ;
  PRMSL_P0_L101_GLL0:forecast_time = 0 ;
  PRMSL_P0_L101_GLL0:level = 0.f ;
  PRMSL_P0_L101_GLL0:level_type = "Mean sea level (Pa)" ;
  PRMSL_P0_L101_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 1 ;
  PRMSL_P0_L101_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PRMSL_P0_L101_GLL0:grid_type = "Latitude/longitude" ;
  PRMSL_P0_L101_GLL0:_FillValue = 1.e+20f ;
  PRMSL_P0_L101_GLL0:units = "Pa" ;
  PRMSL_P0_L101_GLL0:long_name = "Pressure reduced to MSL" ;
  PRMSL_P0_L101_GLL0:production_status = "Operational products" ;
  PRMSL_P0_L101_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float ICAHT_P0_L6_GLL0(lat_0, lon_0) ;
  ICAHT_P0_L6_GLL0:initial_time = "05/02/2017 (00:00)" ;
  ICAHT_P0_L6_GLL0:forecast_time_units = "hours" ;
  ICAHT_P0_L6_GLL0:forecast_time = 0 ;
  ICAHT_P0_L6_GLL0:level = 0.f ;
  ICAHT_P0_L6_GLL0:level_type = "Maximum wind level" ;
  ICAHT_P0_L6_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 3 ;
  ICAHT_P0_L6_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  ICAHT_P0_L6_GLL0:grid_type = "Latitude/longitude" ;
  ICAHT_P0_L6_GLL0:_FillValue = 1.e+20f ;
  ICAHT_P0_L6_GLL0:units = "m" ;
  ICAHT_P0_L6_GLL0:long_name = "ICAO standard atmosphere reference height" ;
  ICAHT_P0_L6_GLL0:production_status = "Operational products" ;
  ICAHT_P0_L6_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float ICAHT_P0_L7_GLL0(lat_0, lon_0) ;
  ICAHT_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  ICAHT_P0_L7_GLL0:forecast_time_units = "hours" ;
  ICAHT_P0_L7_GLL0:forecast_time = 0 ;
  ICAHT_P0_L7_GLL0:level = 0.f ;
  ICAHT_P0_L7_GLL0:level_type = "Tropopause" ;
  ICAHT_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 3 ;
  ICAHT_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  ICAHT_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  ICAHT_P0_L7_GLL0:_FillValue = 1.e+20f ;
  ICAHT_P0_L7_GLL0:units = "m" ;
  ICAHT_P0_L7_GLL0:long_name = "ICAO standard atmosphere reference height" ;
  ICAHT_P0_L7_GLL0:production_status = "Operational products" ;
  ICAHT_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L1_GLL0(lat_0, lon_0) ;
  HGT_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L1_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L1_GLL0:forecast_time = 0 ;
  HGT_P0_L1_GLL0:level = 0.f ;
  HGT_P0_L1_GLL0:level_type = "Ground or water surface" ;
  HGT_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L1_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L1_GLL0:units = "gpm" ;
  HGT_P0_L1_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L1_GLL0:production_status = "Operational products" ;
  HGT_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L4_GLL0(lat_0, lon_0) ;
  HGT_P0_L4_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L4_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L4_GLL0:forecast_time = 0 ;
  HGT_P0_L4_GLL0:level = 0.f ;
  HGT_P0_L4_GLL0:level_type = "Level of 0o C isotherm" ;
  HGT_P0_L4_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L4_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L4_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L4_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L4_GLL0:units = "gpm" ;
  HGT_P0_L4_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L4_GLL0:production_status = "Operational products" ;
  HGT_P0_L4_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L6_GLL0(lat_0, lon_0) ;
  HGT_P0_L6_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L6_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L6_GLL0:forecast_time = 0 ;
  HGT_P0_L6_GLL0:level = 0.f ;
  HGT_P0_L6_GLL0:level_type = "Maximum wind level" ;
  HGT_P0_L6_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L6_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L6_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L6_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L6_GLL0:units = "gpm" ;
  HGT_P0_L6_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L6_GLL0:production_status = "Operational products" ;
  HGT_P0_L6_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L7_GLL0(lat_0, lon_0) ;
  HGT_P0_L7_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L7_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L7_GLL0:forecast_time = 0 ;
  HGT_P0_L7_GLL0:level = 0.f ;
  HGT_P0_L7_GLL0:level_type = "Tropopause" ;
  HGT_P0_L7_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L7_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L7_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L7_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L7_GLL0:units = "gpm" ;
  HGT_P0_L7_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L7_GLL0:production_status = "Operational products" ;
  HGT_P0_L7_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L100_GLL0(lv_ISBL0, lat_0, lon_0) ;
  HGT_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L100_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L100_GLL0:forecast_time = 0 ;
  HGT_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  HGT_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L100_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L100_GLL0:units = "gpm" ;
  HGT_P0_L100_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L100_GLL0:production_status = "Operational products" ;
  HGT_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L109_GLL0(lv_PVL3, lat_0, lon_0) ;
  HGT_P0_L109_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L109_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L109_GLL0:forecast_time = 0 ;
  HGT_P0_L109_GLL0:level_type = "Potential vorticity (K m2 kg-1 s-1)" ;
  HGT_P0_L109_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L109_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L109_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L109_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L109_GLL0:units = "gpm" ;
  HGT_P0_L109_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L109_GLL0:production_status = "Operational products" ;
  HGT_P0_L109_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HGT_P0_L204_GLL0(lat_0, lon_0) ;
  HGT_P0_L204_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HGT_P0_L204_GLL0:forecast_time_units = "hours" ;
  HGT_P0_L204_GLL0:forecast_time = 0 ;
  HGT_P0_L204_GLL0:level = 0.f ;
  HGT_P0_L204_GLL0:level_type = "Highest tropospheric freezing level" ;
  HGT_P0_L204_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 5 ;
  HGT_P0_L204_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HGT_P0_L204_GLL0:grid_type = "Latitude/longitude" ;
  HGT_P0_L204_GLL0:_FillValue = 1.e+20f ;
  HGT_P0_L204_GLL0:units = "gpm" ;
  HGT_P0_L204_GLL0:long_name = "Geopotential height" ;
  HGT_P0_L204_GLL0:production_status = "Operational products" ;
  HGT_P0_L204_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float MSLET_P0_L101_GLL0(lat_0, lon_0) ;
  MSLET_P0_L101_GLL0:initial_time = "05/02/2017 (00:00)" ;
  MSLET_P0_L101_GLL0:forecast_time_units = "hours" ;
  MSLET_P0_L101_GLL0:forecast_time = 0 ;
  MSLET_P0_L101_GLL0:level = 0.f ;
  MSLET_P0_L101_GLL0:level_type = "Mean sea level (Pa)" ;
  MSLET_P0_L101_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 192 ;
  MSLET_P0_L101_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  MSLET_P0_L101_GLL0:grid_type = "Latitude/longitude" ;
  MSLET_P0_L101_GLL0:_FillValue = 1.e+20f ;
  MSLET_P0_L101_GLL0:units = "Pa" ;
  MSLET_P0_L101_GLL0:long_name = "MSLP (ETA model reduction)" ;
  MSLET_P0_L101_GLL0:production_status = "Operational products" ;
  MSLET_P0_L101_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float \5WAVH_P0_L100_GLL0(lat_0, lon_0) ;
  \5WAVH_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  \5WAVH_P0_L100_GLL0:forecast_time_units = "hours" ;
  \5WAVH_P0_L100_GLL0:forecast_time = 0 ;
  \5WAVH_P0_L100_GLL0:level = 50000.f ;
  \5WAVH_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  \5WAVH_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 193 ;
  \5WAVH_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  \5WAVH_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  \5WAVH_P0_L100_GLL0:_FillValue = 1.e+20f ;
  \5WAVH_P0_L100_GLL0:units = "gpm" ;
  \5WAVH_P0_L100_GLL0:long_name = "5-wave geopotential height" ;
  \5WAVH_P0_L100_GLL0:production_status = "Operational products" ;
  \5WAVH_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HPBL_P0_L1_GLL0(lat_0, lon_0) ;
  HPBL_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HPBL_P0_L1_GLL0:forecast_time_units = "hours" ;
  HPBL_P0_L1_GLL0:forecast_time = 0 ;
  HPBL_P0_L1_GLL0:level = 0.f ;
  HPBL_P0_L1_GLL0:level_type = "Ground or water surface" ;
  HPBL_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 196 ;
  HPBL_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  HPBL_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  HPBL_P0_L1_GLL0:_FillValue = 1.e+20f ;
  HPBL_P0_L1_GLL0:units = "m" ;
  HPBL_P0_L1_GLL0:long_name = "Planetary boundary layer height" ;
  HPBL_P0_L1_GLL0:production_status = "Operational products" ;
  HPBL_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float PLPL_P0_2L108_GLL0(lat_0, lon_0) ;
  PLPL_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  PLPL_P0_2L108_GLL0:forecast_time_units = "hours" ;
  PLPL_P0_2L108_GLL0:forecast_time = 0 ;
  PLPL_P0_2L108_GLL0:level = 25500.f, 0.f ;
  PLPL_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  PLPL_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 3, 200 ;
  PLPL_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Mass" ;
  PLPL_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  PLPL_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  PLPL_P0_2L108_GLL0:units = "Pa" ;
  PLPL_P0_2L108_GLL0:long_name = "Pressure of level from which parcel was lifted" ;
  PLPL_P0_2L108_GLL0:production_status = "Operational products" ;
  PLPL_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CWAT_P0_L200_GLL0(lat_0, lon_0) ;
  CWAT_P0_L200_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CWAT_P0_L200_GLL0:forecast_time_units = "hours" ;
  CWAT_P0_L200_GLL0:forecast_time = 0 ;
  CWAT_P0_L200_GLL0:level = 0.f ;
  CWAT_P0_L200_GLL0:level_type = "Entire atmosphere (considered as a single layer)" ;
  CWAT_P0_L200_GLL0:parameter_template_discipline_category_number = 0, 0, 6, 6 ;
  CWAT_P0_L200_GLL0:parameter_discipline_and_category = "Meteorological products, Cloud" ;
  CWAT_P0_L200_GLL0:grid_type = "Latitude/longitude" ;
  CWAT_P0_L200_GLL0:_FillValue = 1.e+20f ;
  CWAT_P0_L200_GLL0:units = "kg m-2" ;
  CWAT_P0_L200_GLL0:long_name = "Cloud water" ;
  CWAT_P0_L200_GLL0:production_status = "Operational products" ;
  CWAT_P0_L200_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float SUNSD_P0_L1_GLL0(lat_0, lon_0) ;
  SUNSD_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  SUNSD_P0_L1_GLL0:forecast_time_units = "hours" ;
  SUNSD_P0_L1_GLL0:forecast_time = 0 ;
  SUNSD_P0_L1_GLL0:level = 0.f ;
  SUNSD_P0_L1_GLL0:level_type = "Ground or water surface" ;
  SUNSD_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 6, 201 ;
  SUNSD_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Cloud" ;
  SUNSD_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  SUNSD_P0_L1_GLL0:_FillValue = 1.e+20f ;
  SUNSD_P0_L1_GLL0:units = "s" ;
  SUNSD_P0_L1_GLL0:long_name = "Sunshine duration" ;
  SUNSD_P0_L1_GLL0:production_status = "Operational products" ;
  SUNSD_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CAPE_P0_L1_GLL0(lat_0, lon_0) ;
  CAPE_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CAPE_P0_L1_GLL0:forecast_time_units = "hours" ;
  CAPE_P0_L1_GLL0:forecast_time = 0 ;
  CAPE_P0_L1_GLL0:level = 0.f ;
  CAPE_P0_L1_GLL0:level_type = "Ground or water surface" ;
  CAPE_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 6 ;
  CAPE_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  CAPE_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  CAPE_P0_L1_GLL0:_FillValue = 1.e+20f ;
  CAPE_P0_L1_GLL0:units = "J kg-1" ;
  CAPE_P0_L1_GLL0:long_name = "Convective available potential energy" ;
  CAPE_P0_L1_GLL0:production_status = "Operational products" ;
  CAPE_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CAPE_P0_2L108_GLL0(lv_SPDL9, lat_0, lon_0) ;
  CAPE_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CAPE_P0_2L108_GLL0:forecast_time_units = "hours" ;
  CAPE_P0_2L108_GLL0:forecast_time = 0 ;
  CAPE_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  CAPE_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 6 ;
  CAPE_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  CAPE_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  CAPE_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  CAPE_P0_2L108_GLL0:units = "J kg-1" ;
  CAPE_P0_2L108_GLL0:long_name = "Convective available potential energy" ;
  CAPE_P0_2L108_GLL0:production_status = "Operational products" ;
  CAPE_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CIN_P0_L1_GLL0(lat_0, lon_0) ;
  CIN_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CIN_P0_L1_GLL0:forecast_time_units = "hours" ;
  CIN_P0_L1_GLL0:forecast_time = 0 ;
  CIN_P0_L1_GLL0:level = 0.f ;
  CIN_P0_L1_GLL0:level_type = "Ground or water surface" ;
  CIN_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 7 ;
  CIN_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  CIN_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  CIN_P0_L1_GLL0:_FillValue = 1.e+20f ;
  CIN_P0_L1_GLL0:units = "J kg-1" ;
  CIN_P0_L1_GLL0:long_name = "Convective inhibition" ;
  CIN_P0_L1_GLL0:production_status = "Operational products" ;
  CIN_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float CIN_P0_2L108_GLL0(lv_SPDL9, lat_0, lon_0) ;
  CIN_P0_2L108_GLL0:initial_time = "05/02/2017 (00:00)" ;
  CIN_P0_2L108_GLL0:forecast_time_units = "hours" ;
  CIN_P0_2L108_GLL0:forecast_time = 0 ;
  CIN_P0_2L108_GLL0:level_type = "Level at specified pressure difference from ground to level (Pa)" ;
  CIN_P0_2L108_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 7 ;
  CIN_P0_2L108_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  CIN_P0_2L108_GLL0:grid_type = "Latitude/longitude" ;
  CIN_P0_2L108_GLL0:_FillValue = 1.e+20f ;
  CIN_P0_2L108_GLL0:units = "J kg-1" ;
  CIN_P0_2L108_GLL0:long_name = "Convective inhibition" ;
  CIN_P0_2L108_GLL0:production_status = "Operational products" ;
  CIN_P0_2L108_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HLCY_P0_2L103_GLL0(lat_0, lon_0) ;
  HLCY_P0_2L103_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HLCY_P0_2L103_GLL0:forecast_time_units = "hours" ;
  HLCY_P0_2L103_GLL0:forecast_time = 0 ;
  HLCY_P0_2L103_GLL0:level = 3000.f, 0.f ;
  HLCY_P0_2L103_GLL0:level_type = "Specified height level above ground (m)" ;
  HLCY_P0_2L103_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 8 ;
  HLCY_P0_2L103_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  HLCY_P0_2L103_GLL0:grid_type = "Latitude/longitude" ;
  HLCY_P0_2L103_GLL0:_FillValue = 1.e+20f ;
  HLCY_P0_2L103_GLL0:units = "m2 s-2" ;
  HLCY_P0_2L103_GLL0:long_name = "Storm relative helicity" ;
  HLCY_P0_2L103_GLL0:production_status = "Operational products" ;
  HLCY_P0_2L103_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float LFTX_P0_L1_GLL0(lat_0, lon_0) ;
  LFTX_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  LFTX_P0_L1_GLL0:forecast_time_units = "hours" ;
  LFTX_P0_L1_GLL0:forecast_time = 0 ;
  LFTX_P0_L1_GLL0:level = 0.f ;
  LFTX_P0_L1_GLL0:level_type = "Ground or water surface" ;
  LFTX_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 192 ;
  LFTX_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  LFTX_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  LFTX_P0_L1_GLL0:_FillValue = 1.e+20f ;
  LFTX_P0_L1_GLL0:units = "K" ;
  LFTX_P0_L1_GLL0:long_name = "Surface lifted index" ;
  LFTX_P0_L1_GLL0:production_status = "Operational products" ;
  LFTX_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float \4LFTX_P0_L1_GLL0(lat_0, lon_0) ;
  \4LFTX_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  \4LFTX_P0_L1_GLL0:forecast_time_units = "hours" ;
  \4LFTX_P0_L1_GLL0:forecast_time = 0 ;
  \4LFTX_P0_L1_GLL0:level = 0.f ;
  \4LFTX_P0_L1_GLL0:level_type = "Ground or water surface" ;
  \4LFTX_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 0, 7, 193 ;
  \4LFTX_P0_L1_GLL0:parameter_discipline_and_category = "Meteorological products, Thermodynamic stability indices" ;
  \4LFTX_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  \4LFTX_P0_L1_GLL0:_FillValue = 1.e+20f ;
  \4LFTX_P0_L1_GLL0:units = "K" ;
  \4LFTX_P0_L1_GLL0:long_name = "Best (4 layer) lifted index" ;
  \4LFTX_P0_L1_GLL0:production_status = "Operational products" ;
  \4LFTX_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TOZNE_P0_L200_GLL0(lat_0, lon_0) ;
  TOZNE_P0_L200_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TOZNE_P0_L200_GLL0:forecast_time_units = "hours" ;
  TOZNE_P0_L200_GLL0:forecast_time = 0 ;
  TOZNE_P0_L200_GLL0:level = 0.f ;
  TOZNE_P0_L200_GLL0:level_type = "Entire atmosphere (considered as a single layer)" ;
  TOZNE_P0_L200_GLL0:parameter_template_discipline_category_number = 0, 0, 14, 0 ;
  TOZNE_P0_L200_GLL0:parameter_discipline_and_category = "Meteorological products, Trace gases (e.g. ozone, CO2)" ;
  TOZNE_P0_L200_GLL0:grid_type = "Latitude/longitude" ;
  TOZNE_P0_L200_GLL0:_FillValue = 1.e+20f ;
  TOZNE_P0_L200_GLL0:units = "Dobson" ;
  TOZNE_P0_L200_GLL0:long_name = "Total ozone" ;
  TOZNE_P0_L200_GLL0:production_status = "Operational products" ;
  TOZNE_P0_L200_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float O3MR_P0_L100_GLL0(lv_ISBL10, lat_0, lon_0) ;
  O3MR_P0_L100_GLL0:initial_time = "05/02/2017 (00:00)" ;
  O3MR_P0_L100_GLL0:forecast_time_units = "hours" ;
  O3MR_P0_L100_GLL0:forecast_time = 0 ;
  O3MR_P0_L100_GLL0:level_type = "Isobaric surface (Pa)" ;
  O3MR_P0_L100_GLL0:parameter_template_discipline_category_number = 0, 0, 14, 192 ;
  O3MR_P0_L100_GLL0:parameter_discipline_and_category = "Meteorological products, Trace gases (e.g. ozone, CO2)" ;
  O3MR_P0_L100_GLL0:grid_type = "Latitude/longitude" ;
  O3MR_P0_L100_GLL0:_FillValue = 1.e+20f ;
  O3MR_P0_L100_GLL0:units = "kg kg-1" ;
  O3MR_P0_L100_GLL0:long_name = "Ozone mixing ratio" ;
  O3MR_P0_L100_GLL0:production_status = "Operational products" ;
  O3MR_P0_L100_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float LAND_P0_L1_GLL0(lat_0, lon_0) ;
  LAND_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  LAND_P0_L1_GLL0:forecast_time_units = "hours" ;
  LAND_P0_L1_GLL0:forecast_time = 0 ;
  LAND_P0_L1_GLL0:level = 0.f ;
  LAND_P0_L1_GLL0:level_type = "Ground or water surface" ;
  LAND_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 2, 0, 0 ;
  LAND_P0_L1_GLL0:parameter_discipline_and_category = "Land surface products, Vegetation/biomass" ;
  LAND_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  LAND_P0_L1_GLL0:_FillValue = 1.e+20f ;
  LAND_P0_L1_GLL0:units = "Proportion" ;
  LAND_P0_L1_GLL0:long_name = "Land cover (1=land, 0=sea)" ;
  LAND_P0_L1_GLL0:production_status = "Operational products" ;
  LAND_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float TSOIL_P0_2L106_GLL0(lv_DBLL11, lat_0, lon_0) ;
  TSOIL_P0_2L106_GLL0:initial_time = "05/02/2017 (00:00)" ;
  TSOIL_P0_2L106_GLL0:forecast_time_units = "hours" ;
  TSOIL_P0_2L106_GLL0:forecast_time = 0 ;
  TSOIL_P0_2L106_GLL0:level_type = "Depth below land surface (m)" ;
  TSOIL_P0_2L106_GLL0:parameter_template_discipline_category_number = 0, 2, 0, 2 ;
  TSOIL_P0_2L106_GLL0:parameter_discipline_and_category = "Land surface products, Vegetation/biomass" ;
  TSOIL_P0_2L106_GLL0:grid_type = "Latitude/longitude" ;
  TSOIL_P0_2L106_GLL0:_FillValue = 1.e+20f ;
  TSOIL_P0_2L106_GLL0:units = "K" ;
  TSOIL_P0_2L106_GLL0:long_name = "Soil temperature" ;
  TSOIL_P0_2L106_GLL0:production_status = "Operational products" ;
  TSOIL_P0_2L106_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float SOILW_P0_2L106_GLL0(lv_DBLL11, lat_0, lon_0) ;
  SOILW_P0_2L106_GLL0:initial_time = "05/02/2017 (00:00)" ;
  SOILW_P0_2L106_GLL0:forecast_time_units = "hours" ;
  SOILW_P0_2L106_GLL0:forecast_time = 0 ;
  SOILW_P0_2L106_GLL0:level_type = "Depth below land surface (m)" ;
  SOILW_P0_2L106_GLL0:parameter_template_discipline_category_number = 0, 2, 0, 192 ;
  SOILW_P0_2L106_GLL0:parameter_discipline_and_category = "Land surface products, Vegetation/biomass" ;
  SOILW_P0_2L106_GLL0:grid_type = "Latitude/longitude" ;
  SOILW_P0_2L106_GLL0:_FillValue = 1.e+20f ;
  SOILW_P0_2L106_GLL0:units = "Fraction" ;
  SOILW_P0_2L106_GLL0:long_name = "Volumetric soil moisture content" ;
  SOILW_P0_2L106_GLL0:production_status = "Operational products" ;
  SOILW_P0_2L106_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float WILT_P0_L1_GLL0(lat_0, lon_0) ;
  WILT_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  WILT_P0_L1_GLL0:forecast_time_units = "hours" ;
  WILT_P0_L1_GLL0:forecast_time = 0 ;
  WILT_P0_L1_GLL0:level = 0.f ;
  WILT_P0_L1_GLL0:level_type = "Ground or water surface" ;
  WILT_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 2, 0, 201 ;
  WILT_P0_L1_GLL0:parameter_discipline_and_category = "Land surface products, Vegetation/biomass" ;
  WILT_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  WILT_P0_L1_GLL0:_FillValue = 1.e+20f ;
  WILT_P0_L1_GLL0:units = "Fraction" ;
  WILT_P0_L1_GLL0:long_name = "Wilting point" ;
  WILT_P0_L1_GLL0:production_status = "Operational products" ;
  WILT_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float FLDCP_P0_L1_GLL0(lat_0, lon_0) ;
  FLDCP_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  FLDCP_P0_L1_GLL0:forecast_time_units = "hours" ;
  FLDCP_P0_L1_GLL0:forecast_time = 0 ;
  FLDCP_P0_L1_GLL0:level = 0.f ;
  FLDCP_P0_L1_GLL0:level_type = "Ground or water surface" ;
  FLDCP_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 2, 3, 203 ;
  FLDCP_P0_L1_GLL0:parameter_discipline_and_category = "Land surface products, Soil products" ;
  FLDCP_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  FLDCP_P0_L1_GLL0:_FillValue = 1.e+20f ;
  FLDCP_P0_L1_GLL0:units = "fraction" ;
  FLDCP_P0_L1_GLL0:long_name = "Field capacity" ;
  FLDCP_P0_L1_GLL0:production_status = "Operational products" ;
  FLDCP_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float HINDEX_P0_L1_GLL0(lat_0, lon_0) ;
  HINDEX_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  HINDEX_P0_L1_GLL0:forecast_time_units = "hours" ;
  HINDEX_P0_L1_GLL0:forecast_time = 0 ;
  HINDEX_P0_L1_GLL0:level = 0.f ;
  HINDEX_P0_L1_GLL0:level_type = "Ground or water surface" ;
  HINDEX_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 2, 4, 2 ;
  HINDEX_P0_L1_GLL0:parameter_discipline_and_category = "Land surface products, Fire weather" ;
  HINDEX_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  HINDEX_P0_L1_GLL0:_FillValue = 1.e+20f ;
  HINDEX_P0_L1_GLL0:units = "Numeric" ;
  HINDEX_P0_L1_GLL0:long_name = "Haines index" ;
  HINDEX_P0_L1_GLL0:production_status = "Operational products" ;
  HINDEX_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float ICEC_P0_L1_GLL0(lat_0, lon_0) ;
  ICEC_P0_L1_GLL0:initial_time = "05/02/2017 (00:00)" ;
  ICEC_P0_L1_GLL0:forecast_time_units = "hours" ;
  ICEC_P0_L1_GLL0:forecast_time = 0 ;
  ICEC_P0_L1_GLL0:level = 0.f ;
  ICEC_P0_L1_GLL0:level_type = "Ground or water surface" ;
  ICEC_P0_L1_GLL0:parameter_template_discipline_category_number = 0, 10, 2, 0 ;
  ICEC_P0_L1_GLL0:parameter_discipline_and_category = "Oceanographic products, Ice" ;
  ICEC_P0_L1_GLL0:grid_type = "Latitude/longitude" ;
  ICEC_P0_L1_GLL0:_FillValue = 1.e+20f ;
  ICEC_P0_L1_GLL0:units = "Proportion" ;
  ICEC_P0_L1_GLL0:long_name = "Ice cover" ;
  ICEC_P0_L1_GLL0:production_status = "Operational products" ;
  ICEC_P0_L1_GLL0:center = "US National Weather Service - NCEP (WMC)" ;
float lv_DBLL11_l1(lv_DBLL11) ;
  lv_DBLL11_l1:units = "m" ;
  lv_DBLL11_l1:long_name = "Depth below land surface" ;
float lv_DBLL11_l0(lv_DBLL11) ;
  lv_DBLL11_l0:units = "m" ;
  lv_DBLL11_l0:long_name = "Depth below land surface" ;
float lv_ISBL10(lv_ISBL10) ;
  lv_ISBL10:units = "Pa" ;
  lv_ISBL10:long_name = "Isobaric surface" ;
float lv_SPDL9_l1(lv_SPDL9) ;
  lv_SPDL9_l1:units = "Pa" ;
  lv_SPDL9_l1:long_name = "Level at specified pressure difference from ground to level" ;
float lv_SPDL9_l0(lv_SPDL9) ;
  lv_SPDL9_l0:units = "Pa" ;
  lv_SPDL9_l0:long_name = "Level at specified pressure difference from ground to level" ;
float lv_ISBL8(lv_ISBL8) ;
  lv_ISBL8:units = "Pa" ;
  lv_ISBL8:long_name = "Isobaric surface" ;
float lv_HTGL7(lv_HTGL7) ;
  lv_HTGL7:units = "m" ;
  lv_HTGL7:long_name = "Specified height level above ground" ;
float lv_ISBL6(lv_ISBL6) ;
  lv_ISBL6:units = "Pa" ;
  lv_ISBL6:long_name = "Isobaric surface" ;
float lv_SIGL5_l1(lv_SIGL5) ;
  lv_SIGL5_l1:units = "none" ;
  lv_SIGL5_l1:long_name = "Sigma level (sigma value)" ;
float lv_SIGL5_l0(lv_SIGL5) ;
  lv_SIGL5_l0:units = "none" ;
  lv_SIGL5_l0:long_name = "Sigma level (sigma value)" ;
float lv_HTGL4(lv_HTGL4) ;
  lv_HTGL4:units = "m" ;
  lv_HTGL4:long_name = "Specified height level above ground" ;
float lv_PVL3(lv_PVL3) ;
  lv_PVL3:units = "K m2 kg-1 s-1" ;
  lv_PVL3:long_name = "Potential vorticity" ;
float lv_HTGL2(lv_HTGL2) ;
  lv_HTGL2:units = "m" ;
  lv_HTGL2:long_name = "Specified height level above ground" ;
float lv_AMSL1(lv_AMSL1) ;
  lv_AMSL1:units = "m" ;
  lv_AMSL1:long_name = "Specific altitude above mean sea level" ;
float lv_ISBL0(lv_ISBL0) ;
  lv_ISBL0:units = "Pa" ;
  lv_ISBL0:long_name = "Isobaric surface" ;
float lat_0(lat_0) ;
  lat_0:La1 = 90.f ;
  lat_0:Lo1 = 0.f ;
  lat_0:La2 = -90.f ;
  lat_0:Lo2 = 359.5f ;
  lat_0:Di = 0.5f ;
  lat_0:Dj = 0.5f ;
  lat_0:units = "degrees_north" ;
  lat_0:grid_type = "Latitude/Longitude" ;
  lat_0:long_name = "latitude" ;
float lon_0(lon_0) ;
  lon_0:La1 = 90.f ;
  lon_0:Lo1 = 0.f ;
  lon_0:La2 = -90.f ;
  lon_0:Lo2 = 359.5f ;
  lon_0:Di = 0.5f ;
  lon_0:Dj = 0.5f ;
  lon_0:units = "degrees_east" ;
  lon_0:grid_type = "Latitude/Longitude" ;
  lon_0:long_name = "longitude" ;

评分

参与人数 1金钱 +1 收起 理由
ha33ha33 + 1 太好了,太厉害了,正需要这个!

查看全部评分

密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-7-7 19:42:42 | 显示全部楼层
您好。。。请问您解决了吗?
这里面有好多的风速。实在不知道应该用哪一个。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-7-10 13:16:41 | 显示全部楼层
astiny 发表于 2017-7-7 19:42
您好。。。请问您解决了吗?
这里面有好多的风速。实在不知道应该用哪一个。。。

你ncdump看一下变量的说明,再看下变量括号里的变量是第几层就知道啦
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-7-10 13:18:08 | 显示全部楼层
astiny 发表于 2017-7-7 19:42
您好。。。请问您解决了吗?
这里面有好多的风速。实在不知道应该用哪一个。。。

比如这个变量float TMP_P0_L103_GLL0(lv_HTGL2, lat_0, lon_0) ;你看下lv_HTGL2包含了哪几层就知道了,ncdump看一下
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2017-7-10 15:21:41 | 显示全部楼层
莎朗嘿哟YY 发表于 2017-7-10 13:18
比如这个变量float TMP_P0_L103_GLL0(lv_HTGL2, lat_0, lon_0) ;你看下lv_HTGL2包含了哪几层就知道了,nc ...

感谢。。。。。。。
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-1-22 09:48:15 | 显示全部楼层
莎朗嘿哟YY 发表于 2017-7-10 13:18
比如这个变量float TMP_P0_L103_GLL0(lv_HTGL2, lat_0, lon_0) ;你看下lv_HTGL2包含了哪几层就知道了,nc ...

您好,我最近也在学这个的数据变量,有个等位涡面  Potential vorticity Level,它的层高信息是编号:500、1000、1500、2000、34768、34268、33268、33768,这个您知道分别代表PV等于多少的层吗?如果知道,求回复
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2020-4-16 17:19:49 | 显示全部楼层
学习了,用这个命令看好了
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

新浪微博达人勋

发表于 2020-4-20 11:25:59 | 显示全部楼层
学习了,变量真的太多了,完全不知道什么意思
密码修改失败请联系微信:mofangbao
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表