Skip to content

Commit

Permalink
add axis geometry as it enters guess_axis to debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Aug 13, 2024
1 parent 49a47d3 commit ad4db0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/guess_axis.f90
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ SUBROUTINE guess_axis(r1, z1, ru0, zu0)
! debugging output from guess_axis
if (open_dbg_context("guess_axis")) then

! axis geometry on entry into this routine
call add_real_1d("raxis_in" , ivmax, r1(1,1:ivmax,1,0) )
call add_real_1d("zaxis_in" , ivmax, z1(1,1:ivmax,1,0) )

call add_real_2d("r1b" , ivmax, ntheta1, r1b(1:ivmax,:) )
call add_real_2d("z1b" , ivmax, ntheta1, z1b(1:ivmax,:) )
call add_real_2d("rub" , ivmax, ntheta1, rub(1:ivmax,:) )
Expand Down

0 comments on commit ad4db0a

Please sign in to comment.