[Thread Prev][Thread Next][Index]

Re: [ferret_users] Extract time excursion



Hi Patrick,

I'm far from the best person to answer your question and I hope somebody more knowledgeable will elucidate what's going on, but . . .

On Tue, Jan 19, 2021 at 6:05 AM Patrick Brockmann <patrick.brockmann@xxxxxxxxxxxx> wrote:

yes? define axis/t=1998:2009:1/units=years/t0=01-JAN-0000 tyear
yes? let a=t[gt=tyear]                                          
yes? say `a, return=tstart`                                     
!-> MESSAGE/CONTINUE 1997-12-31 12:21:36
1997-12-31 12:21:36

---> why this 1997-12-31 ???

yes? define axis/t=1998:2009:1/units=years/calendar=365_day/t0=01-JAN-0000 tyear
yes? let a=t[gt=tyear]
yes? say `a, return=tstart`

[Thread Prev][Thread Next][Index]