1 Subroutine rwall (dt,time,parms,rvar)
54 real dt,
time, parms(*), rvar
58 real factor, t_in, g, diskfact, cylfact, geomfact, tau
60 parameter(factor=1.708e-7)
72 if(
time .le. t_in)
then
75 tau =
time-t_in+1.0e-10
76 rvar = factor * geomfact * g / sqrt(tau)
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 rwall(dt, time, parms, rvar)