<div dir="ltr"><div>[1] re: "Is there a function using NCL to do DJF/ seasonal anomalies"<br><br></div>No<br><br>[2]<br> slpClm = clmMonTLL(slp)<br> slpAnom= calcMonAnomTLL(slp, tmp2Clm)<br> slp_DJF = month_to_season (slpAnom, "DJF")</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 20, 2017 at 6:24 AM, Sri Nandini <span dir="ltr"><<a href="mailto:snandini@marum.de" target="_blank">snandini@marum.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello<br><br>Is there a function using NCL to do DJF/ seasonal anomalies instead of: <br><br>tmp2Clm = clmMonTLL(slp)<br> tmp2Anom= calcMonAnomTLL(slp, tmp2Clm)<br> printVarSummary(tmp2Anom)<br><br>I wish to get anomalies on this below<br> tmp1Clm = month_to_season (T, "DJF")<br><br>Much apperciated<br></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>