Hello all!<br><br>I am looking for a method to extract a variable&#39;s description and units from the control file. For example, if I plot tmp2m, is there an easy way to extract the description of what tmp2m is from the control file so that I can use it on the plot in a string or title? I know I can print the available variables and other info with the &#39;q file&#39; command, but to grab the description and unit from the resulting text seems to be a complex task. Since I know I can &#39;q time&#39; to get the time info, is there a similarly simple way to grab a variable&#39;s description/unit?<br>

<br>I&#39;ve searched online for examples of how to do this but I can&#39;t find anything. Maybe I&#39;m approaching my issue in the incorrect manner? I&#39;m making plots of model data for a personal website on a regular basis (eg. similar to <a href="http://www.instantweathermaps.com/">http://www.instantweathermaps.com/</a> or accuwx pro, but much, much less comprehensive). I can&#39;t use OpenDAP with my web server, so I&#39;m using shell scripts + grads scripts. <br>

<br>Thanks,<br>Joe<br><br>