Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix QC test, fix bug in history time axis, fix history output averaging for timestep output #624

Merged
merged 10 commits into from
Aug 19, 2021
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
Copy link
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