<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear NCL users,<div>I have a question about the NCL function "wrf_user_getvar". I see this function can extract data from  WRF files and calculate the requested diagnostic. One of the available diagnostics is "z/height" which is labeled as the "full model height in m" in this site <a href="https://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_getvar.shtml">wrf_user_getvar (ucar.edu)</a>. From WRF output files, I need to find temperature at 1000 m above ground level. I am doing the following:</div><div>1. ht=wrf_user_getvar(NCDF_File,"z",0) where NCDF_File is a list of WRF netCDF files</div><div>2. tk=wrf_user_getvar(NCDF_File,"tk",0)  to get temperature in K</div><div>2. temp_1km=wrf_user_interp_level(tk,ht,1000,0) to get temperature at 1 km </div><div><br></div><div>My question is: is the diagnostic "z/height" that we get from "wrf_user_getvar" measured from ground level or sea level?</div><div>If it is measured from sea level, what should I do to get z from ground level?</div><div><br></div><div>Thank you so much.</div><div>Best,</div><div>Israt</div><div><br><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><font size="2" face="arial, sans-serif" color="#000000">Regards,</font></div><div><font size="2" face="arial, sans-serif" color="#000000">Israt Jahan</font></div><div><font size="2" face="arial, sans-serif" color="#000000">Graduate Assistant</font></div><div><font size="2" face="arial, sans-serif" color="#000000">Department of Civil and Environmental Engineering</font></div><div><font size="2" face="arial, sans-serif" color="#000000">School of Engineering | University of Connecticut<br></font></div><div><font size="2" face="arial, sans-serif" color="#000000">Email: <a href="mailto:israt.jahan@uconn.edu" target="_blank">israt.jahan@uconn.edu</a></font><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>