<div dir="ltr">We have model output fields rain and snow. I want to plot the mixed precipitation if the rain > 0.005 and snow > 0.005. Something like this<div><br></div><div>if (rain > 0.005 && snow > 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 'mix' 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>