- 积分
- 23360
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-7-9
- 最后登录
- 1970-1-1
|
发表于 2016-10-11 00:41:24
|
显示全部楼层
链接
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>
>
>
>
> |
|