Go to the source code of this file.
|
subroutine | fc2k_changeradii (EQUILIBRIUM_IN, COREPROF_IN, COREPROF_OUT, CORETRANSP_IN, CORETRANSP_OUT, CORESOURCE_IN, CORESOURCE_OUT, COREIMPUR_IN, COREIMPUR_OUT, CORENEUTRALS_IN, CORENEUTRALS_OUT, NEOCLASSIC_IN, NEOCLASSIC_OUT) |
|
subroutine fc2k_changeradii |
( |
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_IN, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_IN, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_OUT, |
|
|
type (type_coretransp), dimension(:), pointer |
CORETRANSP_IN, |
|
|
type (type_coretransp), dimension(:), pointer |
CORETRANSP_OUT, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE_IN, |
|
|
type (type_coresource), dimension(:), pointer |
CORESOURCE_OUT, |
|
|
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_IN, |
|
|
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_OUT, |
|
|
type (type_coreneutrals), dimension(:), pointer |
CORENEUTRALS_IN, |
|
|
type (type_coreneutrals), dimension(:), pointer |
CORENEUTRALS_OUT, |
|
|
type (type_neoclassic), dimension(:), pointer |
NEOCLASSIC_IN, |
|
|
type (type_neoclassic), dimension(:), pointer |
NEOCLASSIC_OUT |
|
) |
| |