<div dir="ltr"><div>[1] re: &quot;Is there a function using NCL to do DJF/ seasonal anomalies&quot;<br><br></div>No<br><br>[2]<br>  slpClm   = clmMonTLL(slp)<br>  slpAnom= calcMonAnomTLL(slp, tmp2Clm)<br>  slp_DJF = month_to_season (slpAnom, &quot;DJF&quot;)</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 20, 2017 at 6:24 AM, Sri Nandini <span dir="ltr">&lt;<a href="mailto:snandini@marum.de" target="_blank">snandini@marum.de</a>&gt;</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, &quot;DJF&quot;)<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>