ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Functions/Subroutines
fc2k_eqinput.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine fc2k_eqinput (COREPROF_IN, EQUILIBRIUM_IN, EQUILIBRIUM_OUT, code_parameters, output_flag, output_message)
 This is FC2K wrapper for eqinput. More...
 

Function/Subroutine Documentation

subroutine fc2k_eqinput ( type (ids_core_profiles), intent(in)  COREPROF_IN,
type (ids_equilibrium), intent(in)  EQUILIBRIUM_IN,
type (ids_equilibrium), intent(out)  EQUILIBRIUM_OUT,
type (ids_parameters_input), intent(in)  code_parameters,
integer(ids_int), intent(out)  output_flag,
character(len=:), intent(out), pointer  output_message 
)

This is FC2K wrapper for eqinput.

Parameters
[in]coreprof_ininput CPO with plasma profiles
[in]equilibrium_ininput CPO with geometry quantities from previous time
[out]equilibrium_outoutput CPO with geometry quantities from previous iteration
[in]code_parametersCode parameters from XML input
[out]output_flagInteger output flag, negative values represent errors, positive ones warning and zero means successful execution.
[out]output_messageOutput message. In Kepler the message will, for negative output_flag, be displayed in an error-window.

Definition at line 4 of file fc2k_eqinput.f90.

References equilibrium_input::equil_input().

Here is the call graph for this function: