Re: smthClmDayTLL

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Feb 18 2014 - 07:45:34 MST

'smthClmDayTLL' just does an FFT on the data. It does
  not need calendar information.

**However**

the functions 'clmDayTLL' and clmDayTLLL are set up for a
standard calendar.

Untested:

You can extract the 'function clmDayTLL' code from 'contributed.ncl'

Change
    ndys = 366
To
    ndys = 360

Delete or comment
                                          ; nominal day 366
                                          ; ave(31 Dec + 1 Jan)=leap
    clmDay(ndys-1,:,:) = (clmDay(0,:,:) + clmDay(ndys-2,:,:))*0.5

On 2/17/14, 10:48 AM, Mingxuan Chen wrote:
> Hello,
> When data's calendar is "360 day", does "smthClmDayTLL" work?
> Thanks for your help.
> Mingxuan Chen
> _______________________________________________
> 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 Tue Feb 18 07:45:42 2014

This archive was generated by hypermail 2.1.8 : Wed Feb 19 2014 - 15:58:35 MST