Skip to content
4 changes: 2 additions & 2 deletions cicecore/drivers/unittest/calchk/calchk.F90
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ program calchk
testname(9) = 'seconds_to_hms'

! test yearmax years from year 0
yearmax = 1000
! yearmax = 100000
! yearmax = 1000
yearmax = 100000
Comment on lines +61 to +62

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here again, this could be folded into "Fix QC issues"


! test 3 calendars
do n = 1,3
Expand Down