Skip to content

Commit

Permalink
Merge pull request #763 from E3SM-Project/crterai/dyamond2/shoc_ck_s_…
Browse files Browse the repository at this point in the history
…tuning_0pt1

Change Ck tunings to a stronger tuning for stable BL conditions
  • Loading branch information
crterai authored Nov 27, 2020
2 parents a66fa53 + b41d874 commit ad0e203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/eam/src/physics/cam/shoc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3166,10 +3166,10 @@ subroutine eddy_diffusivities(nlev, shcol, obklen, pblh, zt_grid, &
real(rtype), parameter :: Ckh = 0.1_rtype
real(rtype), parameter :: Ckm = 0.1_rtype
! Default eddy coefficients for stable PBL diffusivities
real(rtype), parameter :: Ckh_s_def = 1e-2_rtype
real(rtype), parameter :: Ckm_s_def = 1e-2_rtype
real(rtype), parameter :: Ckh_s_def = 0.1_rtype
real(rtype), parameter :: Ckm_s_def = 0.1_rtype
! Minimum allowable value for stability diffusivities
real(rtype), parameter :: Ck_s_min = 1e-2_rtype
real(rtype), parameter :: Ck_s_min = 0.1_rtype

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

0 comments on commit ad0e203

Please sign in to comment.