Data Types | |
type | GR_BIOG_GARDEN_t |
Public Member Functions | |
subroutine | GR_BIOG_GARDEN_GOTO_MODEL (KFROM, KTO, LKFROM) |
subroutine | GR_BIOG_GARDEN_ALLOC (KMODEL) |
subroutine | GR_BIOG_GARDEN_DEALLO |
Public Attributes | |
TYPE(GR_BIOG_GARDEN_t), allocatable, target, save | GR_BIOG_GARDEN_MODEL |
REAL, dimension(:), pointer | XISOPOT = >NULL() |
REAL, dimension(:), pointer | XMONOPOT = >NULL() |
REAL, dimension(:,:,:), pointer | XIACAN = >NULL() |
REAL, dimension(:), pointer | XFISO = >NULL() |
REAL, dimension(:), pointer | XFMONO = >NULL() |
Definition at line 2 of file modd_gr_biog_gardenn.F90.
subroutine MODD_GR_BIOG_GARDEN_n::GR_BIOG_GARDEN_ALLOC | ( | INTEGER, intent(in) | KMODEL | ) |
Definition at line 88 of file modd_gr_biog_gardenn.F90.
subroutine MODD_GR_BIOG_GARDEN_n::GR_BIOG_GARDEN_DEALLO | ( | ) |
Definition at line 104 of file modd_gr_biog_gardenn.F90.
subroutine MODD_GR_BIOG_GARDEN_n::GR_BIOG_GARDEN_GOTO_MODEL | ( | INTEGER, intent(in) | KFROM, |
INTEGER, intent(in) | KTO, | ||
LOGICAL, intent(in) | LKFROM | ||
) |
Definition at line 63 of file modd_gr_biog_gardenn.F90.
TYPE(GR_BIOG_GARDEN_t), allocatable, target, save MODD_GR_BIOG_GARDEN_n::GR_BIOG_GARDEN_MODEL |
Definition at line 50 of file modd_gr_biog_gardenn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GARDEN_n::XFISO = >NULL() |
Definition at line 58 of file modd_gr_biog_gardenn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GARDEN_n::XFMONO = >NULL() |
Definition at line 58 of file modd_gr_biog_gardenn.F90.
REAL, dimension(:,:,:), pointer MODD_GR_BIOG_GARDEN_n::XIACAN = >NULL() |
Definition at line 56 of file modd_gr_biog_gardenn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GARDEN_n::XISOPOT = >NULL() |
Definition at line 52 of file modd_gr_biog_gardenn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GARDEN_n::XMONOPOT = >NULL() |
Definition at line 54 of file modd_gr_biog_gardenn.F90.