[ncl-talk] Questions about skewt plot

Mary Haley haley at ucar.edu
Thu Jun 4 09:54:14 MDT 2015


Thanks for providing data and a script.

Remember, you should look at your data whenever there's a problem with a
function.

I called "printMinMax" on your lonlat_me(:,0) and lonlat_me(:,1) arrays,
and realized you had them swapped.

You were calling obj_anal_ic with lat,lon as the first two arrays, and not
lon,lat.

Change your call to:

data_obj = obj_anal_ic
(lonlat_me(:,1),lonlat_me(:,0),data_me(:,0),lon1d,lat1d,r\

On Wed, Jun 3, 2015 at 3:52 AM, Zhu CE <lovingzhuce at 163.com> wrote:

>
>        Dear ncl-talk,
>
> I want to  interpolate station data into grid data by using obj_anal_ic
> funcation, but unfortunately the funcation returns a constant field.
> I do not find out what is wrong in my script. Anyone can help me?
> Station data and script are attached.
> Thanks a lot.
>
> David Ce
>
>
>
>
>
> _______________________________________________
> 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/20150604/40497b90/attachment.html 


More information about the ncl-talk mailing list