Skip to content

Commit

Permalink
Merge branch 'param_bugfixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Feb 6, 2020
2 parents 738e6ee + db098ee commit 16fefa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/shared/cvmix_kpp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ subroutine cvmix_kpp_compute_OBL_depth_low(Ri_bulk, zw_iface, OBL_depth, &
! Error checks
! (1) if using Ekman length, need to pass surf_fric and Coriolis
if ((.not.(present(surf_fric).and.present(Coriolis))).and. &
CVmix_kpp_params_in%lMonOb) then
CVmix_kpp_params_in%lEkman) then
print*, "ERROR: must pass surf_fric and Coriolis if you want to ", &
"compute Ekman length"
stop 1
Expand Down
2 changes: 1 addition & 1 deletion src/shared/cvmix_shear.F90
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ subroutine cvmix_coeffs_shear_low(Mdiff_out, Tdiff_out, RICH, nlev, &
PP_alpha = CVmix_shear_params%PP_alpha
loc_exp = CVmix_shear_params%PP_exp
PP_nu_b = CVmix_shear_params%PP_nu_b
PP_kappa_b = CVmix_shear_params%PP_nu_b
PP_kappa_b = CVmix_shear_params%PP_kappa_b

! Pacanowski-Philander
do kw=1,nlev+1
Expand Down

0 comments on commit 16fefa2

Please sign in to comment.