Skip to content

Commit fd0d85e

Browse files
authored
Update Copyright, Version, Icepack (#1049)
* Update Copyright Update version number in preparation for minor release Clean up trailing blanks Update Icepack to #f9789c2f325993c0af - Update Copyright and version number * Update Copyright in zenodo json file in CICE and Icepack
1 parent 67cf139 commit fd0d85e

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
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 (c) 1998, 2017 Triad National Security, LLC",
3+
"copyright": "Copyright 1998-2025 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.1",
6+
"title": "CICE-Consortium/CICE: CICE Version 6.6.2",
77
"keywords": [
88
"sea ice model",
99
"CICE",
1010
"Icepack"
1111
],
12-
"version": "6.6.1",
12+
"version": "6.6.2",
1313
"upload_type": "software",
1414
"communities": [
1515
{
1616
"identifier": "cice-consortium"
1717
}
1818
],
19-
"publication_date": "2025-07-21",
19+
"publication_date": "2025-08-15",
2020
"creators": [
2121
{
2222
"affiliation": "Los Alamos National Laboratory",

COPYRIGHT.pdf

-31.7 KB
Binary file not shown.

cicecore/cicedyn/infrastructure/ice_grid.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ subroutine init_grid1
371371
allocate(work_mom(nx_global*2+1, ny_global*2+1), stat=ierr)
372372
if (ierr/=0) call abort_ice(subname//' ERROR: Out of memory', file=__FILE__, line=__LINE__)
373373

374-
fieldname='y' ! use mom y field to fill cice ULAT
374+
fieldname='y' ! use mom y field to fill cice ULAT
375375
call ice_open_nc(grid_file,fid_grid)
376376
call ice_read_global_nc(fid_grid,1,fieldname,work_mom,.true.)
377377
call ice_close_nc(fid_grid)
@@ -382,7 +382,7 @@ subroutine init_grid1
382382
work_g1(i,j) = work_mom(im, jm)
383383
jm = jm + 2
384384
enddo
385-
im = im + 2
385+
im = im + 2
386386
enddo
387387

388388
deallocate(work_mom, stat=ierr)

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 (c) 1998, 2017, Triad National Security, LLC
2+
! Copyright 1998-2025, 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 (c) 1998, 2017, Triad National Security, LLC
1+
! Copyright 1998-2025, 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 (c) 1998, 2017, Triad National Security, LLC
1+
! Copyright 1998-2025, 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 (c) 1998, 2017, Triad National Security, LLC
1+
! Copyright 1998-2025, 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 (c) 1998, 2017, Triad National Security, LLC
2+
! Copyright 1998-2025, 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 (c) 1998, 2017, Triad National Security, LLC
2+
! Copyright 1998-2025, Triad National Security, LLC
33
! All rights reserved.
44
!
55
! This program was produced under U.S. Government contract 89233218CNA000001

cicecore/drivers/unittest/opticep/CICE.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!=======================================================================
2-
! Copyright (c) 1998, 2017, Triad National Security, LLC
2+
! Copyright 1998-2025, 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)