[ncl-talk] Weekly to daily data interpolation

Dennis Shea shea at ucar.edu
Thu Dec 4 01:58:34 MST 2014


The simplest would be linear interpolation.

xweek(52)

xday= linint1_n (fspan(0,364,52), xweek, True, fspan(0,364,365), 0, 0)


On Wed, Dec 3, 2014 at 9:56 PM, Ipshita Majhi <ipmajhi at alaska.edu> wrote:

> Hi ,
> I was wondering how to convert weekly to daily data in NCL, I have managed
> to do it for monthly, was wondering about weekly to daily.
> Thank You
> Best Regards
> Ipshita
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141204/73391feb/attachment.html 


More information about the ncl-talk mailing list