Go to the source code of this file.
|
subroutine | fc2k_source_combiner (COREPROF, CORESOURCE, CORESOURCE1, CORESOURCE2, CORESOURCE3, CORESOURCE4, CORESOURCE5, CORESOURCE6, CORESOURCE7, CORESOURCE_OUT, AMIX_SRC, code_parameters) |
|
subroutine fc2k_source_combiner |
( |
type (type_coreprof), dimension(:), pointer |
COREPROF, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE1, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE2, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE3, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE4, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE5, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE6, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE7, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE_OUT, |
|
|
real (r8) |
AMIX_SRC, |
|
|
type (type_param) |
code_parameters |
|
) |
| |