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,21 +1,21 @@
{
"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/Icepack/releases",
"language": "eng",
"title": "CICE-Consortium/Icepack: Icepack 1.5.2",
"title": "CICE-Consortium/Icepack: Icepack 1.5.3",
"keywords": [
"sea ice model",
"Icepack"
],
"version": "1.5.2",
"version": "1.5.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.
2 changes: 1 addition & 1 deletion columnphysics/icepack_intfc.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 columnphysics/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ICEPACK 1.5.2
ICEPACK 1.5.3
2 changes: 1 addition & 1 deletion configuration/driver/icedrv_MAIN.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 configuration/driver/icedrv_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ subroutine step_therm2 (dt)

logical (kind=log_kind) :: &
tr_fsd ! floe size distribution tracers

character (len=char_len) :: &
wave_height_type ! type of significant wave height forcing

Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@

# General information about the project.
project = u'Icepack'
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'1.5.2'
version = u'1.5.3'
# The full version, including alpha/beta/rc tags.
version = u'1.5.2'
version = u'1.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/intro/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Copyright
=============================

© 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 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration. All rights in the program are reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare. derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.
Expand Down