ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
Main Page
Data Types List
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
parameters.f90
Go to the documentation of this file.
1
MODULE
parameters
! declaration of SPIDER code parameters
2
3
4
USE
itm_types
5
6
7
TYPE
type_parameters
8
INTEGER
:: nstep = 0
! nstep=0 - initial eq., nstep>0 using computed eq.
9
INTEGER
:: neql = 100
! number of nodes in radial
10
INTEGER
:: nteta = 100
! number of intervals in poloidal + 2
11
12
INTEGER
:: kpr = 1
! print in spider (0 - no print, -1 - no write)
13
14
INTEGER
:: k_auto = 1
! k_auto= 1-> full initialization
15
INTEGER
:: k_fixfree = 0
! =0->only fixed boundary spider
16
INTEGER
:: k_grid = 0
! k_grid= 0 rect. grid
17
! k_grid= 1 adap. grid
18
19
INTEGER
:: key_dmf = -10
! =1->diff.mag.field, =0->without
20
INTEGER
:: key_ini = 1
! =1 astra profiles, =0 start from EQDSK and SPIDER profiles
21
INTEGER
:: key_start = 1
! =1 astra profiles, =0 start from EQDSK and SPIDER profiles
22
INTEGER
:: key_0stp = 1
! initial eq. only =0 - p',ff'; =1 - p,cu
23
INTEGER
:: key_pres = 1
! =1 - pressure profile, =0 - p' profile
24
25
INTEGER
:: kname = 1
! path name length >=1
26
27
REAL(R8)
:: dt = 1.d-3
28
REAL(R8)
:: time = 0.d0
29
REAL(R8)
:: dpsdt = 0.d0
30
31
CHARACTER*40
:: prename =
''
! working directory path
32
CHARACTER*40
:: eqdfn =
'g900004.00230_ITER_09MA_eqdsk14MR.txt'
33
34
35
END TYPE
type_parameters
36
37
38
END MODULE
parameters
parameters
Definition:
parameters.f90:1
parameters::type_parameters
Definition:
parameters.f90:7
src
spider
parameters.f90
Generated on Thu Feb 27 2020 09:02:18 for ETS by
1.8.5