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

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon, 06 Aug 2007 20:30:01 -0600

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
Received on Mon Aug 06 2007 - 20:30:01 MDT

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