<div dir="ltr">We have model output fields rain and snow.  I want to plot the mixed precipitation if the rain &gt; 0.005 and snow &gt; 0.005.  Something like this<div><br></div><div>if (rain &gt; 0.005 &amp;&amp; snow &gt; 0.005); d rain+snow</div><div><div><br></div><div>Is there a way to do this without looping through each point?  Can I create a variable &#39;mix&#39; and put individual values in a loop if looping is necessary?</div><div><br></div><div>-Tom</div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Tom Robinson<br>PhD Candidate - Department of Atmospheric Science <br></div></div></div></div></div></div>
</div></div>