Skip to content
Snippets Groups Projects
Commit 8628393e authored by Daria Gladskikh's avatar Daria Gladskikh :ocean:
Browse files

micro fixes for kato & papa fluxes paci

parent b2fbb696
Branches
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ program obl_main ...@@ -90,7 +90,7 @@ program obl_main
real, parameter :: Cd0 = 0.001 ! bottom drag coefficient real, parameter :: Cd0 = 0.001 ! bottom drag coefficient
real :: mld, mld_ref ! mixed layer depth (model & reference), [m] 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 ! command line arguments & configuration file variables
! -------------------------------------------------------------------------------- ! --------------------------------------------------------------------------------
......
...@@ -34,7 +34,7 @@ module obl_pph ...@@ -34,7 +34,7 @@ module obl_pph
real :: kappa = 0.4 !< von Karman constant, [n/d] real :: kappa = 0.4 !< von Karman constant, [n/d]
real :: PrT0 = 1.0 !< neutral Prandtl number, [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 end type
contains contains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment