Skip to content

Commit 0ecb753

Browse files
committed
remove unused variable
1 parent 823e018 commit 0ecb753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Model/GroundWaterEnergy/gwe-shf.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ subroutine shf_cq(this, ifno, tstrm, shflx)
173173
real(DP), intent(inout) :: shflx !< calculated sensible heat flux amount
174174
! -- local
175175
real(DP) :: shf_const
176-
real(DP) :: shf_term
177176
!
178177
! -- calculate sensible heat flux using HGS equation
179178
shf_const = this%cd * this%cpa * this%rhoa

0 commit comments

Comments
 (0)