Skip to content

Commit 7c59f23

Browse files
authored
Update version to 6.6.3 (#1086)
Update Copyright to 2026 Remove trailing whitespace Update Icepack to #2f31ee37f3a70, Icepack v1.5.3
1 parent 29f63e5 commit 7c59f23

File tree

15 files changed

+25
-25
lines changed

15 files changed

+25
-25
lines changed

.zenodo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"license": "BSD-3-Clause",
3-
"copyright": "Copyright 1998-2025 Triad National Security, LLC",
3+
"copyright": "Copyright 1998-2026 Triad National Security, LLC",
44
"description": "View detailed release notes at https://github.com/CICE-Consortium/CICE/releases",
55
"language": "eng",
6-
"title": "CICE-Consortium/CICE: CICE Version 6.6.2",
6+
"title": "CICE-Consortium/CICE: CICE Version 6.6.3",
77
"keywords": [
88
"sea ice model",
99
"CICE",
1010
"Icepack"
1111
],
12-
"version": "6.6.2",
12+
"version": "6.6.3",
1313
"upload_type": "software",
1414
"communities": [
1515
{
1616
"identifier": "cice-consortium"
1717
}
1818
],
19-
"publication_date": "2025-08-15",
19+
"publication_date": "2026-01-22",
2020
"creators": [
2121
{
2222
"affiliation": "Los Alamos National Laboratory",

COPYRIGHT.pdf

-62 Bytes
Binary file not shown.

cicecore/cicedyn/analysis/ice_history.F90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,10 +1455,10 @@ subroutine init_hist (dt)
14551455
"weighted by ice area", c1, c0, &
14561456
ns1, f_FY)
14571457

1458-
! CMIP 2D variables (for "intensive" variables per Notz et al 2016 definition,
1458+
! CMIP 2D variables (for "intensive" variables per Notz et al 2016 definition,
14591459
! that is a weighted time average when ice is present)
1460-
! Use avg_ice_present = 'init', 'final', 'pond', or 'ridge' to divide by
1461-
! sum(aice), sum(apond), or sum(ardg) over time
1460+
! Use avg_ice_present = 'init', 'final', 'pond', or 'ridge' to divide by
1461+
! sum(aice), sum(apond), or sum(ardg) over time
14621462
! aice is at the start of the timestep ('init') or the end of the timestep ('final')
14631463
! avg_ice_present = 'none' produces a time average including zeroes when ice is not present
14641464

@@ -1694,7 +1694,7 @@ subroutine init_hist (dt)
16941694
ns1, f_sidconcdyn, avg_ice_present='none', mask_ice_free_points=.false.)
16951695

16961696
call define_hist_field(n_sidconcth,"sidconcth","1/s",tstr2D, tcstr, &
1697-
"sea-ice area fraction tendency due to thermodynamics", &
1697+
"sea-ice area fraction tendency due to thermodynamics", &
16981698
"total rate of change in sea-ice area fraction through thermodynamic processes", &
16991699
c1, c0, &
17001700
ns1, f_sidconcth, avg_ice_present='none', mask_ice_free_points=.false.)

cicecore/cicedyn/analysis/ice_history_mechred.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ subroutine accum_hist_mechred (iblk)
412412
call accum_hist_field(n_sirdgconc, iblk, &
413413
aice(:,:,iblk) * (c1 - trcr(:,:,nt_alvl,iblk)), a2D)
414414

415-
if (f_sirdgthick(1:1)/= 'x') then
415+
if (f_sirdgthick(1:1)/= 'x') then
416416
call accum_hist_field(n_sirdgthick, iblk, &
417-
vice(:,:,iblk) * (c1 - trcr(:,:,nt_vlvl,iblk)), a2D)
417+
vice(:,:,iblk) * (c1 - trcr(:,:,nt_vlvl,iblk)), a2D)
418418
endif
419419

420420
endif ! allocated(a2D)

cicecore/drivers/direct/hadgem3/CICE.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!=======================================================================
2-
! Copyright 1998-2025, Triad National Security, LLC
2+
! Copyright 1998-2026, Triad National Security, LLC
33
! All rights reserved.
44
!
55
! This program was produced under U.S. Government contract 89233218CNA000001

cicecore/drivers/mapl/geos/CICE_copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright 1998-2025, Triad National Security, LLC
1+
! Copyright 1998-2026, Triad National Security, LLC
22
! All rights reserved.
33
!
44
! This program was produced under U.S. Government contract 89233218CNA000001

cicecore/drivers/mct/cesm1/CICE_copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright 1998-2025, Triad National Security, LLC
1+
! Copyright 1998-2026, Triad National Security, LLC
22
! All rights reserved.
33
!
44
! This program was produced under U.S. Government contract 89233218CNA000001

cicecore/drivers/nuopc/cmeps/CICE_copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright 1998-2025, Triad National Security, LLC
1+
! Copyright 1998-2026, Triad National Security, LLC
22
! All rights reserved.
33
!
44
! This program was produced under U.S. Government contract 89233218CNA000001

cicecore/drivers/nuopc/dmi/CICE.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!=======================================================================
2-
! Copyright 1998-2025, Triad National Security, LLC
2+
! Copyright 1998-2026, Triad National Security, LLC
33
! All rights reserved.
44
!
55
! This program was produced under U.S. Government contract 89233218CNA000001

cicecore/drivers/standalone/cice/CICE.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!=======================================================================
2-
! Copyright 1998-2025, Triad National Security, LLC
2+
! Copyright 1998-2026, Triad National Security, LLC
33
! All rights reserved.
44
!
55
! This program was produced under U.S. Government contract 89233218CNA000001

0 commit comments

Comments
 (0)