<div><span style="line-height: 1.5;">Dear NCL Community,</span></div><div><br></div><div>I use ncl_convert2nc to convert grib formatted NCEP FNL analysis to netcdf file.</div><div><br></div><div>Then I open the nc data in GrADS, but its descriptor file is different from the initial grib-formatted one (attached are the two data descriptions). What was wrong?</div><div><br></div><div>-------------------------------</div><div>description of the grib data</div><div>-------------------------------</div><div><br></div><div>dset D:\fnl\20110613\fnl_2011%m2%d2_%h2_00_c</div><div>index D:\fnl\20110613\<span style="line-height: 19.0909080505371px;">fnl_20110613_06_00_c</span>.idx</div><div>undef 9.999E+20</div><div>title D:\fnl\20110613\<span style="line-height: 19.0909080505371px;">fnl_20110613_06_00_c</span></div><div>* &nbsp;produced by grib2ctl v0.9.12.5p39c</div><div>dtype grib 3</div><div>options template</div><div>options yrev</div><div>ydef 181 linear -90.000000 1</div><div>xdef 360 linear 0.000000 1.000000</div><div>tdef 1 linear 06Z13jun2011 6hr</div><div><b>* &nbsp;z has 26 levels, for prs</b></div><div><b>zdef 26 levels</b></div><div><b>1000 975 950 925 900 850 800 750 700 650 600 550 500 450 400 350 300 250 200 150 100 70 50 30 20 10</b></div><div><b>vars 137</b></div><div>no4LFTXsfc &nbsp;0 132,1,0 &nbsp;** surface Best (4-layer) lifted index [K]</div><div>no5WAVA500mb &nbsp;0 230,100,500 ** 500 mb 5-wave geopot. height anomaly [gpm]</div><div>no5WAVH500mb &nbsp;0 222,100,500 ** 500 mb 5-wave geopotential height [gpm]</div><div>ABSVprs 26 41,100,0 ** (profile) Absolute vorticity [/s]</div><div>ACPCPsfc &nbsp;0 63,1,0 &nbsp;** surface Convective precipitation [kg/m^2]</div><div>ALBDOsfc &nbsp;0 84,1,0 &nbsp;** surface Albedo [%]</div><div>...</div><div>-------------------------------</div><div>description of the converted nc data</div><div>-------------------------------</div><div>dset D:\fnl\20110613\fnl_20110613_06_00_c.nc</div><div>title NCL: convert-GRIB-to-netCDF</div><div>undef 1e+20</div><div>dtype netcdf</div><div>xdef 360 linear 0 1</div><div>ydef 181 linear -90 1</div><div><b>zdef 6 levels 100 70 50 30 20 10</b></div><div><b>tdef 1 linear 00Z01JAN0001 1mn</b></div><div><b>vars 95</b></div><div>PRES_3_SFC=&gt;pres_3_sfc &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_MWSL=&gt;pres_3_mwsl &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_TRO=&gt;pres_3_tro &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_MSL=&gt;pres_3_msl &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_LCBL_ave=&gt;pres_3_lcbl_ave &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_LCTL_ave=&gt;pres_3_lctl_ave &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_MCBL_ave=&gt;pres_3_mcbl_ave &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_MCTL_ave=&gt;pres_3_mctl_ave &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_HCBL_ave=&gt;pres_3_hcbl_ave &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRES_3_HCTL_ave=&gt;pres_3_hctl_ave &nbsp;0 &nbsp;y,x &nbsp;Pressure</div><div>PRMSL_3_MSL=&gt;prmsl_3_msl &nbsp;0 &nbsp;y,x &nbsp;Pressure reduced to MSL</div><div>...</div>