![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
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... | |
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.
[in] | coreprof_in | input CPO with plasma profiles |
[in] | equilibrium_in | input CPO with geometry quantities from previous time |
[out] | equilibrium_out | output CPO with geometry quantities from previous iteration |
[in] | code_parameters | Code parameters from XML input |
[out] | output_flag | Integer output flag, negative values represent errors, positive ones warning and zero means successful execution. |
[out] | output_message | Output 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().