35 (coreprof_old, coreprof_iter, coreprof_new, &
36 equilibrium_old, equilibrium_iter, &
41 control_integer, control_double, &
43 hyper_diff,user_out_outputflag,user_out_diagnosticinfo)
55 TYPE (type_coreprof
),
POINTER :: coreprof_old(:)
56 TYPE (type_coreprof
),
POINTER :: coreprof_iter(:)
57 TYPE (type_coreprof
),
POINTER :: coreprof_new(:)
58 TYPE (type_equilibrium
),
POINTER :: equilibrium_old(:)
59 TYPE (type_equilibrium
),
POINTER :: equilibrium_iter(:)
60 TYPE (type_coretransp
),
POINTER :: coretransp_iter(:)
61 TYPE (type_coresource
),
POINTER :: coresource_iter(:)
62 TYPE (type_coreimpur
),
POINTER :: coreimpur_iter(:)
63 TYPE (type_corefast
),
POINTER :: corefast_iter(:)
65 TYPE (type_param
) :: code_parameters
69 INTEGER,
INTENT(IN) :: control_integer(4)
70 REAL (R8),
INTENT(IN) :: control_double(6)
73 REAL (R8),
DIMENSION(2) :: hyper_diff
79 integer,
intent(out) :: user_out_outputflag
80 character(len=:),
pointer,
intent(out) :: user_out_diagnosticinfo
87 diag%error_message=
' '
94 (coreprof_old, coreprof_iter, coreprof_new, &
95 equilibrium_old, equilibrium_iter, &
101 control_integer, control_double, &
107 if (diag%ierr .lt.0)
then
108 user_out_outputflag=diag%ierr
109 nch_tmp=len_trim(diag%error_message)
110 allocate(
character(nch_tmp) :: user_out_diagnosticinfo)
111 user_out_diagnosticinfo=diag%error_message(1:nch_tmp)
subroutine transport_solver_interface
subroutine fc2k_transport_solver(COREPROF_OLD,COREPROF_ITER,COREPROF_NEW,EQUILIBRIUM_OLD,EQUILIBRIUM_ITER,CORETRANSP_ITER,CORESOURCE_ITER,COREIMPUR_ITER,COREFAST_ITER,CONTROL_INTEGER,CONTROL_DOUBLE,
Module to cope with problems in fc2k.
Module provides the interface between (external) CPO and internal ETS derived types.
The module declares types of variables used in ETS (transport code)