From 9a06aeb3d4bb6cd16408714eae6559e0798d19e8 Mon Sep 17 00:00:00 2001
From: "daria.gladskikh" <daria.gladskikh@gmail.com>
Date: Thu, 2 Sep 2021 19:08:09 +0300
Subject: [PATCH] Current version of the model with correct dynamics and almost
 correct methane-oxygen interaction

---
 setup/windforc_driver.dat     | 2 +-
 source/model/lake_modules.f90 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/windforc_driver.dat b/setup/windforc_driver.dat
index 076d7aa..c70de18 100644
--- a/setup/windforc_driver.dat
+++ b/setup/windforc_driver.dat
@@ -97,7 +97,7 @@ hour0       0.
 tinteg      14
 spinup_times  0
 spinup_period 0
-dt          10.
+dt          1.
 call_Flake  0
 control_point 0
 cp_period 10.
diff --git a/source/model/lake_modules.f90 b/source/model/lake_modules.f90
index d58a354..f65a4c5 100644
--- a/source/model/lake_modules.f90
+++ b/source/model/lake_modules.f90
@@ -2032,7 +2032,7 @@ k_o2 = 0.672 !/ molm3tomgl_o2 ! (Lidstrom and Somers, 1984)
 delta_Eq = 5.d+4 ! activation energy for methane oxidation, J/mol, 
                  ! after Arah&Stephen (1998), Dunfield et al. (1993),
                  ! Nedwell&Watson (1995)
-Vmaxw = 0. ! 1.d-2/86400. ! reaction potential in oxygen-saturated Michaelis-Menten kinetics, 
+Vmaxw = 1.d-2/86400. ! 1.d-2/86400. ! reaction potential in oxygen-saturated Michaelis-Menten kinetics, 
                      ! 1.d-1/86400. after (Liikanen et al., 2002)
 k_ch40 = 1.d-2      ! half-saturation constant in oxygen-saturated Michaelis-Menten kinetics, 
                     ! after (Liikanen et al., 2002)
-- 
GitLab