Skip to content

Commit

Permalink
Correction to the initialization of the river ports
Browse files Browse the repository at this point in the history
  • Loading branch information
abozec authored and abozec committed Apr 15, 2016
1 parent 713f376 commit 4f99570
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dpthuv.F
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ subroutine dpthuv
call latbdt( 0,0)
elseif (lbflag.eq.4) then
call latbdtf(0,0)
elseif (rivrtr.eq.1) then
call latbdt_river(0,0) !!Alex river
else
!$OMP PARALLEL DO PRIVATE(j,i)
!$OMP& SCHEDULE(STATIC,jblk)
Expand All @@ -43,7 +41,10 @@ subroutine dpthuv
enddo
enddo
endif
if (rivrtr.eq.1) call latbdt_river(0,0) !!Alex river
c


call xctilr(pbot, 1,1, nbdy,nbdy, halo_ps)
call xctilr(corio,1,1, nbdy,nbdy, halo_qs)
c
Expand Down

0 comments on commit 4f99570

Please sign in to comment.