10 SUBROUTINE eqstart(PROF_FLAG, J0_FLAG, Q0_FLAG, &
11 coreprof_in, equilibrium_in, toroidfield_in, &
12 coreprof_out, equilibrium_out)
21 TYPE (type_equilibrium
),
POINTER :: equilibrium_in(:)
22 TYPE (type_equilibrium
),
POINTER :: equilibrium_out(:)
23 TYPE (type_toroidfield
),
POINTER :: toroidfield_in(:)
24 TYPE (type_coreprof
),
POINTER :: coreprof_in(:)
25 TYPE (type_coreprof
),
POINTER :: coreprof_iter(:)
26 TYPE (type_coreprof
),
POINTER :: coreprof_out(:)
27 TYPE (type_coreprof
),
POINTER :: coreprof_new(:)
31 INTEGER :: prof_flag, flag
34 INTEGER,
PARAMETER :: ext_equil = 2
38 coreprof_in, equilibrium_in, toroidfield_in, &
39 coreprof_out, equilibrium_out)
subroutine eqstart(PROF_FLAG, J0_FLAG, Q0_FLAG, COREPROF_IN, EQUILIBRIUM_IN, TOROIDFIELD_IN, COREPROF_OUT, EQUILIBRIUM_OUT)
Module to cope with problems in fc2k.
subroutine start_profiles_consistency(PROF_FLAG, J0_FLAG, Q0_FLAG, EXT_EQUIL, COREPROF_IN, EQUILIBRIUM_IN, TOROIDFIELD_IN, COREPROF_OUT, EQUILIBRIUM_OUT)