<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><SPAN style="RIGHT: auto">
<DIV style="RIGHT: auto"><SPAN style="RIGHT: auto">Dear All,</SPAN></DIV>
<DIV><SPAN></SPAN>&nbsp;</DIV>
<DIV><SPAN>I am trying to plot rainfall from WRF output for different range (say 10 mm to 250mm) for a perticular color cobination colorbar .Please see below the script, but it not working&nbsp;(if statement).</SPAN></DIV>
<DIV style="RIGHT: auto"><SPAN style="RIGHT: auto">What's wrong. Any can help? Please.</SPAN></DIV>
<DIV style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</DIV>
<DIV style="RIGHT: auto"><SPAN style="RIGHT: auto" lang=EN>
<div>'reinit'</div>
<div>'open 2011052900.ctl'</div>
<div>'set display color white'</div>
<div>'c'</div>
<div>'set gxout shaded'</div>
<div>'set mpdset hires'</div>
<div style="RIGHT: auto">'set lat 18 28'</div>
<div style="RIGHT: auto">'set lon 84 97'</div>
<div>'set t 9'</div>
<div>'define rainmax=max(max(rainc,lon=84,lon=97),lat=18,lat=28)'</div>
<div>'d rainmax'</div>
<div style="RIGHT: auto">rainmax=subwrd(result,10)</div>
<div style="RIGHT: auto">if( rainmax=&lt;10 )</div>
<div style="RIGHT: auto">'set clevs .1 1 2 4 6 8 10'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if(rainmax&gt;10 &amp; &lt;=24)</div>
<div style="RIGHT: auto">'set clevs 1 4 8 12 16 20 24'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div>*endif</div>
<div style="RIGHT: auto">if(rainmax&gt;24 &amp; &lt;=30)</div>
<div style="RIGHT: auto">'set clevs 1 5 10 15 20 25 30'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if( rainmax&gt;30 &amp; &lt;=40 )</div>
<div style="RIGHT: auto">'set clevs 1 5 10 15 20 30 40'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if( rainmax&gt;50 &amp; &lt;=60 )</div>
<div style="RIGHT: auto">'set clevs 1 5 10 20 30 40 60'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if( rainmax&gt;60 &amp; &lt;=100 )</div>
<div style="RIGHT: auto">'set clevs 1 10 20 40 60 80 100'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if( rainmax&gt;100 &amp; &lt;=140 )</div>
<div style="RIGHT: auto">'set clevs 1 10 20 40 70 100 140'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if( rainmax&gt;140 &amp; &lt;=180 )</div>
<div style="RIGHT: auto">'set clevs 1 10 20 40 80 120 180'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">if( rainmax&gt;180 &amp; &lt;=250 )</div>
<div style="RIGHT: auto">'set clevs 1 10 20 40 80 160 250'</div>
<div style="RIGHT: auto">'set ccols 0 3 10 7 12 8 2 6 6'</div>
<div style="RIGHT: auto">endif</div>
<div style="RIGHT: auto">'d rainmax'</div>
<div style="RIGHT: auto">'cbar'</div>
<div style="RIGHT: auto">'draw title Rainfall(mm), 00Z,19.08.10 to 00Z,20.08.10'</div>
<div style="RIGHT: auto">'printim wrf_rain_2010081900_24.gif'</div></SPAN></DIV>
<DIV style="RIGHT: auto">&nbsp;</DIV>
<DIV style="RIGHT: auto">&nbsp;</DIV>
<DIV><SPAN>regards.<VAR id=yiv2088147396yui-ie-cursor></VAR>&nbsp;</SPAN><BR style="RIGHT: auto" class=yui-cursor></SPAN></DIV>
<DIV></DIV>
<DIV style="RIGHT: auto">&nbsp;</DIV>
<div>S.M.Quamrul Hassan<BR>Meteorologist<BR>Storm Warning Centre<BR>Bangladesh Meteorological Department<BR>Agargaon, Dhaka-1207<BR>Tel: +880 2 9135742<BR>Fax: +880 2 8118230<BR>Cell: +8801916255449</div></div></body></html>