You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug when reading initial conditions from parameters (set defaults rather than read into output concentrations)
Updated BF::RC::KBs & BF::RC::KBl values & code to actually use them to match Zhu 2012. The constants were not used and had different values defined, the original values are still in the parameter file, but commented out
Added option for running with Zhu 2012 parameters
Set initial values for calculated variables in parameter files to allow for comparison
Fix some typos identified in initCalc methods
Use BF::RC::KBl in FIBF
RVA 8.0e-10 # The ratio of lumen volume to thylakoid membrane area
30
-
KBs 1.1e-8 # The buffer equilibrium constant in stroma
31
-
KBl 5.1e-6 # The buffer equilibrium constant in lumen
30
+
KBs 0.015 # The buffer equilibrium constant in stroma; mol l-1 (pH unit)-1
31
+
KBl 0.015 # The buffer equilibrium constant in lumen; mol l-1 (pH unit)-1
32
+
# KBs 1.1e-8 # The buffer equilibrium constant in stroma (this is the value that was stated, but the variable was never used and a hard coded value was used instead)
33
+
# KBl 5.1e-6 # The buffer equilibrium constant in lumen
32
34
KM1ATP 0.12 # The michaelis menton constant for ATP for ATP synthesis
33
35
KM1ADP 0.014 # The michaelis menton constant for ATP for ADP synthesis
34
36
KM1PI 0.3 # The michaelis menton constant for ATP for PI synthesis
Copy file name to clipboardExpand all lines: param/RuACT_RC.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,6 @@ kc 0.016 # Michaelis menton constant for CO2
9
9
ko 0.448 # Michaelis menton constant for O2
10
10
k7 10.0 # The rate constant for ecm to ecmr
11
11
kr 20.0e-3 # The apparaent michaelis menton constant for RuBP
12
-
kn7 1.0 # Rate constants for RuBP dissociation from ECMR
12
+
factor_n7 1.0 # Scale factor for kn7
13
+
kn7 0.5 # Rate constant for RuBP dissociation from ECMR
13
14
RCA 0.0000768403258029814 # 1 / (60. * 216.9); The rate constant of the activation reaction which will be scaled by the concentration of Rubisco activase
0 commit comments