<div dir="ltr"><div> ---<br></div><div><div>  td2  = <a href="https://www.ncl.ucar.edu/Document/Functions/WRF_arw/wrf_user_getvar.shtml"><b>wrf_user_getvar</b></a>(fw,"td2",-1) ; td2=fw->td2(0,:,:) ******didn't work****</div>  printVarSummary(td2)<br>  printMinMax(td2,0)</div><div>---</div><div>Likely: <br></div><div><br></div><div>    [1] td2' is not  on the file <br></div><div>    [2] one of the variables needed to derive 'td2' is not present on the file.</div><div>    [3] you have an old version of 'wrf_user_getvar'</div><div><br></div><div><b>%> </b>less WRFUserARW.ncl       <=== 6.5.0<br></div><div><br></div><div>  if( variable .eq. "td2" ) then<br>       ;; function wrf_td needs qv and pressure (Pa) on input and returns dewpoint temperature on return<br>       PSFC = _get_wrf_var(file_handle,"PSFC",time)<br>       Q2   = _get_wrf_var(file_handle,"Q2",time)<br>       td   = wrf_td( PSFC , Q2 )<br>       copy_VarAtts_except(Q2,td,(/"description","units"/))<br>       td@description = "2m Dewpoint Temperature"   ; Overwrite return description<br>       return(td)<br>  end if</div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 11, 2019 at 6:22 AM Ehsan Taghizadeh via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@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 class="gmail-m_9065354707909077185yahoo-style-wrap" style="font-family:bookman old style,new york,times,serif;font-size:16px"><div dir="ltr">Dears,</div><div dir="ltr">I forgot to attach output file from interpolation.</div><div dir="ltr">At the attachment, stations like "40899" or "40890" got "<span>9969209968386869046778552952102584320.0</span>" value. These stations don't locate in wrf domain 2. However, stations like "40745" has values, in spite of locating out of domain 2.</div><div dir="ltr"><i><font size="2"><br></font></i></div><div dir="ltr"><i><font size="2">Sincerely</font></i></div><div dir="ltr"><i><font size="2">Ehsan</font></i></div></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>