Skip to content

Commit

Permalink
Update src/env_state.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Curtis <[email protected]>
  • Loading branch information
tangwhiap and jcurtis2 authored Dec 3, 2024
1 parent dee21f7 commit fd42131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env_state.F90
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ subroutine env_state_saturated_vapor_pressure_water(env_state, pvs)
type(env_state_t), intent(in) :: env_state
!> saturated vapor pressure with respective to water (Pa)
real(kind=dp), intent(out) :: pvs
!> temperature (k)
real(kind=dp) :: T, tmp

T = env_state%temp
Expand Down

0 comments on commit fd42131

Please sign in to comment.