<div dir="ltr"><div>Dear all</div><div>This is Suman. I have 10 years daily data of rainfall. I want to calculate the anomaly using smoothed climatology. Here is my code:</div><div>load "./Extra.ncl"<br><i><b>begin<br>   ymdStrt = 19940101 <br>   ymdLast = 19981231 <br>   nhar    = 3   <br>   fn      = addfile ("./.<a href="http://rain.daily.nc">rain.daily.nc</a>", "r")<br>   time    = fn->time<br>   ymd     = cd_calendar(time, -2) <br>   iStrt   = ind(ymd.eq.ymdStrt) <br>   iLast   = ind(ymd.eq.ymdLast)<br>   delete(time)<br>   delete(ymd)<br>;***********************************************************<br>; Read user specified time and create required yyyyddd                    <br>;***********************************************************<br>   time    = fn->time(iStrt:iLast)<br>   TIME    = cd_calendar(time, 0)<br>   year    = floattointeger( TIME(:,0) )<br>   month   = floattointeger( TIME(:,1) )<br>   day     = floattointeger( TIME(:,2) ) <br>   ddd     = day_of_year(year, month, day) <br>   yyyyddd = year*1000 + ddd<br><br>   x       =  fn->rf(iStrt:iLast,:,:)<br>   xClmDay = clmDayTLL(x, yyyyddd)<br>   xClmDay_sm = smthClmDayTLLS(xClmDay, nhar)<br>   printVarSummary(xClmDay_sm)</b></i></div><div><i><b>end</b></i></div><div><br></div><div>Now during the execution of the code, it shows "warning:ezfftf: 12451 input arrays contained missing values. No calculations performed on these arrays".<br></div><div>It seems to mean that "ezfftf" is not running because of "missing values". Yes my data contains missing values.</div><div><br></div><div>Therefore my query:</div><div>Is it not possible to find smoothed anomaly for a data with missing value using the above method? What is other ways in ncl to approach the issue?</div><div>Please answer me. Any sort of help/suggestions are highly appreciated.</div><div>Thanking you,</div><div><br></div><div>Best</div><div>Suman</div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div>++++++++++++++++++++++++++++++++++++++++++</div><div><font size="2">Dr. Suman Maity</font></div><div><font size="2">Research Associate</font></div><div><font size="2">School of Atmospheric Science</font></div><div><font size="2">Sun Yat-sen University, Zhuhai campus,Tangjiawan Town<br></font></div><div><font size="2"> Zhuhai, Guangdong, Postcode-<span>519082,</span>China.</font></div><div><font size="2">Phone:+86-13543861045 (China), +91-9732636778 (India)<br></font></div><div><font size="2">skype: reach2suman</font></div><div><font size="2"><a href="https://www.researchgate.net/profile/Suman_Maity" target="_blank">https://www.researchgate.net/profile/Suman_Maity</a></font></div><span>++++++++++++++++++++++++++++++++++++++++++</span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>