Skip to content

Commit

Permalink
Merge pull request mom-ocean#1344 from adcroft/cvmix-update
Browse files Browse the repository at this point in the history
Update CVMix submodule
  • Loading branch information
marshallward authored Mar 12, 2021
2 parents 250f007 + b911a39 commit 4255ada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/parameterizations/vertical/MOM_tidal_mixing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ subroutine calculate_CVMix_tidal(h, j, G, GV, US, CS, N2_int, Kd_lay, Kd_int, Kv
! summing q_i*TidalConstituent_i over the number of constituents.
call CVMix_compute_SchmittnerCoeff( nlev = GV%ke, &
energy_flux = tidal_qe_md(:), &
rho = rho_fw, &
SchmittnerCoeff = Schmittner_coeff, &
exp_hab_zetar = exp_hab_zetar, &
CVmix_tidal_params_user = CS%CVMix_tidal_params)
Expand All @@ -896,7 +895,6 @@ subroutine calculate_CVMix_tidal(h, j, G, GV, US, CS, N2_int, Kd_lay, Kd_int, Kv
Tdiff_out = Kd_tidal, &
Nsqr = N2_int_i, &
OceanDepth = -iFaceHeight(GV%ke+1), &
vert_dep = vert_dep, &
nlev = GV%ke, &
max_nlev = GV%ke, &
SchmittnerCoeff = Schmittner_coeff, &
Expand Down

0 comments on commit 4255ada

Please sign in to comment.