Skip to content

Commit

Permalink
Fix doxygen references
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Dec 4, 2019
1 parent 9303e99 commit e71a573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tracer/MOM_lateral_boundary_diffusion.F90
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ end subroutine boundary_k_range


!> Calculate the lateral boundary diffusive fluxes using the layer by layer method.
!! See \ref LBD_method2
!! See \ref section_method2
subroutine fluxes_layer_method(boundary, nk, deg, h_L, h_R, hbl_L, hbl_R, phi_L, phi_R, ppoly0_coefs_L, &
ppoly0_coefs_R, ppoly0_E_L, ppoly0_E_R, method, khtr_u, F_layer)

Expand Down Expand Up @@ -475,7 +475,7 @@ subroutine fluxes_layer_method(boundary, nk, deg, h_L, h_R, hbl_L, hbl_R, phi_L,
end subroutine fluxes_layer_method

!> Apply the lateral boundary diffusive fluxes calculated from a 'bulk model'
!! See \ref LBD_method1
!! See \ref section_method1
subroutine fluxes_bulk_method(boundary, nk, deg, h_L, h_R, hbl_L, hbl_R, area_L, area_R, phi_L, phi_R, ppoly0_coefs_L, &
ppoly0_coefs_R, ppoly0_E_L, ppoly0_E_R, method, khtr_u, F_bulk, F_layer, F_limit)

Expand Down

0 comments on commit e71a573

Please sign in to comment.