Re: clmMon2clmDay.....Convert Monthly climatology to daily

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon, 06 Aug 2007 21:15:35 -0600

x6hr = linmsg(x6hr, 4) ; note the 4

or, maybe better,

    tday = ispan(1,365,1)*1.0 ; days
    t6hr = fspan(1, 365.75, 4*365)

    z6hr = linint1 (tday, zDay, True, t6hr, 0)
;print values at onr grid point

    print( t6hr+" "+z6hr( n, m, :) ) ; u choose m,n

Dennis Shea wrote:
>
>
> There is no function for hrly interpolation.
> There can not be a function for everything.
>
> Something like the following should work
>
> zDay = clmMon2clmDay(xMon, 1, 0)
>
> This creates: (lat,lon,365)
>
> x6hr = new ( (/nlat,mlon,4*365/), typeof(zDay) )
> x6hr(:,:,::4) = (/ zDay /) ; fill every 4th value
>
> x6hr = linmsg(x6hr, 1)
>
>
>
> Tummuri, Spandana wrote:
>> Hello Everyone,
>>
>> I read in the user guide that "clmMon2clmDay" command converts mean
>> monthly climatology to daily climatology. Is there a similar command
>> that can convert mean monthly climatology to 6-hourly climatology? Is
>> there someway one can manipulate "clmMon2clmDay" to generate 6-hourly
>> climatology?
>>
>> Thanks in advance.
>>
>> Spandana Tummuri
>>
>> Research Assistant,
>> Texas Tech University,
>> 2717, 3rd St. # 315
>> Lubbock, Texas-79415
>> 806-741-0901 (Home)
>> 806-470-7732 (Cell).
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk_at_ucar.edu
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Aug 06 2007 - 21:15:35 MDT

This archive was generated by hypermail 2.2.0 : Tue Aug 07 2007 - 18:08:19 MDT