Skip to content

Commit

Permalink
Different output
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Sep 20, 2024
1 parent 8bef676 commit 2ebed3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cgyro/src/cgyro_error_estimate.F90
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ subroutine cgyro_error_estimate
use cgyro_globals
use cgyro_io
use timer_lib

use cgyro_step

implicit none

integer :: i_f,itor
Expand Down Expand Up @@ -175,7 +176,7 @@ subroutine cgyro_error_estimate
integration_error = integration_error/norm

if (i_proc == 0) then
print '(7(1pe12.5))',delta_t_gk,deltah2,delta_t_last_step,delta_t_last,var_error,integration_error
print '(7(1pe12.5))',var_error,integration_error,sum(abs(h_x)),sum(abs(rhs(:,:,:,1)))
endif

! Trigger code shutdown on large collisionless error
Expand Down

0 comments on commit 2ebed3a

Please sign in to comment.