ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
fc2k_workaround_eqinput.f90
Go to the documentation of this file.
1 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
12 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
13 
14  SUBROUTINE eqinput(COREPROF_IN, TOROIDFIELD_IN, EQUILIBRIUM_IN, EQUILIBRIUM_OUT)
15 
16  USE itm_types
17  USE euitm_schemas
19 
20  IMPLICIT NONE
21 
22 ! +++ CPO derived types:
23  TYPE (type_equilibrium), POINTER :: equilibrium_in(:) !input CPO with geometry quantities from previous time
24  TYPE (type_equilibrium), POINTER :: equilibrium_out(:) !output CPO with geometry quantities from previous iteration
25  TYPE (type_toroidfield), POINTER :: toroidfield_in(:) !toroidal field, major radius, total current
26  TYPE (type_coreprof), POINTER :: coreprof_in(:) !input CPO with plasma profiles
27 
28 
29  CALL equil_input(coreprof_in, toroidfield_in, equilibrium_in, equilibrium_out)
30 
31  RETURN
32 
33  END SUBROUTINE eqinput
subroutine equil_input(COREPROF_IN, TOROIDFIELD_IN, EQUILIBRIUM_IN, EQUILIBRIUM_OUT)
subroutine eqinput(COREPROF_IN, TOROIDFIELD_IN, EQUILIBRIUM_IN, EQUILIBRIUM_OUT)
Module to cope with problems in fc2k.
EQUILIBRIUM_INPUT.