[ncl-talk] DJF/ seasonal anomalies

Dennis Shea shea at ucar.edu
Wed Jun 21 07:34:14 MDT 2017


[1] re: "Is there a function using NCL to do DJF/ seasonal anomalies"

No

[2]
  slpClm   = clmMonTLL(slp)
  slpAnom= calcMonAnomTLL(slp, tmp2Clm)
  slp_DJF = month_to_season (slpAnom, "DJF")

On Tue, Jun 20, 2017 at 6:24 AM, Sri Nandini <snandini at marum.de> wrote:

> Hello
>
> Is there a function using NCL to do DJF/ seasonal anomalies instead of:
>
> tmp2Clm = clmMonTLL(slp)
>   tmp2Anom= calcMonAnomTLL(slp, tmp2Clm)
>   printVarSummary(tmp2Anom)
>
> I wish to get anomalies on this below
>   tmp1Clm    = month_to_season (T, "DJF")
>
> Much apperciated
>
> _______________________________________________
> 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/20170621/2fd26db3/attachment.html 


More information about the ncl-talk mailing list