All,<br><br>I am attempting to draw a simple cross section showing temperature across a model domain and I would like to maskout the area below ground. I have seen some traffic on this issue. I see that I should be able to define the terrain by subtracting pressfc/100 from lev, with all negative values being areas that are underground. Then using maskout, I can do the following:<br>
<br>d maskout(tmpprs,t1pm1-lev)<br><br>This gives me something in the ballpark of what I&#39;m looking for (image1.png), but the shaded area looks very gridded in nature. When I simply plot a contoured plot of &#39;t1pm1-lev&#39;, it doesn&#39;t look gridded at all and appears nice and smooth (image2.png). The model grid spacing is 4km and I&#39;m covering about 500km in my cross section so I&#39;m guessing things should appear relatively smooth. <br>
<br>Why does maskout produce results that look so gridded?&nbsp;&nbsp; Is there any other way I can maskout the underground areas but still have a nice crisp outline of the terrain?<br><br>Thanks!<br>Dan Leins<br><br>