Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"license": "BSD-3-Clause",
"copyright": "Copyright 1998-2025 Triad National Security, LLC",
"copyright": "Copyright 1998-2026 Triad National Security, LLC",
"description": "View detailed release notes at https://github.com/CICE-Consortium/CICE/releases",
"language": "eng",
"title": "CICE-Consortium/CICE: CICE Version 6.6.2",
"title": "CICE-Consortium/CICE: CICE Version 6.6.3",
"keywords": [
"sea ice model",
"CICE",
"Icepack"
],
"version": "6.6.2",
"version": "6.6.3",
"upload_type": "software",
"communities": [
{
"identifier": "cice-consortium"
}
],
"publication_date": "2025-08-15",
"publication_date": "2026-01-22",
"creators": [
{
"affiliation": "Los Alamos National Laboratory",
Expand Down
Binary file modified COPYRIGHT.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions cicecore/cicedyn/analysis/ice_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1455,10 +1455,10 @@ subroutine init_hist (dt)
"weighted by ice area", c1, c0, &
ns1, f_FY)

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

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

call define_hist_field(n_sidconcth,"sidconcth","1/s",tstr2D, tcstr, &
"sea-ice area fraction tendency due to thermodynamics", &
"sea-ice area fraction tendency due to thermodynamics", &
"total rate of change in sea-ice area fraction through thermodynamic processes", &
c1, c0, &
ns1, f_sidconcth, avg_ice_present='none', mask_ice_free_points=.false.)
Expand Down
4 changes: 2 additions & 2 deletions cicecore/cicedyn/analysis/ice_history_mechred.F90
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ subroutine accum_hist_mechred (iblk)
call accum_hist_field(n_sirdgconc, iblk, &
aice(:,:,iblk) * (c1 - trcr(:,:,nt_alvl,iblk)), a2D)

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

endif ! allocated(a2D)
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/direct/hadgem3/CICE.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!=======================================================================
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/mapl/geos/CICE_copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/mct/cesm1/CICE_copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/nuopc/cmeps/CICE_copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/nuopc/dmi/CICE.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!=======================================================================
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/standalone/cice/CICE.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!=======================================================================
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
2 changes: 1 addition & 1 deletion cicecore/drivers/unittest/opticep/CICE.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!=======================================================================
! Copyright 1998-2025, Triad National Security, LLC
! Copyright 1998-2026, Triad National Security, LLC
! All rights reserved.
!
! This program was produced under U.S. Government contract 89233218CNA000001
Expand Down
6 changes: 3 additions & 3 deletions cicecore/drivers/unittest/opticep/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

This unittest tests Icepack optional arguments. The idea is to have source code that is
identical to the standard CICE source code except the significant optional arguments passed
into Icepack are removed from the CICE calls. Then to run a standard CICE case with optional
into Icepack are removed from the CICE calls. Then to run a standard CICE case with optional
features (fsd, bgc, isotopes, etc) off in namelist. That results should be bit-for-bit identical
with an equivalent run from the standard source code.

Expand All @@ -18,13 +18,13 @@ today, that includes
CICE_InitMod.F90
CICE_RunMod.F90

Add
Add
write(nu_diag, *) "OPTICEP TEST COMPLETED SUCCESSFULLY "
to CICE_FinalMod.F90

Do not worry about the parameter/tracer query/init/write methods

Interfaces to modify include
ice_init_column.F90 (icepack_step_radiation, icepack_init_zbgc)
ice_step_mod.F90 (icepack_step_therm1, icepack_step_therm2, icepack_prep_radiation,
ice_step_mod.F90 (icepack_step_therm1, icepack_step_therm2, icepack_prep_radiation,
icepack_step_radiation, icepack_step_ridge)
2 changes: 1 addition & 1 deletion cicecore/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CICE 6.6.2
CICE 6.6.3
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@

# General information about the project.
project = u'CICE'
copyright = u'1998-2025, Triad National Security, LLC (code) and National Center for Atmospheric Research (documentation)'
copyright = u'1998-2026, Triad National Security, LLC (code) and National Center for Atmospheric Research (documentation)'
author = u'CICE-Consortium'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'6.6.2'
version = u'6.6.3'
# The full version, including alpha/beta/rc tags.
version = u'6.6.2'
version = u'6.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down