[gradsusr] Plotting mixed precipitation from rain and snow

Thomas Robinson ter at hawaii.edu
Fri Oct 20 10:52:06 EDT 2017


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

if (rain > 0.005 && snow > 0.005); d rain+snow

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?

-Tom

-- 
Tom Robinson
PhD Candidate - Department of Atmospheric Science
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20171020/f61875cd/attachment.html 


More information about the gradsusr mailing list