Skip to content

Commit

Permalink
Skeleton for boundary layer mixing interfaces
Browse files Browse the repository at this point in the history
All the development in the boundary layer mixing scheme has focused on
simple unit tests. This provides a skeleton for some of the interfaces
that will need to be in place before using the new parameterization in a
'real' MOM6 simulation
  • Loading branch information
ashao committed Sep 12, 2019
1 parent 4e63c75 commit 2b10a8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 563 deletions.
2 changes: 1 addition & 1 deletion src/core/MOM_unit_tests.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module MOM_unit_tests
use MOM_remapping, only : remapping_unit_tests
use MOM_neutral_diffusion, only : neutral_diffusion_unit_tests
use MOM_diag_vkernels, only : diag_vkernels_unit_tests
use MOM_boundary_lateral_mixing, only : near_boundary_unit_tests
use MOM_lateral_boundary_mixing, only : near_boundary_unit_tests

implicit none ; private

Expand Down
Loading

0 comments on commit 2b10a8b

Please sign in to comment.