<div dir="ltr"><div>I hesitate to answer this question because it is not clear what is desired. <br></div><div><br></div><div>What version of NCL are you using?   Did you read the documentation for<a href="http://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_intrp3d.shtml" target="_blank"><b> wrf_user_intrped </b>?</a><br></div><div>It states: <font color="red">This function is deprecated in NCL version
6.6.0</font>.
Use <a href="http://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_interp_level.shtml" target="_blank"><b>wrf_user_interp_level</b></a> for
horizontal interpolations and
<a href="http://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_vert_cross.shtml" target="_blank"><b>wrf_user_vert_cross</b></a> for vertical
cross sections. <br></div><div>---- <br></div><div>I am not a WRF user and have never used the above functions.</div><div><br></div><div>----</div><div>[SNIP]<br></div><div>   ua = wrf_user_getvar(a,"ua",time)<br>   p  = wrf_user_getvar(a,"pressure",time) ; total pressure<br><br>; Horizontally interpolate to pressure coordinates ("p")<br>   <br>   pres!0 = "pres"            ; create vertical coordinate variable<br>   pres@units = "hPa"<br>   pres&pres = pres<br><br>   UA_X = wrf_user_intrp3d(ua,p,"h",pres,0.,False)   ; pre 6.6.0<br>   UA_X!0 =  "Time"<br>   UA_X!1 = "pres"<br>   UA_X&pres = pres<br>   printVarSummary(UA_X)<br>   printMinMax(UA_X,0)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 24, 2020 at 10:25 PM Mark Chan via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><div dir="ltr">Dear NCL community,</div><div dir="ltr"><br></div><div dir="ltr">The attached file is an NCL script, which is used to generate 3D u-wind based on WRF output.  However, the u-wind at different pressure level has different name as U500, U850 etc, and the "Level" always shows "0". Can one modify the script so that the u-wind variables has the same name "U", but with "Level" info to show the pressure level?</div><div dir="ltr"><br></div><div dir="ltr">Thank you very much in advance!!!</div><div dir="ltr"><br></div><div dir="ltr">Best regards,</div><div dir="ltr">Mark</div></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>