Skip to content

Commit

Permalink
remove printout of buco
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 21, 2024
1 parent 386c1c7 commit 524759b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/General/fbal.f
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ SUBROUTINE calc_fbal_par(bsubu, bsubv)
CALL Gather1XArray(bvco)
CALL Gather1XArray(buco)

print *, iter2, &
& " ; buco(ns - 1) = ", buco(ns - 1), &
& " ; buco(ns ) = ", buco(ns)

! FROM AMPERE'S LAW, JcurX are angle averages of jac*JsupX, so
! JcurX = (dV/ds)/twopi**2 <JsupX> where <...> is flux surface average
!nsmin=MAX(2,t1lglob); nsmax=MIN(t1rglob,ns-1)
Expand Down

0 comments on commit 524759b

Please sign in to comment.