INTEGRALS: Increase the precision of reconnection rate terms.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
09284fcf25
commit
d34b780525
@ -331,7 +331,7 @@ module integrals
|
||||
|
||||
! write the integral file header
|
||||
!
|
||||
write(runit,'("#",a8,12a18)') &
|
||||
write(runit,'("#",a8,12a25)') &
|
||||
'step', 'time', '|Bx| int', '|Bx| inf' &
|
||||
, '|Bx| y-adv', '|Bx| y-shr', '|Bx| y-dif' &
|
||||
, '|Bx| z-adv', '|Bx| z-shr', '|Bx| z-dif' &
|
||||
@ -960,7 +960,7 @@ module integrals
|
||||
, avarr(6), mnarr(6), mxarr(6) &
|
||||
, avarr(7), mnarr(7), mxarr(7)
|
||||
write(eunit,efmt) step, time, dtn, dte, maxval(errors(:)), errors(:)
|
||||
write(runit,"(i9, 11es18.8e3)") step, time, inarr(11:20)
|
||||
write(runit,"(i9, 11es25.15e3)") step, time, inarr(11:20)
|
||||
|
||||
call flush_and_sync(funit)
|
||||
call flush_and_sync(sunit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user