2 c---------------------------------------------------------------
4 c---------------------------------------------------------------
10 dimension af_r(nrp,0:mdim),bf_r(nrp,0:mdim)
11 dimension af_z(nrp,0:mdim),bf_z(nrp,0:mdim)
13 dimension contvals_mat(2500),voltpf(500),d_pf_mat(500)
14 dimension d_cam_mat(500)
15 dimension rcp(10),zcp(10)
19 c kpr=1 for debugging, kpr=0 no printing
40 k_con=(tau_con+1.d-8)/dt
60 if(k_fixfree.eq.0)
then
62 call
b_stepon( kluch, k_auto, nstep, dt, time,
63 * rax,zax ,key_dmf,dpsdt)
68 write(*,*)
'flux_fi',flfi_m
69 write(*,*)
'nstep done,time',nstep,time
91 call
b_stepon( kluch, k_auto, nstep, dt, time,
92 * rax,zax ,key_dmf,dpsdt)
98 write(*,*)
'flux_fi',flfi_m
100 write(*,*)
'nstep done,time',nstep,time
121 if(key_ini .eq. 0)
then
122 call
sstepon( kluch, k_auto,nstep,dt,time,
123 * voltpf, d_pf_mat ,d_cam_mat,key_dmf)
125 call cf_init( k_auto, nstep, dt, time,
126 * voltpf, d_pf_mat,d_cam_mat )
130 eqdfn=
'eqdsk_128x129-tin047_I=1,5.wr'
152 call
f_stepon( kluch, k_auto,nstep,dt,time,
153 * voltpf, d_pf_mat ,d_cam_mat,rax,zax,key_dmf)
161 pause
'pause:initial equilibrium '
171 if(nstep1/k_con*k_con .eq. nstep1)
then
180 print *,
' Next step: stepon',nstep
184 call
sstepon( kluch, k_auto,nstep,dt,time,
185 * voltpf, d_pf_mat ,d_cam_mat,key_dmf)
186 print *,
' stepon done'
191 elseif(k_grid.eq.1)
then
193 call
f_stepon( kluch, k_auto,nstep,dt,time,
194 * voltpf, d_pf_mat ,d_cam_mat,rax,zax,key_dmf)
199 print *,
' After stepon'
204 if(nstep/5*5.eq.nstep)
then
209 write(*,*)
'nstep done,time',nstep,time
220 subroutine dmf_test_wr(nstep,nstop)
225 common/psi_test/ psi_ext_bon(300)
227 psi_ext_bon(nstep)=psi_eav
229 if(nstep.eq.nstop)
then
230 open(1,file=
'bonpsi.wr',form=
'formatted')
231 write(1,*) (psi_ext_bon(i),i=1,nstop)
238 subroutine dmf_test_rd(nstop)
243 common/psi_test/ psi_ext_bon(300)
245 open(1,file=
'bonpsi.wr',form=
'formatted')
246 read(1,*) (psi_ext_bon(i),i=1,nstop)
263 xx =dfloat(i)/dfloat(iplas)
264 delp_prim = ampl*( 1.d0-dtanh(((xx0-xx)/w)**4) )
276 dimension ps(np),fp(np),pp(np)
277 dimension ps1(np),fp1(np),pp1(np)
282 open(1,file=
'tabppf_tin047p.dat')
285 read(1,*) ps(i),pp(i),fp(i)
289 open(1,file=
'tabppf_tin047.dat')
292 read(1,*) ps1(i),pp1(i),fp1(i)
298 fp(i)=alp*fp(i) + (1.d0-alp)*fp1(i)
301 open(1,file=
'tabppf.dat')
304 write(1,*) ps(i),pp(i),fp(i)
317 write(fname,
'(a,a)') path(1:kname),
'tabppf.dat'
318 open(1,file=fname,form=
'formatted')
321 allocate( pstab(nutab), pptab(nutab), fptab(nutab) )
323 read(1,*) pstab(i),pptab(i),fptab(i)
338 write(fname,
'(a,a)') path(1:kname),
'tab_bnd.dat'
339 open(1,file=fname,form=
'formatted')
342 allocate( rbtab(nbtab), zbtab(nbtab) )
344 read(1,*) rbtab(i),zbtab(i)
subroutine sstepon(KLUCH, k_auto, nstep, dt, time,
subroutine b_stepon(KLUCH, k_auto, nstep, dt, time,
subroutine put_tim(dt, time)
subroutine cntrlr_iter(kon_ini, kgrid, voltpf)
subroutine kpr_calc(kpr_xx)
real(r8) function dpdpsi(psi_n)
subroutine get_flfi(flfi_m)
subroutine put_key_fix(k)
subroutine code(ZIX, ZIY, C)
subroutine evolution(T, R_in, R_out, El, Tr_l, Tr_U, Ip)
subroutine f_stepon(KLUCH, k_auto, nstep, dt, time,
subroutine put_name(name, ksym)