Skip to content

Commit

Permalink
Fix default zeta_bot values
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 17, 2020
1 parent 8fdcd90 commit 388b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_neutral_diffusion.F90
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ subroutine neutral_diffusion_calc_coeffs(G, GV, US, h, T, S, CS, p_surf)
pa_to_H = 1. / (GV%H_to_RZ * GV%g_Earth)

k_top(:,:) = 1 ; k_bot(:,:) = 1
zeta_top(:,:) = 0. ; zeta_bot(:,:) = 1.
zeta_top(:,:) = 0. ; zeta_bot(:,:) = 0.

! Check if hbl needs to be extracted
if (CS%interior_only) then
Expand Down

0 comments on commit 388b100

Please sign in to comment.