16 write(out_he, *)
'*****************************************'
18 write(out_he, *)
'*****************************************'
19 write(out_he, *)
'* HELENA *'
20 write(out_he, *)
'*****************************************'
24 write(out_he, 20) ellip, tria, quad
25 write(out_he, 21) mharm, isol, ias
28 write(out_he, 31) input_type
29 write(out_he, 32) radial_coordinate
30 if (trim(input_type) ==
"p' and j_tor" &
31 .or. trim(input_type) ==
"p and j_tor" &
32 .or. trim(input_type) ==
"p' and q")
then
33 write(out_he,36) current_averaging
36 write(out_he, 40) eps, alfa, b
37 write(out_he, 41) ip, betap
39 write(out_he, 50) nr, np, nrmap, npmap, nchi, niter
41 if (trim(input_type) ==
"p' and j_tor" &
42 .or. trim(input_type) ==
"p and j_tor" &
43 .or. trim(input_type) ==
"p' and q")
then
44 write(out_he, 51) nmesh, npts, errcur
49 10
format(
' * helena : grad-shafranov equilibrium *')
50 20
format(
' $shape ellip =', e16.8,
', tria =', e16.8,
', quad =', &
52 21
format(
' mharm =', i3,
', isol =', i2,
', ias = ', i2)
53 30
format(
' $profile hbt =', l7,
',')
54 31
format(
' input_type = ', a12,
',')
55 32
format(
' radial_coordinate = ', a6,
',')
56 36
format(
' averaging type: current_averaging = ', a6)
57 40
format(
' $phys eps =', e16.8,
', alfa =', e16.8, &
59 41
format(
' Ip =', e16.8,
', betap = ', e16.8)
60 50
format(
' $num nr =', i3,
', np =', i3,
', nrmap =', i3, &
61 ', npmap =', i3,
', nchi = ', i3,
', niter = ', i3)
62 51
format(
' nmesh =', i3,
', npts =', i4,
', errcur =', e16.8)
subroutine write_parameters