<div dir="ltr">Hi Dennis,<div><br></div><div>Thanks, I tried this one too. It produced the plot but again gave the black lines on top. I tried many options and this worked - </div><div><br></div><div>TestData = readAsciiTable(pthi, ncol, "float",1)<br>TestData@_FillValue = -32768.00<br></div><div><br></div><div>So, I think it's all settled now. </div><div><br></div><div>Thanks again. </div><div><br></div><div>Regards, </div><div>Vidhi </div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br><br></div></div></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 29 Jun 2019 at 23:45, Dennis Shea <<a href="mailto:shea@ucar.edu">shea@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 dir="ltr"><div>Your sounding [3414 levels] has pressure levels [286] that are missing [_FillValue].</div><div>For some reason the curve fitting [ftcurv] is having an issue with the structure.</div><div><br></div><div>                               ; Eliminate all "p_obs" where 'p' is missing<br>                               ; use overwrite syntax  [  <b>:=</b>   ]<br></div><div>  ip = <b>ind</b>(.not.<b>ismissing</b>(p_obs))<br>  p_obs    := p_obs(ip)<br>  tc_obs   := tc_obs(ip)<br>  tdc_obs  := tdc_obs(ip)<br>  z_obs    := z_obs(ip)<br>  u_obs    := u_obs(ip)<br>  v_obs    := v_obs(ip)</div><div><br></div><div>%> ncl s1.ncl</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 23, 2019 at 9:14 PM Vidhi Bharti <<a href="mailto:vidhi.bharti@monash.edu" target="_blank">vidhi.bharti@monash.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 dir="ltr">Hi Dennis,<div><br></div><div>Thanks for the help. I tried again, now it's worse. It gives this error: </div><div><br></div><div><i>fatal:ftcurv: Error number 2.<br>fatal:["Execute.c":8640]:Execute: Error occurred at or near line 1000 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl<br>fatal:["Execute.c":8640]:Execute: Error occurred at or near line 2199 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl<br>fatal:["Execute.c":8640]:Execute: Error occurred at or near line 82 in file s1.ncl</i></div><div><br></div><div>There's some problem with draw(skewt_data), I just don't know what's wrong. I have tried so many variations but nothing worked. I am using ncl/6.4.0 and I also tried gsn_csm_640_fix.ncl.</div><div><br></div><div>Thanks, </div><div>Vidhi<br><div><div dir="ltr" class="gmail-m_3615821751429668854gmail-m_888327917480860973gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b><font face="garamond, serif" color="#073763"><i><font size="2">Kind Regards</font></i><br><br><font size="2">Vidhi Bharti</font><br><font size="2">Room No - 106, 9 Rainforest Walk</font><br><font size="2">School of Earth, Atmosphere </font>and<font size="2"> Environment</font><br><font size="2">Monash University</font><br><font size="2">Clayton Campus, Melbourne VIC 3800</font><br><font size="2">T:  +61-3-9905-5831</font></font><br></b><br><br><br></div></div></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 20 Jun 2019 at 03:34, Dennis Shea <<a href="mailto:shea@ucar.edu" target="_blank">shea@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 dir="ltr"><div>As noted: <a href="http://www.ncl.ucar.edu/Applications/skewt.shtml" target="_blank"><b>http://www.ncl.ucar.edu/Applications/skewt.shtml</b></a></div><div><br></div><div>Wind barbs can not be automatically paneled. <br></div><div>See: skewt_8.ncl</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 18, 2019 at 9:14 PM Vidhi Bharti via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">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 dir="ltr">Hi,<div><br></div><div>I am trying to plot WRF soundings with station data using skewt_4.ncl and skewt_10.ncl. WRF soundings are plotted fine but for the station data, there are always black lines printed on top as shown in the figure. PFA. See code as well. </div><div>I tried:</div><div> <span style="color:rgb(0,0,0);white-space:pre-wrap">skewtOpts@Panel           = True    ; Default is False</span></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">but then it did not plot the wind barbs as well. </span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">I need to plot the wind barbs. Please help. </span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Thank you so much. </span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Regards, </span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Vidhi <br></span></font><div><div dir="ltr" class="gmail-m_3615821751429668854gmail-m_888327917480860973gmail-m_-8533759446783868247gmail-m_-5191944000429977916gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><b><font face="garamond, serif" color="#073763"><i><font size="2">Kind Regards</font></i><br><br><font size="2">Vidhi Bharti</font><br><font size="2">Room No - 106, 9 Rainforest Walk</font><br><font size="2">School of Earth, Atmosphere </font>and<font size="2"> Environment</font><br><font size="2">Monash University</font><br><font size="2">Clayton Campus, Melbourne VIC 3800</font><br><font size="2">T:  +61-3-9905-5831</font></font><br></b><br><br><br></div></div></div></div></div></div></div></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><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>