爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
楼主: my251394667

ncl_convert2nc 将grib数据转nc

[复制链接]
 楼主| 发表于 2016-3-18 09:33:43 | 显示全部楼层

用ncl_convert2nc 将grib数据转nc或者用wgrib转,为什么matlab读不了啊
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2016-3-18 09:34:51 | 显示全部楼层

错误使用 ncdataset (line 97)
Failed to open C:/Users/Administrator/Desktop/气象数据/2016012208_EC4.nc

出错 demo1 (line 8)
ds = ncdataset('C:/Users/Administrator/Desktop/气象数据/2016012208_EC4.nc');

原因:
    未定义变量 "ucar" 或类 "ucar.nc2.dataset.NetcdfDataset.openDataset"。
密码修改失败请联系微信:mofangbao
 成长值: 32430
发表于 2016-3-18 13:51:54 | 显示全部楼层
my251394667 发表于 2016-3-18 09:34
错误使用 ncdataset (line 97)
Failed to open C:/Users/Administrator/Desktop/气象数据/2016012208_EC ...

没用过
密码修改失败请联系微信:mofangbao
发表于 2016-3-18 16:54:29 | 显示全部楼层
matlab好像只有包,能读grib1数据
密码修改失败请联系微信:mofangbao
发表于 2016-3-18 16:54:53 | 显示全部楼层
grib2前几年是不能读的,可以用wgrib命令行格式
密码修改失败请联系微信:mofangbao
发表于 2016-3-18 16:55:18 | 显示全部楼层
直接解出二进制,然后matlab读就好了
密码修改失败请联系微信:mofangbao
发表于 2016-3-18 16:55:46 | 显示全部楼层
你可以搜搜wgrib或wgrib2的操作命令,很方便的
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2016-3-18 16:59:55 | 显示全部楼层
guoyunqian 发表于 2016-3-18 16:55
直接解出二进制,然后matlab读就好了

谢谢你啊。grib可以读,现在想转成nc格式的再用。搞不清楚为什么转nc再读就出错啊
密码修改失败请联系微信:mofangbao
发表于 2016-3-21 15:51:39 | 显示全部楼层
my251394667 发表于 2016-3-18 16:59
谢谢你啊。grib可以读,现在想转成nc格式的再用。搞不清楚为什么转nc再读就出错啊

转nc有几种简单方法,最好就是用ec的grib_api插件,你搜一下就有了,支持直接grib格式转nc。
或者解压成二进制后,用ncep的nc头文件,都是开源函数直接引用就好
密码修改失败请联系微信:mofangbao
发表于 2017-4-17 16:30:39 | 显示全部楼层
andrewsoong 发表于 2016-3-17 19:54
转换后变量名可能变了

请问转换之后哪个变量是
double lev(lev) ;
                lev:long_name = "hybrid level at midpoints (1000*(A+B))" ;
                lev:units = "level" ;
                lev:positive = "down" ;
                lev:standard_name = "atmosphere_hybrid_sigma_pressure_coordinate" ;
                lev:formula_terms = "a: hyam b: hybm p0: P0 ps: PS" ;

转换之后的用ncdump读取出来是这样的
netcdf fnl_19990801_00_00 {
dimensions:
        lat_3 = 181 ;
        lon_3 = 360 ;
        lv_ISBL2 = 26 ;
        lv_GPML3 = 3 ;
        lv_DBLY4 = 2 ;
        lv_ISBL5 = 21 ;
        lv_SIGY6 = 4 ;
        lv_ISBL7 = 6 ;
variables:
        float PRES_3_SFC(lat_3, lon_3) ;
                PRES_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                PRES_3_SFC:forecast_time_units = "hours" ;
                PRES_3_SFC:forecast_time = 0 ;
                PRES_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                PRES_3_SFC:parameter_number = 1 ;
                PRES_3_SFC:parameter_table_version = 2 ;
                PRES_3_SFC:grid_number = 3 ;
                PRES_3_SFC:level_indicator = 1 ;
                PRES_3_SFC:_FillValue = 1.e+20f ;
                PRES_3_SFC:units = "Pa" ;
                PRES_3_SFC:long_name = "Pressure" ;
                PRES_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float PRES_3_MWSL(lat_3, lon_3) ;
                PRES_3_MWSL:initial_time = "08/01/1999 (00:00)" ;
                PRES_3_MWSL:forecast_time_units = "hours" ;
                PRES_3_MWSL:forecast_time = 0 ;
                PRES_3_MWSL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                PRES_3_MWSL:parameter_number = 1 ;
                PRES_3_MWSL:parameter_table_version = 2 ;
                PRES_3_MWSL:grid_number = 3 ;
                PRES_3_MWSL:level_indicator = 6 ;
                PRES_3_MWSL:_FillValue = 1.e+20f ;
                PRES_3_MWSL:units = "Pa" ;
                PRES_3_MWSL:long_name = "Pressure" ;
                PRES_3_MWSL:center = "US National Weather Service - NCEP (WMC)" ;
        float PRES_3_TRO(lat_3, lon_3) ;
                PRES_3_TRO:initial_time = "08/01/1999 (00:00)" ;
                PRES_3_TRO:forecast_time_units = "hours" ;
                PRES_3_TRO:forecast_time = 0 ;
                PRES_3_TRO:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                PRES_3_TRO:parameter_number = 1 ;
                PRES_3_TRO:parameter_table_version = 2 ;
                PRES_3_TRO:grid_number = 3 ;
                PRES_3_TRO:level_indicator = 7 ;
                PRES_3_TRO:_FillValue = 1.e+20f ;
                PRES_3_TRO:units = "Pa" ;
                PRES_3_TRO:long_name = "Pressure" ;
                PRES_3_TRO:center = "US National Weather Service - NCEP (WMC)" ;
        float PRES_3_CCBL(lat_3, lon_3) ;
                PRES_3_CCBL:initial_time = "08/01/1999 (00:00)" ;
                PRES_3_CCBL:forecast_time_units = "hours" ;
                PRES_3_CCBL:forecast_time = 0 ;
                PRES_3_CCBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                PRES_3_CCBL:parameter_number = 1 ;
                PRES_3_CCBL:parameter_table_version = 2 ;
                PRES_3_CCBL:grid_number = 3 ;
                PRES_3_CCBL:level_indicator = 242 ;
                PRES_3_CCBL:_FillValue = 1.e+20f ;
                PRES_3_CCBL:units = "Pa" ;
                PRES_3_CCBL:long_name = "Pressure" ;
                PRES_3_CCBL:center = "US National Weather Service - NCEP (WMC)" ;
        float PRES_3_CCTL(lat_3, lon_3) ;
                PRES_3_CCTL:initial_time = "08/01/1999 (00:00)" ;
                PRES_3_CCTL:forecast_time_units = "hours" ;
                PRES_3_CCTL:forecast_time = 0 ;
                PRES_3_CCTL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                PRES_3_CCTL:parameter_number = 1 ;
                PRES_3_CCTL:parameter_table_version = 2 ;
                PRES_3_CCTL:grid_number = 3 ;
                PRES_3_CCTL:level_indicator = 243 ;
                PRES_3_CCTL:_FillValue = 1.e+20f ;
                PRES_3_CCTL:units = "Pa" ;
                PRES_3_CCTL:long_name = "Pressure" ;
                PRES_3_CCTL:center = "US National Weather Service - NCEP (WMC)" ;
        float PRMSL_3_MSL(lat_3, lon_3) ;
                PRMSL_3_MSL:initial_time = "08/01/1999 (00:00)" ;
                PRMSL_3_MSL:forecast_time_units = "hours" ;
                PRMSL_3_MSL:forecast_time = 0 ;
                PRMSL_3_MSL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                PRMSL_3_MSL:parameter_number = 2 ;
                PRMSL_3_MSL:parameter_table_version = 2 ;
                PRMSL_3_MSL:grid_number = 3 ;
                PRMSL_3_MSL:level_indicator = 102 ;
                PRMSL_3_MSL:_FillValue = 1.e+20f ;
                PRMSL_3_MSL:units = "Pa" ;
                PRMSL_3_MSL:long_name = "Pressure reduced to MSL" ;
                PRMSL_3_MSL:center = "US National Weather Service - NCEP (WMC)" ;
        float HGT_3_SFC(lat_3, lon_3) ;
                HGT_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                HGT_3_SFC:forecast_time_units = "hours" ;
                HGT_3_SFC:forecast_time = 0 ;
                HGT_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                HGT_3_SFC:parameter_number = 7 ;
                HGT_3_SFC:parameter_table_version = 2 ;
                HGT_3_SFC:grid_number = 3 ;
                HGT_3_SFC:level_indicator = 1 ;
                HGT_3_SFC:_FillValue = 1.e+20f ;
                HGT_3_SFC:units = "gpm" ;
                HGT_3_SFC:long_name = "Geopotential height" ;
                HGT_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float HGT_3_MWSL(lat_3, lon_3) ;
                HGT_3_MWSL:initial_time = "08/01/1999 (00:00)" ;
                HGT_3_MWSL:forecast_time_units = "hours" ;
                HGT_3_MWSL:forecast_time = 0 ;
                HGT_3_MWSL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                HGT_3_MWSL:parameter_number = 7 ;
                HGT_3_MWSL:parameter_table_version = 2 ;
                HGT_3_MWSL:grid_number = 3 ;
                HGT_3_MWSL:level_indicator = 6 ;
                HGT_3_MWSL:_FillValue = 1.e+20f ;
                HGT_3_MWSL:units = "gpm" ;
                HGT_3_MWSL:long_name = "Geopotential height" ;
                HGT_3_MWSL:center = "US National Weather Service - NCEP (WMC)" ;
        float HGT_3_TRO(lat_3, lon_3) ;
                HGT_3_TRO:initial_time = "08/01/1999 (00:00)" ;
                HGT_3_TRO:forecast_time_units = "hours" ;
                HGT_3_TRO:forecast_time = 0 ;
                HGT_3_TRO:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                HGT_3_TRO:parameter_number = 7 ;
                HGT_3_TRO:parameter_table_version = 2 ;
                HGT_3_TRO:grid_number = 3 ;
                HGT_3_TRO:level_indicator = 7 ;
                HGT_3_TRO:_FillValue = 1.e+20f ;
                HGT_3_TRO:units = "gpm" ;
                HGT_3_TRO:long_name = "Geopotential height" ;
                HGT_3_TRO:center = "US National Weather Service - NCEP (WMC)" ;
        float HGT_3_ISBL(lv_ISBL2, lat_3, lon_3) ;
                HGT_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                HGT_3_ISBL:forecast_time_units = "hours" ;
                HGT_3_ISBL:forecast_time = 0 ;
                HGT_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                HGT_3_ISBL:parameter_number = 7 ;
                HGT_3_ISBL:parameter_table_version = 2 ;
                HGT_3_ISBL:grid_number = 3 ;
                HGT_3_ISBL:level_indicator = 100 ;
                HGT_3_ISBL:_FillValue = 1.e+20f ;
                HGT_3_ISBL:units = "gpm" ;
                HGT_3_ISBL:long_name = "Geopotential height" ;
                HGT_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float TOZONE_3_EATM(lat_3, lon_3) ;
                TOZONE_3_EATM:initial_time = "08/01/1999 (00:00)" ;
                TOZONE_3_EATM:forecast_time_units = "hours" ;
                TOZONE_3_EATM:forecast_time = 0 ;
                TOZONE_3_EATM:level = 0 ;
                TOZONE_3_EATM:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TOZONE_3_EATM:parameter_number = 10 ;
                TOZONE_3_EATM:parameter_table_version = 2 ;
                TOZONE_3_EATM:grid_number = 3 ;
                TOZONE_3_EATM:level_indicator = 200 ;
                TOZONE_3_EATM:_FillValue = 1.e+20f ;
                TOZONE_3_EATM:units = "Dobson" ;
                TOZONE_3_EATM:long_name = "Total ozone" ;
                TOZONE_3_EATM:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_SFC(lat_3, lon_3) ;
                TMP_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_SFC:forecast_time_units = "hours" ;
                TMP_3_SFC:forecast_time = 0 ;
                TMP_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_SFC:parameter_number = 11 ;
                TMP_3_SFC:parameter_table_version = 2 ;
                TMP_3_SFC:grid_number = 3 ;
                TMP_3_SFC:level_indicator = 1 ;
                TMP_3_SFC:_FillValue = 1.e+20f ;
                TMP_3_SFC:units = "K" ;
                TMP_3_SFC:long_name = "Temperature" ;
                TMP_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_MWSL(lat_3, lon_3) ;
                TMP_3_MWSL:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_MWSL:forecast_time_units = "hours" ;
                TMP_3_MWSL:forecast_time = 0 ;
                TMP_3_MWSL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_MWSL:parameter_number = 11 ;
                TMP_3_MWSL:parameter_table_version = 2 ;
                TMP_3_MWSL:grid_number = 3 ;
                TMP_3_MWSL:level_indicator = 6 ;
                TMP_3_MWSL:_FillValue = 1.e+20f ;
                TMP_3_MWSL:units = "K" ;
                TMP_3_MWSL:long_name = "Temperature" ;
                TMP_3_MWSL:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_TRO(lat_3, lon_3) ;
                TMP_3_TRO:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_TRO:forecast_time_units = "hours" ;
                TMP_3_TRO:forecast_time = 0 ;
                TMP_3_TRO:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_TRO:parameter_number = 11 ;
                TMP_3_TRO:parameter_table_version = 2 ;
                TMP_3_TRO:grid_number = 3 ;
                TMP_3_TRO:level_indicator = 7 ;
                TMP_3_TRO:_FillValue = 1.e+20f ;
                TMP_3_TRO:units = "K" ;
                TMP_3_TRO:long_name = "Temperature" ;
                TMP_3_TRO:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_ISBL(lv_ISBL2, lat_3, lon_3) ;
                TMP_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_ISBL:forecast_time_units = "hours" ;
                TMP_3_ISBL:forecast_time = 0 ;
                TMP_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_ISBL:parameter_number = 11 ;
                TMP_3_ISBL:parameter_table_version = 2 ;
                TMP_3_ISBL:grid_number = 3 ;
                TMP_3_ISBL:level_indicator = 100 ;
                TMP_3_ISBL:_FillValue = 1.e+20f ;
                TMP_3_ISBL:units = "K" ;
                TMP_3_ISBL:long_name = "Temperature" ;
                TMP_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_GPML(lv_GPML3, lat_3, lon_3) ;
                TMP_3_GPML:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_GPML:forecast_time_units = "hours" ;
                TMP_3_GPML:forecast_time = 0 ;
                TMP_3_GPML:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_GPML:parameter_number = 11 ;
                TMP_3_GPML:parameter_table_version = 2 ;
                TMP_3_GPML:grid_number = 3 ;
                TMP_3_GPML:level_indicator = 103 ;
                TMP_3_GPML:_FillValue = 1.e+20f ;
                TMP_3_GPML:units = "K" ;
                TMP_3_GPML:long_name = "Temperature" ;
                TMP_3_GPML:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_HTGL(lat_3, lon_3) ;
                TMP_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_HTGL:forecast_time_units = "hours" ;
                TMP_3_HTGL:forecast_time = 0 ;
                TMP_3_HTGL:level = 2 ;
                TMP_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_HTGL:parameter_number = 11 ;
                TMP_3_HTGL:parameter_table_version = 2 ;
                TMP_3_HTGL:grid_number = 3 ;
                TMP_3_HTGL:level_indicator = 105 ;
                TMP_3_HTGL:_FillValue = 1.e+20f ;
                TMP_3_HTGL:units = "K" ;
                TMP_3_HTGL:long_name = "Temperature" ;
                TMP_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_SIGL(lat_3, lon_3) ;
                TMP_3_SIGL:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_SIGL:forecast_time_units = "hours" ;
                TMP_3_SIGL:forecast_time = 0 ;
                TMP_3_SIGL:level = 9950 ;
                TMP_3_SIGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_SIGL:parameter_number = 11 ;
                TMP_3_SIGL:parameter_table_version = 2 ;
                TMP_3_SIGL:grid_number = 3 ;
                TMP_3_SIGL:level_indicator = 107 ;
                TMP_3_SIGL:_FillValue = 1.e+20f ;
                TMP_3_SIGL:units = "K" ;
                TMP_3_SIGL:long_name = "Temperature" ;
                TMP_3_SIGL:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_DBLY(lv_DBLY4, lat_3, lon_3) ;
                TMP_3_DBLY:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_DBLY:forecast_time_units = "hours" ;
                TMP_3_DBLY:forecast_time = 0 ;
                TMP_3_DBLY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_DBLY:parameter_number = 11 ;
                TMP_3_DBLY:parameter_table_version = 2 ;
                TMP_3_DBLY:grid_number = 3 ;
                TMP_3_DBLY:level_indicator = 112 ;
                TMP_3_DBLY:_FillValue = 1.e+20f ;
                TMP_3_DBLY:units = "K" ;
                TMP_3_DBLY:long_name = "Temperature" ;
                TMP_3_DBLY:center = "US National Weather Service - NCEP (WMC)" ;
        float TMP_3_SPDY(lat_3, lon_3) ;
                TMP_3_SPDY:initial_time = "08/01/1999 (00:00)" ;
                TMP_3_SPDY:forecast_time_units = "hours" ;
                TMP_3_SPDY:forecast_time = 0 ;
                TMP_3_SPDY:level = 30, 0 ;
                TMP_3_SPDY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                TMP_3_SPDY:parameter_number = 11 ;
                TMP_3_SPDY:parameter_table_version = 2 ;
                TMP_3_SPDY:grid_number = 3 ;
                TMP_3_SPDY:level_indicator = 116 ;
                TMP_3_SPDY:_FillValue = 1.e+20f ;
                TMP_3_SPDY:units = "K" ;
                TMP_3_SPDY:long_name = "Temperature" ;
                TMP_3_SPDY:center = "US National Weather Service - NCEP (WMC)" ;
        float POT_3_SIGL(lat_3, lon_3) ;
                POT_3_SIGL:initial_time = "08/01/1999 (00:00)" ;
                POT_3_SIGL:forecast_time_units = "hours" ;
                POT_3_SIGL:forecast_time = 0 ;
                POT_3_SIGL:level = 9950 ;
                POT_3_SIGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                POT_3_SIGL:parameter_number = 13 ;
                POT_3_SIGL:parameter_table_version = 2 ;
                POT_3_SIGL:grid_number = 3 ;
                POT_3_SIGL:level_indicator = 107 ;
                POT_3_SIGL:_FillValue = 1.e+20f ;
                POT_3_SIGL:units = "K" ;
                POT_3_SIGL:long_name = "Potential temperature" ;
                POT_3_SIGL:center = "US National Weather Service - NCEP (WMC)" ;
        float T_MAX_3_HTGL(lat_3, lon_3) ;
                T_MAX_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                T_MAX_3_HTGL:forecast_time_units = "hours" ;
                T_MAX_3_HTGL:forecast_time = 0 ;
                T_MAX_3_HTGL:level = 2 ;
                T_MAX_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                T_MAX_3_HTGL:parameter_number = 15 ;
                T_MAX_3_HTGL:parameter_table_version = 2 ;
                T_MAX_3_HTGL:grid_number = 3 ;
                T_MAX_3_HTGL:level_indicator = 105 ;
                T_MAX_3_HTGL:_FillValue = 1.e+20f ;
                T_MAX_3_HTGL:units = "K" ;
                T_MAX_3_HTGL:long_name = "Maximum temperature" ;
                T_MAX_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float T_MIN_3_HTGL(lat_3, lon_3) ;
                T_MIN_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                T_MIN_3_HTGL:forecast_time_units = "hours" ;
                T_MIN_3_HTGL:forecast_time = 0 ;
                T_MIN_3_HTGL:level = 2 ;
                T_MIN_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                T_MIN_3_HTGL:parameter_number = 16 ;
                T_MIN_3_HTGL:parameter_table_version = 2 ;
                T_MIN_3_HTGL:grid_number = 3 ;
                T_MIN_3_HTGL:level_indicator = 105 ;
                T_MIN_3_HTGL:_FillValue = 1.e+20f ;
                T_MIN_3_HTGL:units = "K" ;
                T_MIN_3_HTGL:long_name = "Minimum temperature" ;
                T_MIN_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_MWSL(lat_3, lon_3) ;
                U_GRD_3_MWSL:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_MWSL:forecast_time_units = "hours" ;
                U_GRD_3_MWSL:forecast_time = 0 ;
                U_GRD_3_MWSL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_MWSL:parameter_number = 33 ;
                U_GRD_3_MWSL:parameter_table_version = 2 ;
                U_GRD_3_MWSL:grid_number = 3 ;
                U_GRD_3_MWSL:level_indicator = 6 ;
                U_GRD_3_MWSL:_FillValue = 1.e+20f ;
                U_GRD_3_MWSL:units = "m/s" ;
                U_GRD_3_MWSL:long_name = "u-component of wind" ;
                U_GRD_3_MWSL:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_TRO(lat_3, lon_3) ;
                U_GRD_3_TRO:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_TRO:forecast_time_units = "hours" ;
                U_GRD_3_TRO:forecast_time = 0 ;
                U_GRD_3_TRO:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_TRO:parameter_number = 33 ;
                U_GRD_3_TRO:parameter_table_version = 2 ;
                U_GRD_3_TRO:grid_number = 3 ;
                U_GRD_3_TRO:level_indicator = 7 ;
                U_GRD_3_TRO:_FillValue = 1.e+20f ;
                U_GRD_3_TRO:units = "m/s" ;
                U_GRD_3_TRO:long_name = "u-component of wind" ;
                U_GRD_3_TRO:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_ISBL(lv_ISBL2, lat_3, lon_3) ;
                U_GRD_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_ISBL:forecast_time_units = "hours" ;
                U_GRD_3_ISBL:forecast_time = 0 ;
                U_GRD_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_ISBL:parameter_number = 33 ;
                U_GRD_3_ISBL:parameter_table_version = 2 ;
                U_GRD_3_ISBL:grid_number = 3 ;
                U_GRD_3_ISBL:level_indicator = 100 ;
                U_GRD_3_ISBL:_FillValue = 1.e+20f ;
                U_GRD_3_ISBL:units = "m/s" ;
                U_GRD_3_ISBL:long_name = "u-component of wind" ;
                U_GRD_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_GPML(lv_GPML3, lat_3, lon_3) ;
                U_GRD_3_GPML:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_GPML:forecast_time_units = "hours" ;
                U_GRD_3_GPML:forecast_time = 0 ;
                U_GRD_3_GPML:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_GPML:parameter_number = 33 ;
                U_GRD_3_GPML:parameter_table_version = 2 ;
                U_GRD_3_GPML:grid_number = 3 ;
                U_GRD_3_GPML:level_indicator = 103 ;
                U_GRD_3_GPML:_FillValue = 1.e+20f ;
                U_GRD_3_GPML:units = "m/s" ;
                U_GRD_3_GPML:long_name = "u-component of wind" ;
                U_GRD_3_GPML:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_HTGL(lat_3, lon_3) ;
                U_GRD_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_HTGL:forecast_time_units = "hours" ;
                U_GRD_3_HTGL:forecast_time = 0 ;
                U_GRD_3_HTGL:level = 10 ;
                U_GRD_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_HTGL:parameter_number = 33 ;
                U_GRD_3_HTGL:parameter_table_version = 2 ;
                U_GRD_3_HTGL:grid_number = 3 ;
                U_GRD_3_HTGL:level_indicator = 105 ;
                U_GRD_3_HTGL:_FillValue = 1.e+20f ;
                U_GRD_3_HTGL:units = "m/s" ;
                U_GRD_3_HTGL:long_name = "u-component of wind" ;
                U_GRD_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_SIGL(lat_3, lon_3) ;
                U_GRD_3_SIGL:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_SIGL:forecast_time_units = "hours" ;
                U_GRD_3_SIGL:forecast_time = 0 ;
                U_GRD_3_SIGL:level = 9950 ;
                U_GRD_3_SIGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_SIGL:parameter_number = 33 ;
                U_GRD_3_SIGL:parameter_table_version = 2 ;
                U_GRD_3_SIGL:grid_number = 3 ;
                U_GRD_3_SIGL:level_indicator = 107 ;
                U_GRD_3_SIGL:_FillValue = 1.e+20f ;
                U_GRD_3_SIGL:units = "m/s" ;
                U_GRD_3_SIGL:long_name = "u-component of wind" ;
                U_GRD_3_SIGL:center = "US National Weather Service - NCEP (WMC)" ;
        float U_GRD_3_SPDY(lat_3, lon_3) ;
                U_GRD_3_SPDY:initial_time = "08/01/1999 (00:00)" ;
                U_GRD_3_SPDY:forecast_time_units = "hours" ;
                U_GRD_3_SPDY:forecast_time = 0 ;
                U_GRD_3_SPDY:level = 30, 0 ;
                U_GRD_3_SPDY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                U_GRD_3_SPDY:parameter_number = 33 ;
                U_GRD_3_SPDY:parameter_table_version = 2 ;
                U_GRD_3_SPDY:grid_number = 3 ;
                U_GRD_3_SPDY:level_indicator = 116 ;
                U_GRD_3_SPDY:_FillValue = 1.e+20f ;
                U_GRD_3_SPDY:units = "m/s" ;
                U_GRD_3_SPDY:long_name = "u-component of wind" ;
                U_GRD_3_SPDY:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_MWSL(lat_3, lon_3) ;
                V_GRD_3_MWSL:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_MWSL:forecast_time_units = "hours" ;
                V_GRD_3_MWSL:forecast_time = 0 ;
                V_GRD_3_MWSL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_MWSL:parameter_number = 34 ;
                V_GRD_3_MWSL:parameter_table_version = 2 ;
                V_GRD_3_MWSL:grid_number = 3 ;
                V_GRD_3_MWSL:level_indicator = 6 ;
                V_GRD_3_MWSL:_FillValue = 1.e+20f ;
                V_GRD_3_MWSL:units = "m/s" ;
                V_GRD_3_MWSL:long_name = "v-component of wind" ;
                V_GRD_3_MWSL:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_TRO(lat_3, lon_3) ;
                V_GRD_3_TRO:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_TRO:forecast_time_units = "hours" ;
                V_GRD_3_TRO:forecast_time = 0 ;
                V_GRD_3_TRO:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_TRO:parameter_number = 34 ;
                V_GRD_3_TRO:parameter_table_version = 2 ;
                V_GRD_3_TRO:grid_number = 3 ;
                V_GRD_3_TRO:level_indicator = 7 ;
                V_GRD_3_TRO:_FillValue = 1.e+20f ;
                V_GRD_3_TRO:units = "m/s" ;
                V_GRD_3_TRO:long_name = "v-component of wind" ;
                V_GRD_3_TRO:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_ISBL(lv_ISBL2, lat_3, lon_3) ;
                V_GRD_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_ISBL:forecast_time_units = "hours" ;
                V_GRD_3_ISBL:forecast_time = 0 ;
                V_GRD_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_ISBL:parameter_number = 34 ;
                V_GRD_3_ISBL:parameter_table_version = 2 ;
                V_GRD_3_ISBL:grid_number = 3 ;
                V_GRD_3_ISBL:level_indicator = 100 ;
                V_GRD_3_ISBL:_FillValue = 1.e+20f ;
                V_GRD_3_ISBL:units = "m/s" ;
                V_GRD_3_ISBL:long_name = "v-component of wind" ;
                V_GRD_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_GPML(lv_GPML3, lat_3, lon_3) ;
                V_GRD_3_GPML:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_GPML:forecast_time_units = "hours" ;
                V_GRD_3_GPML:forecast_time = 0 ;
                V_GRD_3_GPML:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_GPML:parameter_number = 34 ;
                V_GRD_3_GPML:parameter_table_version = 2 ;
                V_GRD_3_GPML:grid_number = 3 ;
                V_GRD_3_GPML:level_indicator = 103 ;
                V_GRD_3_GPML:_FillValue = 1.e+20f ;
                V_GRD_3_GPML:units = "m/s" ;
                V_GRD_3_GPML:long_name = "v-component of wind" ;
                V_GRD_3_GPML:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_HTGL(lat_3, lon_3) ;
                V_GRD_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_HTGL:forecast_time_units = "hours" ;
                V_GRD_3_HTGL:forecast_time = 0 ;
                V_GRD_3_HTGL:level = 10 ;
                V_GRD_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_HTGL:parameter_number = 34 ;
                V_GRD_3_HTGL:parameter_table_version = 2 ;
                V_GRD_3_HTGL:grid_number = 3 ;
                V_GRD_3_HTGL:level_indicator = 105 ;
                V_GRD_3_HTGL:_FillValue = 1.e+20f ;
                V_GRD_3_HTGL:units = "m/s" ;
                V_GRD_3_HTGL:long_name = "v-component of wind" ;
                V_GRD_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_SIGL(lat_3, lon_3) ;
                V_GRD_3_SIGL:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_SIGL:forecast_time_units = "hours" ;
                V_GRD_3_SIGL:forecast_time = 0 ;
                V_GRD_3_SIGL:level = 9950 ;
                V_GRD_3_SIGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_SIGL:parameter_number = 34 ;
                V_GRD_3_SIGL:parameter_table_version = 2 ;
                V_GRD_3_SIGL:grid_number = 3 ;
                V_GRD_3_SIGL:level_indicator = 107 ;
                V_GRD_3_SIGL:_FillValue = 1.e+20f ;
                V_GRD_3_SIGL:units = "m/s" ;
                V_GRD_3_SIGL:long_name = "v-component of wind" ;
                V_GRD_3_SIGL:center = "US National Weather Service - NCEP (WMC)" ;
        float V_GRD_3_SPDY(lat_3, lon_3) ;
                V_GRD_3_SPDY:initial_time = "08/01/1999 (00:00)" ;
                V_GRD_3_SPDY:forecast_time_units = "hours" ;
                V_GRD_3_SPDY:forecast_time = 0 ;
                V_GRD_3_SPDY:level = 30, 0 ;
                V_GRD_3_SPDY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_GRD_3_SPDY:parameter_number = 34 ;
                V_GRD_3_SPDY:parameter_table_version = 2 ;
                V_GRD_3_SPDY:grid_number = 3 ;
                V_GRD_3_SPDY:level_indicator = 116 ;
                V_GRD_3_SPDY:_FillValue = 1.e+20f ;
                V_GRD_3_SPDY:units = "m/s" ;
                V_GRD_3_SPDY:long_name = "v-component of wind" ;
                V_GRD_3_SPDY:center = "US National Weather Service - NCEP (WMC)" ;
        float V_VEL_3_ISBL(lv_ISBL5, lat_3, lon_3) ;
                V_VEL_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                V_VEL_3_ISBL:forecast_time_units = "hours" ;
                V_VEL_3_ISBL:forecast_time = 0 ;
                V_VEL_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_VEL_3_ISBL:parameter_number = 39 ;
                V_VEL_3_ISBL:parameter_table_version = 2 ;
                V_VEL_3_ISBL:grid_number = 3 ;
                V_VEL_3_ISBL:level_indicator = 100 ;
                V_VEL_3_ISBL:_FillValue = 1.e+20f ;
                V_VEL_3_ISBL:units = "Pa/s" ;
                V_VEL_3_ISBL:long_name = "Pressure vertical velocity" ;
                V_VEL_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float V_VEL_3_SIGL(lat_3, lon_3) ;
                V_VEL_3_SIGL:initial_time = "08/01/1999 (00:00)" ;
                V_VEL_3_SIGL:forecast_time_units = "hours" ;
                V_VEL_3_SIGL:forecast_time = 0 ;
                V_VEL_3_SIGL:level = 9950 ;
                V_VEL_3_SIGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                V_VEL_3_SIGL:parameter_number = 39 ;
                V_VEL_3_SIGL:parameter_table_version = 2 ;
                V_VEL_3_SIGL:grid_number = 3 ;
                V_VEL_3_SIGL:level_indicator = 107 ;
                V_VEL_3_SIGL:_FillValue = 1.e+20f ;
                V_VEL_3_SIGL:units = "Pa/s" ;
                V_VEL_3_SIGL:long_name = "Pressure vertical velocity" ;
                V_VEL_3_SIGL:center = "US National Weather Service - NCEP (WMC)" ;
        float ABS_V_3_ISBL(lv_ISBL2, lat_3, lon_3) ;
                ABS_V_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                ABS_V_3_ISBL:forecast_time_units = "hours" ;
                ABS_V_3_ISBL:forecast_time = 0 ;
                ABS_V_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                ABS_V_3_ISBL:parameter_number = 41 ;
                ABS_V_3_ISBL:parameter_table_version = 2 ;
                ABS_V_3_ISBL:grid_number = 3 ;
                ABS_V_3_ISBL:level_indicator = 100 ;
                ABS_V_3_ISBL:_FillValue = 1.e+20f ;
                ABS_V_3_ISBL:units = "/s" ;
                ABS_V_3_ISBL:long_name = "Absolute vorticity" ;
                ABS_V_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float SPF_H_3_HTGL(lat_3, lon_3) ;
                SPF_H_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                SPF_H_3_HTGL:forecast_time_units = "hours" ;
                SPF_H_3_HTGL:forecast_time = 0 ;
                SPF_H_3_HTGL:level = 2 ;
                SPF_H_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                SPF_H_3_HTGL:parameter_number = 51 ;
                SPF_H_3_HTGL:parameter_table_version = 2 ;
                SPF_H_3_HTGL:grid_number = 3 ;
                SPF_H_3_HTGL:level_indicator = 105 ;
                SPF_H_3_HTGL:_FillValue = 1.e+20f ;
                SPF_H_3_HTGL:units = "kg/kg" ;
                SPF_H_3_HTGL:long_name = "Specific humidity" ;
                SPF_H_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float R_H_3_ISBL(lv_ISBL5, lat_3, lon_3) ;
                R_H_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                R_H_3_ISBL:forecast_time_units = "hours" ;
                R_H_3_ISBL:forecast_time = 0 ;
                R_H_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                R_H_3_ISBL:parameter_number = 52 ;
                R_H_3_ISBL:parameter_table_version = 2 ;
                R_H_3_ISBL:grid_number = 3 ;
                R_H_3_ISBL:level_indicator = 100 ;
                R_H_3_ISBL:_FillValue = 1.e+20f ;
                R_H_3_ISBL:units = "%" ;
                R_H_3_ISBL:long_name = "Relative humidity" ;
                R_H_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float R_H_3_HTGL(lat_3, lon_3) ;
                R_H_3_HTGL:initial_time = "08/01/1999 (00:00)" ;
                R_H_3_HTGL:forecast_time_units = "hours" ;
                R_H_3_HTGL:forecast_time = 0 ;
                R_H_3_HTGL:level = 2 ;
                R_H_3_HTGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                R_H_3_HTGL:parameter_number = 52 ;
                R_H_3_HTGL:parameter_table_version = 2 ;
                R_H_3_HTGL:grid_number = 3 ;
                R_H_3_HTGL:level_indicator = 105 ;
                R_H_3_HTGL:_FillValue = 1.e+20f ;
                R_H_3_HTGL:units = "%" ;
                R_H_3_HTGL:long_name = "Relative humidity" ;
                R_H_3_HTGL:center = "US National Weather Service - NCEP (WMC)" ;
        float R_H_3_SIGL(lat_3, lon_3) ;
                R_H_3_SIGL:initial_time = "08/01/1999 (00:00)" ;
                R_H_3_SIGL:forecast_time_units = "hours" ;
                R_H_3_SIGL:forecast_time = 0 ;
                R_H_3_SIGL:level = 9950 ;
                R_H_3_SIGL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                R_H_3_SIGL:parameter_number = 52 ;
                R_H_3_SIGL:parameter_table_version = 2 ;
                R_H_3_SIGL:grid_number = 3 ;
                R_H_3_SIGL:level_indicator = 107 ;
                R_H_3_SIGL:_FillValue = 1.e+20f ;
                R_H_3_SIGL:units = "%" ;
                R_H_3_SIGL:long_name = "Relative humidity" ;
                R_H_3_SIGL:center = "US National Weather Service - NCEP (WMC)" ;
        float R_H_3_SIGY(lv_SIGY6, lat_3, lon_3) ;
                R_H_3_SIGY:initial_time = "08/01/1999 (00:00)" ;
                R_H_3_SIGY:forecast_time_units = "hours" ;
                R_H_3_SIGY:forecast_time = 0 ;
                R_H_3_SIGY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                R_H_3_SIGY:parameter_number = 52 ;
                R_H_3_SIGY:parameter_table_version = 2 ;
                R_H_3_SIGY:grid_number = 3 ;
                R_H_3_SIGY:level_indicator = 108 ;
                R_H_3_SIGY:_FillValue = 1.e+20f ;
                R_H_3_SIGY:units = "%" ;
                R_H_3_SIGY:long_name = "Relative humidity" ;
                R_H_3_SIGY:center = "US National Weather Service - NCEP (WMC)" ;
        float R_H_3_SPDY(lat_3, lon_3) ;
                R_H_3_SPDY:initial_time = "08/01/1999 (00:00)" ;
                R_H_3_SPDY:forecast_time_units = "hours" ;
                R_H_3_SPDY:forecast_time = 0 ;
                R_H_3_SPDY:level = 30, 0 ;
                R_H_3_SPDY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                R_H_3_SPDY:parameter_number = 52 ;
                R_H_3_SPDY:parameter_table_version = 2 ;
                R_H_3_SPDY:grid_number = 3 ;
                R_H_3_SPDY:level_indicator = 116 ;
                R_H_3_SPDY:_FillValue = 1.e+20f ;
                R_H_3_SPDY:units = "%" ;
                R_H_3_SPDY:long_name = "Relative humidity" ;
                R_H_3_SPDY:center = "US National Weather Service - NCEP (WMC)" ;
        float R_H_3_EATM(lat_3, lon_3) ;
                R_H_3_EATM:initial_time = "08/01/1999 (00:00)" ;
                R_H_3_EATM:forecast_time_units = "hours" ;
                R_H_3_EATM:forecast_time = 0 ;
                R_H_3_EATM:level = 0 ;
                R_H_3_EATM:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                R_H_3_EATM:parameter_number = 52 ;
                R_H_3_EATM:parameter_table_version = 2 ;
                R_H_3_EATM:grid_number = 3 ;
                R_H_3_EATM:level_indicator = 200 ;
                R_H_3_EATM:_FillValue = 1.e+20f ;
                R_H_3_EATM:units = "%" ;
                R_H_3_EATM:long_name = "Relative humidity" ;
                R_H_3_EATM:center = "US National Weather Service - NCEP (WMC)" ;
        float P_WAT_3_EATM(lat_3, lon_3) ;
                P_WAT_3_EATM:initial_time = "08/01/1999 (00:00)" ;
                P_WAT_3_EATM:forecast_time_units = "hours" ;
                P_WAT_3_EATM:forecast_time = 0 ;
                P_WAT_3_EATM:level = 0 ;
                P_WAT_3_EATM:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                P_WAT_3_EATM:parameter_number = 54 ;
                P_WAT_3_EATM:parameter_table_version = 2 ;
                P_WAT_3_EATM:grid_number = 3 ;
                P_WAT_3_EATM:level_indicator = 200 ;
                P_WAT_3_EATM:_FillValue = 1.e+20f ;
                P_WAT_3_EATM:units = "kg/m^2" ;
                P_WAT_3_EATM:long_name = "Precipitable water" ;
                P_WAT_3_EATM:center = "US National Weather Service - NCEP (WMC)" ;
        float WEASD_3_SFC(lat_3, lon_3) ;
                WEASD_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                WEASD_3_SFC:forecast_time_units = "hours" ;
                WEASD_3_SFC:forecast_time = 0 ;
                WEASD_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                WEASD_3_SFC:parameter_number = 65 ;
                WEASD_3_SFC:parameter_table_version = 2 ;
                WEASD_3_SFC:grid_number = 3 ;
                WEASD_3_SFC:level_indicator = 1 ;
                WEASD_3_SFC:_FillValue = 1.e+20f ;
                WEASD_3_SFC:units = "kg/m^2" ;
                WEASD_3_SFC:long_name = "Water equivalent of accum. snow depth" ;
                WEASD_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float T_CDC_3_CCY(lat_3, lon_3) ;
                T_CDC_3_CCY:initial_time = "08/01/1999 (00:00)" ;
                T_CDC_3_CCY:forecast_time_units = "hours" ;
                T_CDC_3_CCY:forecast_time = 0 ;
                T_CDC_3_CCY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                T_CDC_3_CCY:parameter_number = 71 ;
                T_CDC_3_CCY:parameter_table_version = 2 ;
                T_CDC_3_CCY:grid_number = 3 ;
                T_CDC_3_CCY:level_indicator = 244 ;
                T_CDC_3_CCY:_FillValue = 1.e+20f ;
                T_CDC_3_CCY:units = "%" ;
                T_CDC_3_CCY:long_name = "Total cloud cover" ;
                T_CDC_3_CCY:center = "US National Weather Service - NCEP (WMC)" ;
        float LAND_3_SFC(lat_3, lon_3) ;
                LAND_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                LAND_3_SFC:forecast_time_units = "hours" ;
                LAND_3_SFC:forecast_time = 0 ;
                LAND_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                LAND_3_SFC:parameter_number = 81 ;
                LAND_3_SFC:parameter_table_version = 2 ;
                LAND_3_SFC:grid_number = 3 ;
                LAND_3_SFC:level_indicator = 1 ;
                LAND_3_SFC:_FillValue = 1.e+20f ;
                LAND_3_SFC:units = "fraction" ;
                LAND_3_SFC:long_name = "Land-sea mask (land=1;sea=0)" ;
                LAND_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float ICE_C_3_SFC(lat_3, lon_3) ;
                ICE_C_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                ICE_C_3_SFC:forecast_time_units = "hours" ;
                ICE_C_3_SFC:forecast_time = 0 ;
                ICE_C_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                ICE_C_3_SFC:parameter_number = 91 ;
                ICE_C_3_SFC:parameter_table_version = 2 ;
                ICE_C_3_SFC:grid_number = 3 ;
                ICE_C_3_SFC:level_indicator = 1 ;
                ICE_C_3_SFC:_FillValue = 1.e+20f ;
                ICE_C_3_SFC:units = "fraction" ;
                ICE_C_3_SFC:long_name = "Ice concentration (ice=1;no ice=0)" ;
                ICE_C_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float LFT_X_3_SFC(lat_3, lon_3) ;
                LFT_X_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                LFT_X_3_SFC:forecast_time_units = "hours" ;
                LFT_X_3_SFC:forecast_time = 0 ;
                LFT_X_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                LFT_X_3_SFC:parameter_number = 131 ;
                LFT_X_3_SFC:parameter_table_version = 2 ;
                LFT_X_3_SFC:grid_number = 3 ;
                LFT_X_3_SFC:level_indicator = 1 ;
                LFT_X_3_SFC:_FillValue = 1.e+20f ;
                LFT_X_3_SFC:units = "K" ;
                LFT_X_3_SFC:long_name = "Surface lifted index" ;
                LFT_X_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float \4LFTX_3_SFC(lat_3, lon_3) ;
                \4LFTX_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                \4LFTX_3_SFC:forecast_time_units = "hours" ;
                \4LFTX_3_SFC:forecast_time = 0 ;
                \4LFTX_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                \4LFTX_3_SFC:parameter_number = 132 ;
                \4LFTX_3_SFC:parameter_table_version = 2 ;
                \4LFTX_3_SFC:grid_number = 3 ;
                \4LFTX_3_SFC:level_indicator = 1 ;
                \4LFTX_3_SFC:_FillValue = 1.e+20f ;
                \4LFTX_3_SFC:units = "K" ;
                \4LFTX_3_SFC:long_name = "Best (4-layer) lifted index" ;
                \4LFTX_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float VW_SH_3_TRO(lat_3, lon_3) ;
                VW_SH_3_TRO:initial_time = "08/01/1999 (00:00)" ;
                VW_SH_3_TRO:forecast_time_units = "hours" ;
                VW_SH_3_TRO:forecast_time = 0 ;
                VW_SH_3_TRO:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                VW_SH_3_TRO:parameter_number = 136 ;
                VW_SH_3_TRO:parameter_table_version = 2 ;
                VW_SH_3_TRO:grid_number = 3 ;
                VW_SH_3_TRO:level_indicator = 7 ;
                VW_SH_3_TRO:_FillValue = 1.e+20f ;
                VW_SH_3_TRO:units = "1/s" ;
                VW_SH_3_TRO:long_name = "Vertical speed shear" ;
                VW_SH_3_TRO:center = "US National Weather Service - NCEP (WMC)" ;
        float SOILW_3_DBLY(lv_DBLY4, lat_3, lon_3) ;
                SOILW_3_DBLY:initial_time = "08/01/1999 (00:00)" ;
                SOILW_3_DBLY:forecast_time_units = "hours" ;
                SOILW_3_DBLY:forecast_time = 0 ;
                SOILW_3_DBLY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                SOILW_3_DBLY:parameter_number = 144 ;
                SOILW_3_DBLY:parameter_table_version = 2 ;
                SOILW_3_DBLY:grid_number = 3 ;
                SOILW_3_DBLY:level_indicator = 112 ;
                SOILW_3_DBLY:_FillValue = 1.e+20f ;
                SOILW_3_DBLY:units = "fraction" ;
                SOILW_3_DBLY:long_name = "Volumetric soil moisture content" ;
                SOILW_3_DBLY:center = "US National Weather Service - NCEP (WMC)" ;
        float O3MR_3_ISBL(lv_ISBL7, lat_3, lon_3) ;
                O3MR_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                O3MR_3_ISBL:forecast_time_units = "hours" ;
                O3MR_3_ISBL:forecast_time = 0 ;
                O3MR_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                O3MR_3_ISBL:parameter_number = 154 ;
                O3MR_3_ISBL:parameter_table_version = 2 ;
                O3MR_3_ISBL:grid_number = 3 ;
                O3MR_3_ISBL:level_indicator = 100 ;
                O3MR_3_ISBL:_FillValue = 1.e+20f ;
                O3MR_3_ISBL:units = "kg/kg" ;
                O3MR_3_ISBL:long_name = "Ozone mixing ratio" ;
                O3MR_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        float CIN_3_SFC(lat_3, lon_3) ;
                CIN_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                CIN_3_SFC:forecast_time_units = "hours" ;
                CIN_3_SFC:forecast_time = 0 ;
                CIN_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                CIN_3_SFC:parameter_number = 156 ;
                CIN_3_SFC:parameter_table_version = 2 ;
                CIN_3_SFC:grid_number = 3 ;
                CIN_3_SFC:level_indicator = 1 ;
                CIN_3_SFC:_FillValue = 1.e+20f ;
                CIN_3_SFC:units = "J/kg" ;
                CIN_3_SFC:long_name = "Convective inhibition" ;
                CIN_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float CIN_3_SPDY(lat_3, lon_3) ;
                CIN_3_SPDY:initial_time = "08/01/1999 (00:00)" ;
                CIN_3_SPDY:forecast_time_units = "hours" ;
                CIN_3_SPDY:forecast_time = 0 ;
                CIN_3_SPDY:level = 180, 0 ;
                CIN_3_SPDY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                CIN_3_SPDY:parameter_number = 156 ;
                CIN_3_SPDY:parameter_table_version = 2 ;
                CIN_3_SPDY:grid_number = 3 ;
                CIN_3_SPDY:level_indicator = 116 ;
                CIN_3_SPDY:_FillValue = 1.e+20f ;
                CIN_3_SPDY:units = "J/kg" ;
                CIN_3_SPDY:long_name = "Convective inhibition" ;
                CIN_3_SPDY:center = "US National Weather Service - NCEP (WMC)" ;
        float CAPE_3_SFC(lat_3, lon_3) ;
                CAPE_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                CAPE_3_SFC:forecast_time_units = "hours" ;
                CAPE_3_SFC:forecast_time = 0 ;
                CAPE_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                CAPE_3_SFC:parameter_number = 157 ;
                CAPE_3_SFC:parameter_table_version = 2 ;
                CAPE_3_SFC:grid_number = 3 ;
                CAPE_3_SFC:level_indicator = 1 ;
                CAPE_3_SFC:_FillValue = 1.e+20f ;
                CAPE_3_SFC:units = "J/kg" ;
                CAPE_3_SFC:long_name = "Convective available. potential energy" ;
                CAPE_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float CAPE_3_SPDY(lat_3, lon_3) ;
                CAPE_3_SPDY:initial_time = "08/01/1999 (00:00)" ;
                CAPE_3_SPDY:forecast_time_units = "hours" ;
                CAPE_3_SPDY:forecast_time = 0 ;
                CAPE_3_SPDY:level = 180, 0 ;
                CAPE_3_SPDY:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                CAPE_3_SPDY:parameter_number = 157 ;
                CAPE_3_SPDY:parameter_table_version = 2 ;
                CAPE_3_SPDY:grid_number = 3 ;
                CAPE_3_SPDY:level_indicator = 116 ;
                CAPE_3_SPDY:_FillValue = 1.e+20f ;
                CAPE_3_SPDY:units = "J/kg" ;
                CAPE_3_SPDY:long_name = "Convective available. potential energy" ;
                CAPE_3_SPDY:center = "US National Weather Service - NCEP (WMC)" ;
        float HPBL_3_SFC(lat_3, lon_3) ;
                HPBL_3_SFC:initial_time = "08/01/1999 (00:00)" ;
                HPBL_3_SFC:forecast_time_units = "hours" ;
                HPBL_3_SFC:forecast_time = 0 ;
                HPBL_3_SFC:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                HPBL_3_SFC:parameter_number = 221 ;
                HPBL_3_SFC:parameter_table_version = 2 ;
                HPBL_3_SFC:grid_number = 3 ;
                HPBL_3_SFC:level_indicator = 1 ;
                HPBL_3_SFC:_FillValue = 1.e+20f ;
                HPBL_3_SFC:units = "m" ;
                HPBL_3_SFC:long_name = "Planetary boundary layer height" ;
                HPBL_3_SFC:center = "US National Weather Service - NCEP (WMC)" ;
        float \5WAVH_3_ISBL(lat_3, lon_3) ;
                \5WAVH_3_ISBL:initial_time = "08/01/1999 (00:00)" ;
                \5WAVH_3_ISBL:forecast_time_units = "hours" ;
                \5WAVH_3_ISBL:forecast_time = 0 ;
                \5WAVH_3_ISBL:level = 500 ;
                \5WAVH_3_ISBL:model = "Analysis from GDAS (Global Data Assimilation System)" ;
                \5WAVH_3_ISBL:parameter_number = 222 ;
                \5WAVH_3_ISBL:parameter_table_version = 2 ;
                \5WAVH_3_ISBL:grid_number = 3 ;
                \5WAVH_3_ISBL:level_indicator = 100 ;
                \5WAVH_3_ISBL:_FillValue = 1.e+20f ;
                \5WAVH_3_ISBL:units = "gpm" ;
                \5WAVH_3_ISBL:long_name = "5-wave geopotential height" ;
                \5WAVH_3_ISBL:center = "US National Weather Service - NCEP (WMC)" ;
        int lv_ISBL7(lv_ISBL7) ;
                lv_ISBL7:units = "hPa" ;
                lv_ISBL7:long_name = "isobaric level" ;
        int lv_SIGY6_l1(lv_SIGY6) ;
                lv_SIGY6_l1:units = "sigma" ;
                lv_SIGY6_l1:long_name = "layer between two sigma levels" ;
        int lv_SIGY6_l0(lv_SIGY6) ;
                lv_SIGY6_l0:units = "sigma" ;
                lv_SIGY6_l0:long_name = "layer between two sigma levels" ;
        int lv_ISBL5(lv_ISBL5) ;
                lv_ISBL5:units = "hPa" ;
                lv_ISBL5:long_name = "isobaric level" ;
        int lv_DBLY4_l1(lv_DBLY4) ;
                lv_DBLY4_l1:units = "cm" ;
                lv_DBLY4_l1:long_name = "layer between two depths below land surface" ;
        int lv_DBLY4_l0(lv_DBLY4) ;
                lv_DBLY4_l0:units = "cm" ;
                lv_DBLY4_l0:long_name = "layer between two depths below land surface" ;
        int lv_GPML3(lv_GPML3) ;
                lv_GPML3:units = "m" ;
                lv_GPML3:long_name = "fixed height level" ;
        int lv_ISBL2(lv_ISBL2) ;
                lv_ISBL2:units = "hPa" ;
                lv_ISBL2:long_name = "isobaric level" ;
        float lat_3(lat_3) ;
                lat_3:units = "degrees_north" ;
                lat_3:grid_description = "65160-point (181x360) global longitude-latitude grid.  (0,0) at 0E, 90N, matrix layout.  N.B.: prime meridian not duplicated." ;
                lat_3:long_name = "latitude" ;
        float lon_3(lon_3) ;
                lon_3:units = "degrees_east" ;
                lon_3:grid_description = "65160-point (181x360) global longitude-latitude grid.  (0,0) at 0E, 90N, matrix layout.  N.B.: prime meridian not duplicated." ;
                lon_3:long_name = "longitude" ;

// global attributes:
                :creation_date = "Mon Apr 17 12:10:16 CST 2017" ;
                :NCL_Version = "6.3.0" ;
                :system = "Linux c01n02 2.6.18-274.el5 #1 SMP Fri Jul 8 17:36:59 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux" ;
                :Conventions = "None" ;
                :grib_source = "fnl_19990801_00_00.grib1" ;
       
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

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