Describe the bug
The day_of_week function returns the incorrect value for the first 60 days of year 0 (Jan 1 - Feb 29)
Provide the following:
- Example:
dow = day_of_week(0,1,1)
; dow = 0
- Should return 6
Computing environment
- OS: Mac
- OS version: MacOS 14.3.1
- NCL Version: 6.6.2
- Installation method: conda
Additional context
Describe the bug
The
day_of_weekfunction returns the incorrect value for the first 60 days of year 0 (Jan 1 - Feb 29)Provide the following:
dow = day_of_week(0,1,1); dow = 0Computing environment
Additional context