Skip to content

Commit

Permalink
Update comment for tot_energy_phys vc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Nov 21, 2024
1 parent e981332 commit c0b9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/cam/check_energy.F90
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ subroutine tot_energy_phys(state, outfld_name_suffix,vc)

type(physics_state), intent(inout) :: state
character(len=*), intent(in) :: outfld_name_suffix ! suffix for "outfld"
integer, optional, intent(in) :: vc ! vertical coordinate
integer, optional, intent(in) :: vc ! vertical coordinate (controls energy formula to use)

!---------------------------Local storage-------------------------------
real(r8) :: se(pcols) ! Dry Static energy (J/m2)
Expand Down

0 comments on commit c0b9d8b

Please sign in to comment.