From 185703102750f1c9714890a5a737c312a0649497 Mon Sep 17 00:00:00 2001
From: "p.vanderwilt"
Date: Mon, 18 Aug 2025 16:56:59 +0200
Subject: [PATCH] Minor fix Koch parameters
---
src/reaction_modules/asm3_class Koch.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/reaction_modules/asm3_class Koch.js b/src/reaction_modules/asm3_class Koch.js
index a873425..e5e98b3 100644
--- a/src/reaction_modules/asm3_class Koch.js
+++ b/src/reaction_modules/asm3_class Koch.js
@@ -83,8 +83,8 @@ class ASM3 {
theta_mu_H: 0.07,
theta_b_H_O: 0.07,
theta_b_H_NO: 0.07,
- theta_b_STO_O: this._compute_theta(0.1, 0.2, 10, 20),
- theta_b_STO_NO: this._compute_theta(0.05, 0.1, 10, 20),
+ theta_b_STO_O: this._compute_theta(0.1, 0.3, 10, 20),
+ theta_b_STO_NO: this._compute_theta(0.05, 0.15, 10, 20),
// Autotrophs
theta_mu_A: 0.105,
theta_b_A_O: 0.105,