Skip to content

Commit 18ebcb7

Browse files
blimlimdougiesquire
authored andcommitted
Field table settings moved to namelist
1 parent cc41102 commit 18ebcb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ocean/field_table

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/
33
"namelists","ocean_mod","generic_wombatlite"
44
init = f
5-
caco3_dynamics = .true.
6-
burial = .false.
7-
conservetracers = .false.
85
dic_min = 1000.0
96
dic_max = 3000.0
107
alk_min = 1000.0

ocean/input.nml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,10 @@
518518
/
519519

520520
&generic_wombatlite_nml
521-
co2_calc='ocmip2'
521+
co2_calc='mocsy'
522+
do_caco3_dynamics=.true.
523+
do_burial=.false.
524+
do_conserve_tracers=.false.
522525
/
523526

524527
&ocean_velocity_advect_nml

0 commit comments

Comments
 (0)