<div dir="ltr"><div>Dear NCL users,<br><br></div>I am new to NCL and currently running fourier analysis of daily(3hrly) rainfall estimate on NCL version 6.2.1 on a cygwin. I have modified the NCL script given in example section as fanal_2 to read;<br><br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;   <br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot;<br>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;<br>   f  = addfile(&quot;/<a href="http://climatology.nc">climatology.nc</a>&quot;,&quot;r&quot;)         <br>   t  = f-&gt;cmorph_precip<br><br>    N = dimsizes(t)<br>   nlat = N(0)                              <br>   mlon = N(1)<br>   time = N(2)                              <br>    nhar     = 2                                               <br>  finfo_t = fourier_info (t(lat|:,lon|:,time|:), nhar, 1.) <br>   copy_VarCoords(t(0,:,:), finfo_t(0,:,:,0))         <br>   finfo_t@long_name = &quot;CMORPH precipitation estimate&quot;<br>   finfo_t@units     = &quot;mm/hr&quot;<br>   printVarSummary(finfo_t)<br>   <br>   finfo_t@_FillValue = t@_FillValue<br>   finfo_t(0,:,:,:) = where(finfo_t(0,:,:,:).eq.0, t@_FillValue, finfo_t(0,:,:,:)) <br>   print(finfo_t)<br><div><br></div><div>The question is that i am not sure whether i am doing the right thing and therefore kindly asking for experts opinion on the result(amplitude, phase and percentage variance) it is giving. Attached is my data(long term mean of 3hrly rainfall estimate on a 20lat by 20lon grid).<br><br></div><div>Thanks in advance for your advice<br></div><div><br></div><div><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="2" face="arial, helvetica, sans-serif">Omondi Augustine</font></div><div dir="ltr"><font size="2" face="arial, helvetica, sans-serif"><br>Graduate student</font></div><div dir="ltr"><font size="2" face="arial, helvetica, sans-serif"><span style="text-align:center;line-height:115%">College of Atmospheric Science, </span><span style="text-align:center;line-height:115%">Nanjing
University of Information Science and Technology, Nanjing 210044, Jiangsu,
China</span></font></div><div dir="ltr"><font size="2" face="arial, helvetica, sans-serif">Email: <a href="mailto:dimosh05@gmail.com" target="_blank">dimosh05@gmail.com</a> / <a href="mailto:omondi@kms.or.ke" target="_blank">omondi@kms.or.ke</a><br>phone: +86 132 60771131</font></div><div><font size="2" face="arial, helvetica, sans-serif">Skype: omondi_augustine</font></div></div></div></div></div></div>
</div></div></div>