<div dir="ltr"><div>Hi Denis,</div><div><br></div>Thanks a lot. <br><div><br></div><div>I appreciate.</div><div><br></div><div>Edwin</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 20, 2020 at 11:55 PM Dennis Shea <<a href="mailto:shea@ucar.edu">shea@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>The <b>mjoclivar_7.ncl </b>script invokes the <a href="http://www.ncl.ucar.edu/Document/Functions/Diagnostics/mjo_spectra.shtml" target="_blank"><strong>mjo_spectra</strong></a> procedure. This is a driver which computes 
and plots the seasonally averaged spectra. 
The seasonal spectra are internally calculated via the <a href="http://www.ncl.ucar.edu/Document/Functions/Diagnostics/mjo_spectra_season.shtml" target="_blank"><strong>mjo_spectra_season</strong></a> function.</div><div><br></div><div>The issue is that the data array:  precip(time,lat,lon ===> precip(3496, 1, 1) <br></div><div>contains daily precipitation for March-April-May [MAM] only. for years: 1981-2018 [38 years]. <br></div><div><br></div><div>Each season is 92 days. So (38 years )*(92 days)= 3496 days.</div><div><br></div><div>The <b>mjo_spectra</b> procedure and <b>mjo_spectra_season </b>function are expecting complete years not a concatenated series.</div><div><br></div><div>I've attached a script and plot that performs segment averaging spectra from 38 segments of 92 days..</div><div><br></div><div>HTH</div><div>D<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 20, 2020 at 9:09 AM Edwin Marco via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello NCL users,<div><br></div><div>I am new to ncl, I was wondering if you could help me on how to go about plotting power spectra for a specific rainfall season, let say, March-May rainfall season. I have been trying to use <a href="https://ncl.ucar.edu/Applications/Scripts/mjoclivar_7.ncl" target="_blank">https://ncl.ucar.edu/Applications/Scripts/mjoclivar_7.ncl</a> but I am getting difficult on how I can customize  mjoclivar_7.ncl for my season of interest. I am attaching my sample data for your help.</div><div>Edwin</div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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/mailman/listinfo/ncl-talk</a></blockquote></div>
</blockquote></div>