From 8628393ed59905258307310d059f214335617bb3 Mon Sep 17 00:00:00 2001 From: Daria Gladskikh <daria.gladskikh@gmail.com> Date: Wed, 18 Dec 2024 18:38:26 +0300 Subject: [PATCH] micro fixes for kato & papa fluxes paci --- obl_main.f90 | 2 +- obl_pph.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obl_main.f90 b/obl_main.f90 index 0930760..2ea67f9 100644 --- a/obl_main.f90 +++ b/obl_main.f90 @@ -90,7 +90,7 @@ program obl_main real, parameter :: Cd0 = 0.001 ! bottom drag coefficient real :: mld, mld_ref ! mixed layer depth (model & reference), [m] - real, parameter :: N2_ref = 0.00044 ! reference N**2 (using in mld ref. estimate), [1/s**2] + real, parameter :: N2_ref = 0.000044 ! reference N**2 (using in mld ref. estimate), [1/s**2] ! command line arguments & configuration file variables ! -------------------------------------------------------------------------------- diff --git a/obl_pph.f90 b/obl_pph.f90 index 2367643..53c33da 100644 --- a/obl_pph.f90 +++ b/obl_pph.f90 @@ -34,7 +34,7 @@ module obl_pph real :: kappa = 0.4 !< von Karman constant, [n/d] real :: PrT0 = 1.0 !< neutral Prandtl number, [n/d] - real :: c_S2_min = 1e-5 !< min shear frequency, [(1/s)**2] + real :: c_S2_min = 1e-4 !< min shear frequency, [(1/s)**2] end type contains -- GitLab