Skip to content

Commit ed08d97

Browse files
Copilotmahf708
andcommitted
Remove additional unused variables from HOMME F90 files
Co-authored-by: mahf708 <[email protected]>
1 parent ccab0c3 commit ed08d97

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

components/homme/src/share/bndry_mod_base.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ subroutine compute_ghost_corner_orientation(hybrid,elem,nets,nete)
836836
real (kind=real_kind) :: cin(2,2,1,nets:nete) !CE: fvm tracer
837837
real (kind=real_kind) :: cout(-1:4,-1:4,1,nets:nete) !CE: fvm tracer
838838
integer :: i,j,ie,kptr,np1,np2,nc,nc1,nc2,k,nlev
839-
logical :: fail,fail1,fail2
839+
logical :: fail1,fail2
840840
real (kind=real_kind) :: tol=.1
841841
call syncmp(hybrid%par)
842842
! if (hybrid%par%masterproc) print *,'computing ghost cell corner orientations'

components/homme/src/surfaces_mod.F90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ subroutine InitControlVolumes_duel(elem, hybrid,nets,nete)
195195
real (kind=real_kind) :: test(np,np,1)
196196

197197
integer :: i, j, ie, k, kmax,kmax2, kk
198-
logical :: Debug=.FALSE.,keep
199198

200199
gll_pts = gausslobatto(np)
201200
! gll points
@@ -1032,7 +1031,7 @@ subroutine InitControlVolumes_gll(elem, hybrid,nets,nete)
10321031
! ne=240 1e-4: add 5688/ 345600 pentagons, area ratio: 1.0004
10331032
! ne=240 1e-5: add 5736/ 345600 pentagons, area ratio: 1.000000078
10341033
real (kind=real_kind) :: tol_use_pentagons=1e-5
1035-
logical :: Debug=.FALSE.,keep
1034+
logical :: keep
10361035

10371036
integer :: face1,face2,found,ie_max,movex,movey,moved,ii,kmax
10381037
integer :: nskip,npent

components/homme/src/theta-l/share/viscosity_theta.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subroutine biharmonic_wk_theta(elem,stens,vtens,deriv,edgebuf,hybrid,nt,nets,net
5353
type (derivative_t) , intent(in) :: deriv
5454

5555
! local
56-
integer :: i,j,k,kptr,ie,nlyr_tot,ssize
56+
integer :: k,kptr,ie,nlyr_tot,ssize
5757
real (kind=real_kind), dimension(:,:), pointer :: rspheremv
5858
real (kind=real_kind), dimension(np,np) :: tmp
5959
real (kind=real_kind), dimension(np,np) :: tmp2

0 commit comments

Comments
 (0)