[Thread Prev][Thread Next][Index]

unexpected modulo jump!



I'm trying to remove the seasonal cycle using the standard procedure, but with a non-standard seasonal time axis (17 meeks per year).
I get the following message:

*** NOTE: internal: unexpected modulo jump!

Should I worry about this?

Thanks,
Rob

I'm running LINUX version 5.41. Here is the relevant code:


!---------------------------------------
! time axis with spa=17 seasons per year
!---------------------------------------
DEFINE AXIS/t="03-OCT-1992:09:34:50":"01-APR-2002":`365.2425/spa`/UNIT=days/edges taxis_mw
! corresponding climatological axis
DEFINE AXIS/t="01-JAN":"31-DEC":`365.2425/spa`/UNIT=days/edges/MODULO meek_reg

!-------------
! find means and anomalies
!-------------

LET ssh_c = ssh_cal[GT=meek_reg@MOD]
LET ssh_t = ssh_cal[GT=taxis_mw@AVE]
! note: need the @AVE in the following line defining the anomalies, otherwise
! its missing the January 5th values.
LET ssh_a = IF ssh_t THEN ssh_t ELSE ssh_c[GT=taxis_mw@AVE]




Rob Scott
Research Associate
Institute for Geophysics
University of Texas at Austin
4412 Spicewood Springs Rd.
Building 600
Austin, TX
78759

Office: +1-512-471-0375



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement