<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hi, everyone:</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to plot 500 hpa geopotential height. I used wrf_user_getvar to 
get gh and wrf_user_intrp3d to interpolate to 500 hpa. Please verify I am doing 
right.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>gh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
= wrf_user_getvar(b,"geopotential",-1)</DIV>
<DIV>gh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
= gh / 9.8 / 10.</DIV>
<DIV>; interpolation</DIV>
<DIV>gh_plane&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = wrf_user_intrp3d(gh, p, "h", 
500, 0., False)</DIV>
<DIV>&nbsp;</DIV>
<DIV>For the contour lines, I noticed there are a bunch of small circles over 
the Rocky Mountain as shown in the attached f1.png. What I want is a smoother 
plot as in the black lines in f2.png. Those small gh line circles actually 
coincide with the topograph as shown in f3.png. Please let me how I can plot a 
smooth gh as in f2. </DIV>
<DIV>&nbsp;</DIV>
<DIV>thanks,</DIV>
<DIV 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">-----------------------------------------------------------------------------<BR>Lijun 
Diao<BR>ldiao@uh.edu<BR>Research Assistant<BR>Department of Earth &amp; 
Atmospheric Sciences<BR>University of Houston<BR>4800 Calhoun RD., Bldg. 
S&amp;R1-312<BR>Houston, TX 77204-5007</DIV></DIV></DIV></BODY></HTML>