ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
ets_wrapper_neowes.f90
Go to the documentation of this file.
1 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7 ! + + + + + + + + + + + + + + + + + + + + + + + + + + + +
9 
10  use euitm_schemas
11  implicit none
12 
13 contains
14 
15  subroutine neowes_wrapper(eq, coreprof, neoclassic)
16 
17  use xml_file_reader
18 
19  implicit none
20 
21  TYPE (type_equilibrium), pointer :: eq(:)
22  TYPE (type_coreprof), pointer :: coreprof(:)
23  TYPE (type_neoclassic), pointer :: neoclassic(:)
24 !! type (type_param), save :: code_parameters
25  logical, save :: first = .true.
26 
27  interface
28  subroutine neowes(eq, coreprof, neoclassic) !! , code_parameters
29  use euitm_schemas
30  type (type_equilibrium), pointer :: eq(:)
31  type (type_coreprof), pointer :: coreprof(:)
32  type (type_neoclassic), pointer :: neoclassic(:)
33 !! type (type_param) :: code_parameters
34  end subroutine neowes
35  end interface
36 
37 !! if(first) then
38 !! call fill_param(code_parameters, 'XML/neowes.xml', '', 'XML/neowes.xsd')
39 !! first=.false.
40 !! endif
41 
42  CALL neowes(eq, coreprof, neoclassic) !! , code_parameters
43 
44  return
45 
46  end subroutine neowes_wrapper
47 
48 end module ets_wrapper_neowes
subroutine eq(pcequi, psicon, ncequi, nstep, ngrid,
Definition: Eq_m.f:310
subroutine neowes(eq, coreprof, neoclassic)
Definition: neowes.F90:4
subroutine neowes_wrapper(eq, coreprof, neoclassic)
wrapper for NEOWES