Missing value problem when removing Annualcycle from daily data

From: Sabeerali(sebi) <sabeerl_at_nyahnyahspammersnyahnyah>
Date: Thu Mar 18 2010 - 04:36:55 MDT

I want to remove annual cycle from daily data...My data is having missing
values...So it shows the following error. What I can do for removing
Annualcycle?

(0) smthClmDay_TLL: No missing values allowed: ezfftf does not allow
(0) smthClmDay_TLL: nFill=292068

Any help would be appreciated.

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
begin
f=addfile("/home/sebi/data/IMD/daily/rf_1901_03.nc","r")
rain=f->rain(17897:37619,0,:,:)
t=f->time(17897:37619)
rain!1="lat"
rain!2="lon"
TIME=ut_calendar(t,0)
year=floattointeger(TIME(:,0))
month=floattointeger(TIME(:,1))
day=floattointeger(TIME(:,2))
ddd=day_of_year(year,month,day)
yyyyddd=year*1000+ddd
Dlyclm=clmDayTLL(rain, yyyyddd)
smthDlyclm=smthClmDayTLL(Dlyclm,3)
rm_anncycl=calcDayAnomTLL(rain,yyyyddd,smthDlyclm)
printVarSummary(rm_anncycl)
end

-- 
**********************************
Sabeerali
Climate and Global Modeling Division
Indian Institute of Tropical Meteorology
Pashan, Pune, 411 008
****************************************

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 18 04:37:01 2010

This archive was generated by hypermail 2.1.8 : Fri Mar 19 2010 - 16:19:08 MDT