Skip to content

Commit f9775cf

Browse files
author
swo
committed
parameters: updated to publication values
1 parent 15dc936 commit f9775cf

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

interactive/run_interactive_defaults.m

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
0.0, ... oxygen_bubble_rate
33
0.0, ... nitrogen_source
44
0.1, ... nitrogen_ratio
5-
4.5e4, ... carbon_source
5+
5e4, ... carbon_source
66
0.35e4, ... oxygen_source
77
1500.0, ... methane_source
88
1.0, ... t_max
99
0.3, ... fe_precipitation
1010
0.3, ... carbon precip
1111
50.0, ... diffusion_constant
12-
1.0e4, ... ma_op_o_fe_rate_const
12+
10, ... ma_op_o_fe_rate_const
1313
5.0, ... ma_op_o_n_rate_const
1414
0.16, ... ma_op_o_s_rate_const
15-
0.01, ... ma_op_fe_n_rate_const
16-
1000.0, ... ma_op_ch4_o_rate_const
17-
0.001, ... ma_op_ch4_s_rate_const
18-
1, ... primary_ox_rate_const
15+
1.0, ... ma_op_fe_n_rate_const
16+
1e4, ... ma_op_ch4_o_rate_const
17+
0.01, ... ma_op_ch4_s_rate_const
18+
1, ... primary_ox_rate_const
1919
20.0, ... c_lim_o
2020
5.0, ... c_lim_n
21-
0.1, ... c_lim_fe
22-
30, ... c_lim_s
21+
60, ... c_lim_fe
22+
30, ... c_lim_s
2323
200.0, ... concs0_c
2424
50.0, ... concs0_o
2525
100.0, ... concs0_ntot
2626
10.0, ... pm_ratio_n
2727
60.0, ... concs0_fetot
2828
10.0, ... pm_ratio_fe
29-
100.0, ... concs0_stot
29+
250.0, ... concs0_stot
3030
10.0 ... pm_ratio_s
31-
);
31+
);

lake.cfg

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
oxygen_bubble_rate=0.0
66
nitrogen_source=0.0
77
nitrogen_ratio=0.1
8-
carbon_source=4.5e4
8+
carbon_source=5e4
99
oxygen_source=0.35e4
1010
methane_source=1500.0
1111
t_max=1.0
1212
fe_precipitation=0.3
13-
carbon_precipitation=0.1
13+
carbon_precipitation=0.3
1414
diffusion_constant=50.0
15-
ma_op_o_fe_rate_const=1.0e4
15+
ma_op_o_fe_rate_const=10.0
1616
ma_op_o_n_rate_const=5.0
1717
ma_op_o_s_rate_const=0.16
18-
ma_op_fe_n_rate_const=0.01
19-
ma_op_ch4_o_rate_const=1000.0
20-
ma_op_ch4_s_rate_const=0.001
21-
primary_ox_rate_const=1
18+
ma_op_fe_n_rate_const=1.0
19+
ma_op_ch4_o_rate_const=1e4
20+
ma_op_ch4_s_rate_const=0.01
21+
primary_ox_rate_const=1.0
2222
c_lim_o=20.0
2323
c_lim_n=5.0
24-
c_lim_fe=0.1
24+
c_lim_fe=60.0
2525
c_lim_s=30
2626
concs0_c=200.0
2727
concs0_o=50.0
2828
concs0_ntot=100.0
2929
pm_ratio_n=10.0
3030
concs0_fetot=60.0
3131
pm_ratio_fe=10.0
32-
concs0_stot=100.0
32+
concs0_stot=250.0
3333
pm_ratio_s=10.0
3434

3535
[Calibration settings]

0 commit comments

Comments
 (0)