21 TYPE (type_equilibrium
),
pointer ::
eq(:)
22 TYPE (type_coreprof
),
pointer :: coreprof(:)
23 TYPE (type_neoclassic
),
pointer :: neoclassic(:)
25 logical,
save :: first = .true.
28 subroutine neowes(eq, coreprof, neoclassic) !! , code_parameters
30 type (type_equilibrium
),
pointer ::
eq(:)
31 type (type_coreprof
),
pointer :: coreprof(:)
32 type (type_neoclassic
),
pointer :: neoclassic(:)
42 CALL
neowes(
eq, coreprof, neoclassic)
subroutine eq(pcequi, psicon, ncequi, nstep, ngrid,
subroutine neowes(eq, coreprof, neoclassic)
subroutine neowes_wrapper(eq, coreprof, neoclassic)