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 7553858 commit ba770d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/General/fbal.f
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +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)

! 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 ba770d6

Please sign in to comment.