<div>All,</div>
<div>&nbsp;</div>
<div>I have a series of scripts I use to plot fields at numerous model levels, (i.e. heights at 925mb, 850mb, 700mb, etc...)&nbsp; from a grib file.&nbsp; I dump the grib files out to a control file using grib2ctl and go from there. To do this, I&nbsp;simply &quot;d hgtprs(z=7)&quot; or &quot;d hgtprs(z=11)&quot; or whatever z level I&#39;m interested in.&nbsp; However, is there a way to plot a specific level without referring to Z?&nbsp; In short, I&nbsp;wrote my scripts&nbsp;to use on one specific set of grib files, but occasionally I will need to use my scripts on a different set of grib files which do not contain the same levels. So usually Z=7 would be equivalent to 850mb, but in my other set of grib files z=7 is actually equivalent to 250mb which is a big problem.&nbsp; Any workarounds or other ways to refer to the model levels or&nbsp;will I need a completely different set of scripts for my other grib files?
</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Dan&nbsp;&nbsp;</div>