<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Dear grads users,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I want to perform an action (write out a name) depending on the value of a grads data variable.</DIV>
<DIV>In other words, I have a grads data file that contains a code number for the name of a location.</DIV>
<DIV>In my control file I have the variable stationID and&nbsp;I want to do the following:</DIV>
<DIV>&nbsp;</DIV>
<DIV>set t 1</DIV>
<DIV>set x 1</DIV>
<DIV>set y 1</DIV>
<DIV>set z 1</DIV>
<DIV>&nbsp;</DIV>
<DIV>if (stationID=101) </DIV>
<DIV>'draw string 1 1 Pascagoula'</DIV>
<DIV>endif</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>if (stationID=201) </DIV>
<DIV>'draw string 1 1 Agricola'</DIV>
<DIV>endif</DIV>
<DIV>&nbsp;</DIV>
<DIV>The above does not work, can anyone tell me how to do this?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks in advance,</DIV>
<DIV>Sytske</DIV>
<DIV>&nbsp;</DIV>
<DIV>Sytske Kimball<BR>Associate Professor of Meteorology<BR>Dept. of Earth Sciences<BR>University of South Alabama<BR>Mobile, AL<BR>phone (251) 460-7031<BR>fax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (251) 460-7886<BR>email&nbsp;&nbsp; skimball@usouthal.edu</DIV></DIV></BODY></HTML>