Go to the source code of this file.
|
subroutine | fc2k_fillcoreprof (COREPROF_DB, COREPROF_GRID, COREFAST_IN, COREPROF_OUT, INTERPOL) |
|
subroutine | fc2k_fillcoreprof2 (COREPROF_DB, COREPROF_GRID, COREFAST_IN, COREPROF_OUT, INTERPOL, integer_params, real_params, output_flag, diagnostic_info) |
|
subroutine | fc2k_fillcoretransp (CORETRANSP_DB, CORETRANSP_GRID, CORETRANSP_OUT, INTERPOL) |
|
subroutine | fc2k_fillcoresource (CORESOURCE_DB, CORESOURCE_GRID, CORESOURCE_OUT, INTERPOL) |
|
subroutine | fc2k_fillcoreimpur (COREIMPUR_DB, COREIMPUR_GRID, COREIMPUR_OUT, INTERPOL) |
|
subroutine | fc2k_fillcorefast (COREFAST_DB, COREFAST_GRID, COREFAST_OUT, INTERPOL) |
|
subroutine | fc2k_fillequilibrium (EQUILIBRIUM_DB, EQUILIBRIUM_GRID, EQUILIBRIUM_OUT, INTERPOL) |
|
subroutine | fc2k_filltoroidfield (TOROIDFIELD, TOROIDFIELD_GRID, TOROIDFIELD_OUT) |
|
subroutine | fc2k_fillcoreneutrals (CORENEUTRALS_DB, CORENEUTRALS_GRID, CORENEUTRALS_OUT, INTERPOL) |
|
subroutine | fc2k_fillneoclassic (NEOCLASSIC_DB, NEOCLASSIC_GRID, NEOCLASSIC_OUT, INTERPOL) |
|
subroutine fc2k_fillcorefast |
( |
type (type_corefast), dimension(:), pointer |
COREFAST_DB, |
|
|
type (type_corefast), dimension(:), pointer |
COREFAST_GRID, |
|
|
type (type_corefast), dimension(:), pointer |
COREFAST_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillcoreimpur |
( |
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_DB, |
|
|
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_GRID, |
|
|
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillcoreneutrals |
( |
type (type_coreneutrals), dimension(:), pointer |
CORENEUTRALS_DB, |
|
|
type (type_coreneutrals), dimension(:), pointer |
CORENEUTRALS_GRID, |
|
|
type (type_coreneutrals), dimension(:), pointer |
CORENEUTRALS_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillcoreprof |
( |
type (type_coreprof), dimension(:), pointer |
COREPROF_DB, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_GRID, |
|
|
type (type_corefast), dimension(:), pointer |
COREFAST_IN, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillcoreprof2 |
( |
type (type_coreprof), dimension(:), pointer |
COREPROF_DB, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_GRID, |
|
|
type (type_corefast), dimension(:), pointer |
COREFAST_IN, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_OUT, |
|
|
integer |
INTERPOL, |
|
|
integer, dimension(1) |
integer_params, |
|
|
real(8), dimension(2) |
real_params, |
|
|
integer, intent(out) |
output_flag, |
|
|
character(len=:), intent(out), pointer |
diagnostic_info |
|
) |
| |
subroutine fc2k_fillcoresource |
( |
type (type_coresource), dimension(:), pointer |
CORESOURCE_DB, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE_GRID, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillcoretransp |
( |
type (type_coretransp), dimension(:), pointer |
CORETRANSP_DB, |
|
|
type (type_coretransp), dimension(:), pointer |
CORETRANSP_GRID, |
|
|
type (type_coretransp), dimension(:), pointer |
CORETRANSP_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillequilibrium |
( |
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_DB, |
|
|
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_GRID, |
|
|
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_fillneoclassic |
( |
type (type_neoclassic), dimension(:), pointer |
NEOCLASSIC_DB, |
|
|
type (type_neoclassic), dimension(:), pointer |
NEOCLASSIC_GRID, |
|
|
type (type_neoclassic), dimension(:), pointer |
NEOCLASSIC_OUT, |
|
|
integer |
INTERPOL |
|
) |
| |
subroutine fc2k_filltoroidfield |
( |
type (type_toroidfield), dimension(:), pointer |
TOROIDFIELD, |
|
|
type (type_toroidfield), dimension(:), pointer |
TOROIDFIELD_GRID, |
|
|
type (type_toroidfield), dimension(:), pointer |
TOROIDFIELD_OUT |
|
) |
| |