Skip to content

Commit

Permalink
Fix doxygen labels in EOS_Wright_full and _red
Browse files Browse the repository at this point in the history
  Changed recently added doxygen labels in the two newly added EOS_Wright_red and
EOS_Wright_full modules to avoid reusing names that were already being used
by EOS_Wright.  All answers are bitwise identical, but the doxygen testing that
had been failing for the previous 5 commits is working again.
  • Loading branch information
Hallberg-NOAA committed Feb 16, 2023
1 parent 8354b01 commit d813778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/equation_of_state/MOM_EOS_Wright_full.F90
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ end subroutine int_spec_vol_dp_wright_full

!> \namespace mom_eos_wright_full
!!
!! \section section_EOS_Wright Wright equation of state
!! \section section_EOS_Wright_full Wright equation of state
!!
!! Wright, 1997, provide an approximation for the in situ density as a function of
!! potential temperature, salinity, and pressure. The formula follow the Tumlirz
Expand All @@ -954,7 +954,7 @@ end subroutine int_spec_vol_dp_wright_full
!! Originally coded in 2000 by R. Hallberg.
!! Anomaly form coded in 3/18.
!!
!! \subsection section_EOS_Wright_references References
!! \subsection section_EOS_Wright_full_references References
!!
!! Wright, D., 1997: An Equation of State for Use in Ocean Models: Eckart's Formula Revisited.
!! J. Ocean. Atmosph. Tech., 14 (3), 735-740.
Expand Down
4 changes: 2 additions & 2 deletions src/equation_of_state/MOM_EOS_Wright_red.F90
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ end subroutine int_spec_vol_dp_wright_red

!> \namespace mom_eos_wright_red
!!
!! \section section_EOS_Wright Wright equation of state
!! \section section_EOS_Wright_red Wright equation of state
!!
!! Wright, 1997, provide an approximation for the in situ density as a function of
!! potential temperature, salinity, and pressure. The formula follow the Tumlirz
Expand All @@ -954,7 +954,7 @@ end subroutine int_spec_vol_dp_wright_red
!! Originally coded in 2000 by R. Hallberg.
!! Anomaly form coded in 3/18.
!!
!! \subsection section_EOS_Wright_references References
!! \subsection section_EOS_Wright_red_references References
!!
!! Wright, D., 1997: An Equation of State for Use in Ocean Models: Eckart's Formula Revisited.
!! J. Ocean. Atmosph. Tech., 14 (3), 735-740.
Expand Down

0 comments on commit d813778

Please sign in to comment.