<div dir="ltr">Hey guys, I don't believe IF statements are meant to be used like this which would make sense why it's not working:<div><br></div><div><div>'define maxtemp = max(tmpprs,lev=1000,lev=500)-273.15'</div><div><br></div><div>if ( maxtemp <= 5 )</div><div>'d tmp2m'</div><div>endif</div><div><br></div><div>That expectation would have been to only plot tmp2m where maxtemp <= 5.</div><div><br></div><div>As I said, I don't think it'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>