<div dir="ltr">Dear NCL users,<div><br></div><div><br></div><div>I was trying to calculate full and half model height using WRF output. For half-model height i used the formula:</div><div><br></div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)">z = 0.5*(tmp(0:dimv(0)-2,:,:)+tmp(1:dimv(0)-1,:,:) ; On half (mass) levels
z@description = "height"
z@units = "m" </pre><div><br></div>that was given in an example of wrf_interp_1d (<a href="http://www.ncl.ucar.edu/Document/Functions/Built-in/wrf_interp_1d.shtml">http://www.ncl.ucar.edu/Document/Functions/Built-in/wrf_interp_1d.shtml</a>).<br><br><br></div><div>To calculate full-model height I used "height" in wrf_user_getvar (<a href="https://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_getvar.shtml">https://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_getvar.shtml</a>).<br><br><br></div><div>The values obtained from both of these are same. Now I am a bit confused on what do I need to use to compute the full model height and were they suppose to give the same values?</div><div><br></div><div><br></div><div>Thank you in advance. Any help will be appreciated.  </div><div><br></div><div><br><br></div><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Regards,<br>Shreta <br><br></div></div></div></div></div></div>
</div></div>