2 & econ, eres, elossind, elosscap, error )
7 real time, esour, eind, ecap, econ, eres,
8 & elossind, elosscap, error
25 write(9,26)
time, icycle
37 if (detail_prints .eq. detail_prints_full)
then
43 halfstepv = 0.5 * ( vn(i,ib) + v(i,ib))
44 halfstepi = 0.5 * (zirn(i,ib) + zir(i,ib))
45 write(9,20) i, iflg(i,ib), halfstepv, halfstepi, g(i,ib),
46 & cechk(i,ib), zlrechk(i,ib), rr(i,ib),
47 & cdot(i,ib), zlrdot(i,ib),
53 26
format(/
'Time = ', 1pe10.3, 5x,
'Cycle = ', i5)
54 1
format (
'Energy from all sources: ',
56 2
format (
'L*I*I/2 energy stored in inductors: ',
58 3
format (
'C*V*V/2 energy stored in capacitors: ',
60 4
format (
'G*V*V energy dissipated in shunt resistors: ',
62 5
format (
'R*I*I energy dissipated in series resistors:',
64 6
format (
'Ldot*I*I/2 energy in variable inductors: ',
66 7
format (
'Cdot*V*V/2 energy in variable capacitors: ',
68 8
format (
'Relative error in energy sum: ',
70 74
format (/
'Branch ', i2)
71 73
format (3x,
'I', 5x,
'Flags', 6x,
'V', 10x,
'I', 10x,
'G',
72 & 10x,
'C', 10x,
'L', 10x,
'R', 8x,
'dC/dt',
73 & 6x,
'dL/dt', 5x,
'd(CV)/dV', 3x,
75 20
format (i4, 1x, i10, 1x, 10(1pe10.3,1x))
c *****************************************************************************c Various format statements for read_screamer_data output c To get these into made format to be characters c for each line corrected spelling errors in format added statement for Zflow Plasma Loss Model added format for CSV output type fixed more lines longer than characters added format for Measure Zflow Block and forward c reverse current directions in Zflow plasma loss c and Zflow POS models added format for SFC output type c removed from all code calls c c c c c a80 c i10 c No grids on plots c Do not write files containing the plotted points c Execute only one cycle c Do not echo the setup parameters and indicies c c &exitting c a13 c c c c c c c c102 c &described as a function of time c c c &described as a function of time c c c &function of time c c shell c &min A K c &trapped field time
subroutine cycle_print(icycle, time, esour, eind, ecap, econ, eres, elossind, elosscap, error)
c *****************************************************************************c Various format statements for read_screamer_data output c To get these into made format to be characters c for each line c