<div dir="ltr"><div><a href="https://www.ncl.ucar.edu/Applications/fouranal.shtml"><b>https://www.ncl.ucar.edu/Applications/fouranal.shtml</b></a></div><div><br></div><div>See the example<b>. fanal_4.ncl ...</b> in particular, the figure.<br><b></b></div><div><b><br></b></div><div>The phase component gives the index (subscript) of the maxima.<b><br></b></div><div><pre>     (<b>1</b>,0)      72         <=== Phases: <b>location of first maximum</b>
     (<b>1</b>,1)   36
     (<b>1</b>,2)   12<br>for 'latitude', then the first maxima occur at <br>finfo(1,lat(72)), finfo(1,lat(36)), finfo(1,lat(12))
</pre><pre>If this were 'time', then the first maxima occur at <br>finfo(1,time(72)), finfo(1,time(36)), finfo(1,time(12))
</pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 17, 2022 at 7:42 AM Lyndz via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.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 dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear NCL-experts,</div><div><br></div><div>I am using the <b>fourier_info </b>to extract the amplitude of the first and second harmonics of a 24 time series (<a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/fourier_info.shtml" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Built-in/fourier_info.shtml</a>)</div><div><br></div><div><b>;[time | 24] x [lon | 42] x [lat | 68]</b><br></div><div><b>finfo_pa = fourier_info(pa(lon|:,lat|:,time|:),2,1.)<br></b></div><div><br></div><div>But, I am only getting the amplitude, phase, and variance explained from the output. </div><div><br></div><div>How can I extract the specific time/s (for first harmonics, it is one time, for the 2nd harmonic it is two) when the wave reaches its peak (or the time when I got the amplitude) for the first and second harmonics?</div><div><br></div><div>I'll appreciate any help on this.</div><div><br></div><div>Sincerely,</div><div>Lyndz</div><div><br></div><div><br></div><div><br></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>