All,<br><br>I am trying to calculate and plot LCL heights (in millibars) across an entire WRF model domain. I am already accomplishing this on a point-by-point basis using Bob Hart&#39;s <a href="http://plotskew.gs">plotskew.gs</a> program, but would like to show the heights on a plan-view plot.&nbsp; Has anyone accomplished this?&nbsp; I dug pretty deep into the <a href="http://plotskew.gs">plotskew.gs</a> code to determine how Bob calculated LCL heights and I was able to adapt a portion of his script for my needs. Here is what I&#39;ve got so far...<br>
<br>&#39;define tempk=tmpsfc+273.15&#39;<br>&#39;define dewpk=dptprs(lev=1013)+273.15&#39;<br>&#39;define Parta=1/(dewpk-56)&#39;<br>&#39;define Partb=log(tempk/dewpk)/800&#39;<br>&#39;define Tlcl=1/(Parta+Partb)+56&#39;<br>
<br><br>&#39;define Tlclk=Tlcl&#39;<br>&#39;define tempk=tmpprs+273.15&#39;<br>&#39;define theta=tempk*pow(1000/990,0.286)&#39;<br>&#39;define plcl=1000*pow(Tlclk/theta,3.48)&#39;<br>&#39;d plcl&#39;<br><br>This seems to match up &quot;poorly&quot; with the LCL heights indicated on my skew-T images, and is just plain horrendous when compared to the LCL heights shown in Bufkit. Not that Bufkit is considered the correct solution, but I expect to be  within the ballpark with my calculations. In some spots I was off by over 200mb.<br>
<br>Any thoughts on how I might be able to accomplish this?<br><br>Thanks,<br>Dan<br>