[ncl-talk] Error on doing mjoclivar_2

reza tisa rezatisa1 at gmail.com
Sun Dec 29 20:20:02 MST 2019


Thank you so much Mr. Rashed, it really helps!
Now i am trying to do the anomaly for the wind. This forum were awesome

Pada tanggal Min, 29 Des 2019 pukul 23.29 Rashed Mahmood <
rashidcomsis at gmail.com> menulis:

> Hi Reza,
> I am not an expert on MJO. However, in this case the problem is that you
> changed time selection only at the top of the script (which is for
> calculating climatology) and you did not change time selection for plotting
> anomalies at these lines:
>
>         ntBegin   = ind(yyyymmdd.eq.*19961001*)
>         ntEnd     = ind(yyyymmdd.eq.*19970401*)
>
> So for the selected times of 20170101 to 20181231, the above will result
> in missing values and hence failure of the script. In the attached, I
> changed the above lines to:
>            ntBegin   = ind(yyyymmdd.eq.ymdStrt)
>            ntEnd     = ind(yyyymmdd.eq.ymdLast)
>
> And that works just fine.
>
>
> *NOTE that in the attached I just chose times from 20150101 to 20181231,
> it is up to you to decide which periods you want for climatology and which
> periods you want for plotting anomalies. For anomalies it is always
> recommend to use several years to get appropriate climatology, 2 years
> would in my opinion is too short for climatology. *
>
> *Do not forget to change the path for "diri" in the attached.*
>
> *hope that helps,*
> *Rashed*
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191230/dd84d658/attachment.html>


More information about the ncl-talk mailing list