[ncl-talk] Problem with plotting skewt plot

Vidhi Bharti vidhi.bharti at monash.edu
Mon Jul 1 20:38:33 MDT 2019


Hi Dennis,

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 -

TestData = readAsciiTable(pthi, ncol, "float",1)
TestData at _FillValue = -32768.00

So, I think it's all settled now.

Thanks again.

Regards,
Vidhi




On Sat, 29 Jun 2019 at 23:45, Dennis Shea <shea at ucar.edu> wrote:

> Your sounding [3414 levels] has pressure levels [286] that are missing
> [_FillValue].
> For some reason the curve fitting [ftcurv] is having an issue with the
> structure.
>
>                                ; Eliminate all "p_obs" where 'p' is missing
>                                ; use overwrite syntax  [  *:=*   ]
>   ip = *ind*(.not.*ismissing*(p_obs))
>   p_obs    := p_obs(ip)
>   tc_obs   := tc_obs(ip)
>   tdc_obs  := tdc_obs(ip)
>   z_obs    := z_obs(ip)
>   u_obs    := u_obs(ip)
>   v_obs    := v_obs(ip)
>
> %> ncl s1.ncl
>
>
>
> On Sun, Jun 23, 2019 at 9:14 PM Vidhi Bharti <vidhi.bharti at monash.edu>
> wrote:
>
>> Hi Dennis,
>>
>> Thanks for the help. I tried again, now it's worse. It gives this error:
>>
>>
>>
>>
>> *fatal:ftcurv: Error number 2.fatal:["Execute.c":8640]:Execute: Error
>> occurred at or near line 1000 in file
>> $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.nclfatal:["Execute.c":8640]:Execute:
>> Error occurred at or near line 2199 in file
>> $NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.nclfatal:["Execute.c":8640]:Execute:
>> Error occurred at or near line 82 in file s1.ncl*
>>
>> 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.
>>
>> Thanks,
>> Vidhi
>>
>>
>>
>>
>>
>>
>>
>>
>> *Kind RegardsVidhi BhartiRoom No - 106, 9 Rainforest WalkSchool of Earth,
>> Atmosphere and EnvironmentMonash UniversityClayton Campus, Melbourne VIC
>> 3800T:  +61-3-9905-5831*
>>
>>
>>
>>
>> On Thu, 20 Jun 2019 at 03:34, Dennis Shea <shea at ucar.edu> wrote:
>>
>>> As noted: *http://www.ncl.ucar.edu/Applications/skewt.shtml*
>>> <http://www.ncl.ucar.edu/Applications/skewt.shtml>
>>>
>>> Wind barbs can not be automatically paneled.
>>> See: skewt_8.ncl
>>>
>>>
>>> On Tue, Jun 18, 2019 at 9:14 PM Vidhi Bharti via ncl-talk <
>>> ncl-talk at ucar.edu> wrote:
>>>
>>>> Hi,
>>>>
>>>> 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.
>>>> I tried:
>>>>  skewtOpts at Panel = True ; Default is False
>>>>
>>>> but then it did not plot the wind barbs as well.
>>>> I need to plot the wind barbs. Please help.
>>>>
>>>> Thank you so much.
>>>>
>>>> Regards,
>>>> Vidhi
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *Kind RegardsVidhi BhartiRoom No - 106, 9 Rainforest WalkSchool of
>>>> Earth, Atmosphere and EnvironmentMonash UniversityClayton Campus, Melbourne
>>>> VIC 3800T:  +61-3-9905-5831*
>>>>
>>>>
>>>> _______________________________________________
>>>> ncl-talk mailing list
>>>> ncl-talk at ucar.edu
>>>> List instructions, subscriber options, unsubscribe:
>>>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>>>
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190702/2ab82cd9/attachment.html>


More information about the ncl-talk mailing list