Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
tgastine committed Dec 14, 2023
1 parent 51ea649 commit e5d858e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TO.f90
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ subroutine prep_TO_axi(z,dz)

do l=0,l_max
lm=lm2(l,0)
zASL(l+1)=real(z(lm))
dzASL(l+1) =real(dz(lm))
zASL(l+1) =real(z(lm))
dzASL(l+1)=real(dz(lm))
end do

end subroutine prep_TO_axi
Expand Down Expand Up @@ -373,7 +373,7 @@ subroutine getTOfinish(nR,dtLast)
integer :: l,lm

!------ When all thetas are done calculate viscous stress in LM space:
dzStrLMr(1) =0.0_cp
dzStrLMr(1) =0.0_cp
dzdVpLMr(1,nR) =0.0_cp
dzddVpLMr(1,nR)=0.0_cp
do l=1,l_max
Expand Down

0 comments on commit e5d858e

Please sign in to comment.