<div dir="ltr">Hey guys, I don&#39;t believe IF statements are meant to be used like this which would make sense why it&#39;s not working:<div><br></div><div><div>&#39;define maxtemp = max(tmpprs,lev=1000,lev=500)-273.15&#39;</div><div><br></div><div>if ( maxtemp &lt;= 5 )</div><div>&#39;d tmp2m&#39;</div><div>endif</div><div><br></div><div>That expectation would have been to only plot tmp2m where maxtemp &lt;= 5.</div><div><br></div><div>As I said, I don&#39;t think it&#39;s as easy/designed to use IF statements like this? I think I may have to do something with const and maskout in order to do something like this?</div>
</div></div>