Skip to content

Commit ad0e203

Browse files
authored
Merge pull request #763 from E3SM-Project/crterai/dyamond2/shoc_ck_s_tuning_0pt1
Change Ck tunings to a stronger tuning for stable BL conditions
2 parents a66fa53 + b41d874 commit ad0e203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/eam/src/physics/cam/shoc.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,10 +3166,10 @@ subroutine eddy_diffusivities(nlev, shcol, obklen, pblh, zt_grid, &
31663166
real(rtype), parameter :: Ckh = 0.1_rtype
31673167
real(rtype), parameter :: Ckm = 0.1_rtype
31683168
! Default eddy coefficients for stable PBL diffusivities
3169-
real(rtype), parameter :: Ckh_s_def = 1e-2_rtype
3170-
real(rtype), parameter :: Ckm_s_def = 1e-2_rtype
3169+
real(rtype), parameter :: Ckh_s_def = 0.1_rtype
3170+
real(rtype), parameter :: Ckm_s_def = 0.1_rtype
31713171
! Minimum allowable value for stability diffusivities
3172-
real(rtype), parameter :: Ck_s_min = 1e-2_rtype
3172+
real(rtype), parameter :: Ck_s_min = 0.1_rtype
31733173

31743174
!store zt_grid at nlev in 1d array
31753175
zt_grid_1d(1:shcol) = zt_grid(1:shcol,nlev)

0 commit comments

Comments
 (0)