Skip to content

Commit 6e89728

Browse files
authored
Update gx1prod, Icepack, version number (#629)
* update gx1prod, update version number to 6.3 * update Icepack * update gx1prod15 to start at 1995
1 parent cb7d616 commit 6e89728

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

cicecore/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CICE 6.2.0
1+
CICE 6.3.0

configuration/scripts/options/set_nml.gx1prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
year_init = 2005
22
use_leap_years = .true.
33
npt_unit = 'y'
4-
npt = 1
4+
npt = 4
55
dumpfreq = 'm'
66
dumpfreq_base = 'zero'
77
fyear_init = 2005
8-
ycycle = 5
8+
ycycle = 4
99
ocn_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx1/CESM/MONTHLY/'
1010
use_bathymetry = .true.
1111
seabed_stress = .true.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
year_init = 1995
2+
use_leap_years = .true.
3+
npt_unit = 'y'
4+
npt = 15
5+
dumpfreq = 'm'
6+
dumpfreq_base = 'zero'
7+
fyear_init = 1995
8+
ycycle = 16
9+
ocn_data_dir = 'ICE_MACHINE_INPUTDATA/CICE_data/forcing/gx1/CESM/MONTHLY/'
10+
use_bathymetry = .true.
11+
seabed_stress = .true.
12+
seabed_stress_method = 'LKD'
13+
ocn_data_type = 'ncar'
14+
ocn_data_format = 'nc'
15+
oceanmixed_ice = .true.
16+
oceanmixed_file = 'ocean_forcing_clim_2D_gx1.20210330.nc'
17+
tr_brine = .true.
18+
f_taubx = 'm'
19+
f_tauby = 'm'

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'6.2.0'
65+
version = u'6.3.0'
6666
# The full version, including alpha/beta/rc tags.
67-
version = u'6.2.0'
67+
version = u'6.3.0'
6868

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

0 commit comments

Comments
 (0)