<div dir="ltr"><div><div><div>Hello,<br><br></div>I have a script for my website where I plot the snow squall paramater (based on the work of Perter Banacos of NWS Burlington, VT). I want to mask out areas of the snow squall parameter where the surface temperatures are above 1C.  (Actually it should be the wet-bulb temperature, but there seems to be several formulas, which is rather confusing to me).<br><br></div>This is my maskout function:<br><br>      &#39;define t2=(tmp2m(t=&#39;dis_t&#39;)-273)&#39;  # converting WRF temps from Kelvin to Celsius<br>      &#39;define t2c=(t2*-1)&#39;   # here I&#39;m making positive temps, negative for the maskout function<br></div><div>      &#39;d maskout ((snsq),(t2c)-1.0)&#39;<br><br></div><div>Thank you,<br><br></div><div>Brian Bernard<br></div><div><br>       <br></div></div>