Skip to content

Commit

Permalink
Fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
liho745 committed Dec 7, 2023
1 parent 961d458 commit 4416b05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/mosart/src/riverroute/MOSART_physics_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ subroutine Euler
real(r8) :: temp_erout, localDeltaT, temp_haout, temp_Tt, temp_Tr, temp_T, temp_ha
real(r8) :: mud_erout, san_erout, temp_ehexch, temp_etexch, temp_erexch
real(r8) :: negchan
integer :: numSubSteps
integer :: numSubSteps
integer :: yr,mon,day,tod
real(r8) :: myTINYVALUE
character(len=*),parameter :: subname = '(Euler)'
Expand Down Expand Up @@ -994,7 +994,7 @@ subroutine Routing_DW(iunit, nt, theDeltaT)
TRunoff%erout(iunit,nt) = -TRunoff%erin(iunit,nt)-TRunoff%erlateral(iunit,nt)
else
!TODO. If this channel is at basin outlet (downstream is ocean), use the KW method
if(rtmCTL%mask(iunit) .eq. 3) then
if(rtmCTL%mask(iunit) .eq. 3) then
call Routing_KW(iunit, nt, theDeltaT)
else
if(nt == nt_nliq) then
Expand Down Expand Up @@ -1230,9 +1230,9 @@ subroutine updateState_hillslope(iunit,nt)

if(nt==nt_nliq) then
TRunoff%yh(iunit,nt) = TRunoff%wh(iunit,nt) !/ TUnit%area(iunit) / TUnit%frac(iunit)
else
TRunoff%yh(iunit,nt) = 0._r8
end if
else
TRunoff%yh(iunit,nt) = 0._r8
end if

end subroutine updateState_hillslope

Expand Down

0 comments on commit 4416b05

Please sign in to comment.