<div dir="ltr"><div><div>I&#39;m new to GrADS - kind of. Just started playing with it a few days ago. Forgive me if this is a beginner&#39;s question.<br><br>Is it possible in a grads script to run conditional formating on values based on other grid values without generating a basemap/mask?<br><br></div>I&#39;m trying to show liquid/frozen precipitation on the NCEP Reanalysis 2c - using the <a href="http://air.2014.nc">air.2014.nc</a> file as &quot;1&quot;, <a href="http://air.sfc.2014.nc">air.sfc.2014.nc</a> file as &quot;2&quot;, and the <a href="http://prate.2014.nc">prate.2014.nc</a> as &quot;3&quot;. <br><br></div>I&#39;m eventually wanting to return colors based off surface, 850mb, and prate. RIght now I tried to make a rule to just color everything falling into below freezing air a different color, but it&#39;s not working as instead it appears to be taking the entire grid values not every single point and analyzing each grid.<br><br>&#39;clear&#39;<br>&#39;set timelab&#39;<br>&#39;set gxout shaded&#39;<br>&#39;set map 1&#39;<br>&#39;set lev 0&#39;<br><br>&#39;define airt=(air.2)*9/5-459.67&#39;<br><br>if(&#39;airt&#39; &lt; 32)<br><br>&#39;set clevs 0.1 0.25 0.5 1 2 3 4 5 6 7 8 9 10&#39;<br>&#39;set ccols 104 151 152 153 154 155 122 124 126 128 130 131 132 133&#39;<br><br>else<br><br>&#39;set clevs 0.2 0.5 1 3 5 8&#39;<br>&#39;set ccols 200 116 201 202 176 203&#39;<br><br>endif<br><br>&#39;draw title PRATE - tYear: Interval timeVar (time)&#39;<br>&#39;display (prate.3*10000)&#39;<br><br clear="all"><div><div><div><br>-- <br><div class="gmail_signature">Thank you,<br><br>Anthony Stump<br><a href="mailto:anthonystump@kc.rr.com" target="_blank">anthonystump@kc.rr.com</a><br><a href="mailto:f00dl3a@gmail.com" target="_blank">f00dl3a@gmail.com</a><br></div>
</div></div></div></div>