Skip to content

Commit

Permalink
reset calchk to 100000 years
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Aug 13, 2021
1 parent eaa3c3a commit e31ce7e
Showing 1 changed file with 2 additions and 2 deletions.
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

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

0 comments on commit e31ce7e

Please sign in to comment.