Skip to content

Commit

Permalink
Add a doxygen comment describing continuity_fluxes
Browse files Browse the repository at this point in the history
  Added a doxygen comment describing continuity_fluxes.  All answers are
bitwise identical.
  • Loading branch information
Hallberg-NOAA committed Nov 20, 2023
1 parent 39d741f commit b82a6fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/MOM_continuity.F90
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ module MOM_continuity
!>@}
end type cont_loop_bounds_type

!> Finds the thickness fluxes from the continuity solver or their vertical sum without
!! actually updating the layer thicknesses.
interface continuity_fluxes
module procedure continuity_3d_fluxes, continuity_2d_fluxes
end interface continuity_fluxes
Expand Down

0 comments on commit b82a6fd

Please sign in to comment.