Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Sep 27, 2024
1 parent 09a64cc commit 43b191c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Utility/Pre-Processing/redistribute_source.f90
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@
lp3: do i=1,nsource
ie=ie_src(i)
nd1=elnode(1,ie) !use 1st node to check bbox

!new11
if(i==21) write(13,*)'CORIE (1):',ie

do m=1,nbbox
if(x(nd1)>=bbox_ll(1,m).and.x(nd1)<=bbox_ur(1,m).and. &
&y(nd1)>=bbox_ll(2,m).and.y(nd1)<=bbox_ur(2,m)) then
Expand All @@ -255,15 +251,7 @@
vol=area(ie)*av_h !>0
!Max flow allowed for S
flowmax=vol/dt*(s_rat-1) !>0

!new11
if(i==21) write(13,*)'CORIE b4:',ie

if(flowmax<av_flow(i)) then !look for neighboring bnd cells

!new11
if(i==21) write(13,*)'CORIE in'

!Prep list of land bnd nodes to search
icolor2=0 !flag
!Find first <=2 starting bnd nodes
Expand Down

0 comments on commit 43b191c

Please sign in to comment.