Skip to content

Commit

Permalink
Rename module to hor_bnd_diffusion
Browse files Browse the repository at this point in the history
* Rename MOM_lateral_boundary_diffusion.F90 to
  MOM_hor_bnd_diffusion.F90.
* Following the suggestion from a reviewer, MOM_lateral_boundary_diffusion
  has been renamed to MOM_hor_bnd_diffusion. Many submodules related to the
  'old; lateral diffusion have been renamed throughout the code.
  LBD has been replaced to HBD.
* Tested that answers for GMOM do not change.
  • Loading branch information
gustavo-marques committed Nov 12, 2022
1 parent fe3cb4d commit f666a67
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 1,192 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 @@ -10,7 +10,7 @@ module MOM_unit_tests
use MOM_neutral_diffusion, only : neutral_diffusion_unit_tests
use MOM_diag_vkernels, only : diag_vkernels_unit_tests
use MOM_random, only : random_unit_tests
use MOM_lateral_boundary_diffusion, only : near_boundary_unit_tests
use MOM_hor_bnd_diffusion, only : near_boundary_unit_tests
use MOM_CFC_cap, only : CFC_cap_unit_tests
implicit none ; private

Expand Down
Loading

0 comments on commit f666a67

Please sign in to comment.