Re: Q about clmDayTLL

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Mon Apr 26 2010 - 11:36:26 MDT

The function is hard wired to return (366,:,:)

The input time array is ' yyyyddd '. If the yyyyddd
is correct for the 365 or 360 day calendars, then

    x366 = clmDayTLL(yyyyddd, x)

    xNew = x366(0:364,:,:) ; 365 day year

    xNew = x366(0:359,:,:) ; 360 day year

Good luck

On 4/26/10 11:18 AM, Bridget Thrasher wrote:
> I have 5 files, each with 10 years worth of daily data on a "noleap"
> calendar (3650 days total). I am using clmDayTLL to create the daily
> climatology from these files. The function is creating an array of 366
> days even though I have no leap days in my data. Is this the way it's
> supposed to work? Would it do the same with data on a 360-day calendar?
>
> -Bridget
>
> --
> Bridget Thrasher, PhD
> Postdoctoral Researcher
> Climate Central
> www.climatecentral.org <http://www.climatecentral.org>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Apr 26 11:36:32 2010

This archive was generated by hypermail 2.1.8 : Thu Apr 29 2010 - 08:05:27 MDT