Skip to content

Commit e7a46eb

Browse files
committed
fix and update some nml vars
1 parent 7110ca9 commit e7a46eb

File tree

2 files changed

+12
-12
lines changed
  • GEOSogcm_GridComp/GEOSseaice_GridComp/CICE_GEOSPlug/cice6_app

2 files changed

+12
-12
lines changed

GEOSogcm_GridComp/GEOSseaice_GridComp/CICE_GEOSPlug/cice6_app/1440x1080/ice_in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
lonpnt(1) = 0.
4545
latpnt(2) = -65.
4646
lonpnt(2) = -45.
47-
histfreq = 'm','d','x','x','x'
47+
histfreq = 'm','x','x','x','x'
4848
histfreq_n = 1 , 1 , 1 , 1 , 1
4949
histfreq_base = 'zero'
5050
hist_avg = .true.
@@ -240,7 +240,7 @@
240240
iceruf_ocn = 0.03
241241
emissivity = 0.985
242242
fbot_xfer_type = 'constant'
243-
update_ocn_f = .false.
243+
update_ocn_f = .true.
244244
l_mpond_fresh = .false.
245245
tfrz_option = 'linear_salt'
246246
oceanmixed_ice = .false.

GEOSogcm_GridComp/GEOSseaice_GridComp/CICE_GEOSPlug/cice6_app/540x458/ice_in

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
lonpnt(1) = 0.
4545
latpnt(2) = -65.
4646
lonpnt(2) = -45.
47-
histfreq = 'm','d','x','x','x'
47+
histfreq = 'm','x','x','x','x'
4848
histfreq_n = 1 , 1 , 1 , 1 , 1
4949
histfreq_base = 'zero'
5050
hist_avg = .true.
@@ -101,8 +101,8 @@
101101
restart_lvl = .true.
102102
tr_pond_topo = .false.
103103
restart_pond_topo = .false.
104-
tr_pond_lvl = .false.
105-
restart_pond_lvl = .false.
104+
tr_pond_lvl = .true.
105+
restart_pond_lvl = .true.
106106
tr_snow = .false.
107107
restart_snow = .false.
108108
tr_iso = .false.
@@ -115,7 +115,7 @@
115115

116116
&thermo_nml
117117
kitd = 1
118-
ktherm = 1
118+
ktherm = 2
119119
conduct = 'bubbly'
120120
ksno = 0.3d0
121121
a_rapid_mode = 0.5e-3
@@ -174,19 +174,19 @@
174174
/
175175

176176
&shortwave_nml
177-
shortwave = 'ccsm3'
177+
shortwave = 'dEdd'
178178
albedo_type = 'ccsm3'
179179
albicev = 0.78
180180
albicei = 0.36
181181
albsnowv = 0.98
182182
albsnowi = 0.70
183183
ahmax = 0.3
184-
R_ice = 0.
185-
R_pnd = 0.
186-
R_snw = 1.5
184+
R_ice = -1.
185+
R_pnd = -1.
186+
R_snw = -1.
187187
dT_mlt = 1.5
188188
rsnw_mlt = 1500.
189-
kalg = 0.6
189+
kalg = 0.0
190190
sw_redist = .true.
191191
sw_frac = 0.9d0
192192
sw_dtemp = 0.02d0
@@ -240,7 +240,7 @@
240240
iceruf_ocn = 0.03
241241
emissivity = 0.985
242242
fbot_xfer_type = 'constant'
243-
update_ocn_f = .false.
243+
update_ocn_f = .true.
244244
l_mpond_fresh = .false.
245245
tfrz_option = 'linear_salt'
246246
oceanmixed_ice = .false.

0 commit comments

Comments
 (0)