Skip to content

Commit

Permalink
debug ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 18, 2024
1 parent ba770d6 commit 35a0545
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sources/General/fbal.f
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ SUBROUTINE calc_fbal_par(bsubu, bsubv)
CALL Gather1XArray(bvco)
CALL Gather1XArray(buco)

print *, "buco(ns - 1) = ", buco(ns - 1)
print *, "buco(ns ) = ", buco(ns)
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
Expand Down

0 comments on commit 35a0545

Please sign in to comment.