Data Types | |
type | GR_BIOG_GREENROOF_t |
Public Member Functions | |
subroutine | GR_BIOG_GREENROOF_GOTO_MODEL (KFROM, KTO, LKFROM) |
subroutine | GR_BIOG_GREENROOF_ALLOC (KMODEL) |
subroutine | GR_BIOG_GREENROOF_DEALLO |
Public Attributes | |
TYPE(GR_BIOG_GREENROOF_t), allocatable, target, save | GR_BIOG_GREENROOF_MODEL |
REAL, dimension(:), pointer | XISOPOT = >NULL() |
REAL, dimension(:), pointer | XMONOPOT = >NULL() |
REAL, dimension(:), pointer | XP_IACAN = >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_greenroofn.F90.
subroutine MODD_GR_BIOG_GREENROOF_n::GR_BIOG_GREENROOF_ALLOC | ( | INTEGER, intent(in) | KMODEL | ) |
Definition at line 93 of file modd_gr_biog_greenroofn.F90.
subroutine MODD_GR_BIOG_GREENROOF_n::GR_BIOG_GREENROOF_DEALLO | ( | ) |
Definition at line 110 of file modd_gr_biog_greenroofn.F90.
subroutine MODD_GR_BIOG_GREENROOF_n::GR_BIOG_GREENROOF_GOTO_MODEL | ( | INTEGER, intent(in) | KFROM, |
INTEGER, intent(in) | KTO, | ||
LOGICAL, intent(in) | LKFROM | ||
) |
Definition at line 66 of file modd_gr_biog_greenroofn.F90.
TYPE(GR_BIOG_GREENROOF_t), allocatable, target, save MODD_GR_BIOG_GREENROOF_n::GR_BIOG_GREENROOF_MODEL |
Definition at line 51 of file modd_gr_biog_greenroofn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GREENROOF_n::XFISO = >NULL() |
Definition at line 61 of file modd_gr_biog_greenroofn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GREENROOF_n::XFMONO = >NULL() |
Definition at line 61 of file modd_gr_biog_greenroofn.F90.
REAL, dimension(:,:,:), pointer MODD_GR_BIOG_GREENROOF_n::XIACAN = >NULL() |
Definition at line 59 of file modd_gr_biog_greenroofn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GREENROOF_n::XISOPOT = >NULL() |
Definition at line 53 of file modd_gr_biog_greenroofn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GREENROOF_n::XMONOPOT = >NULL() |
Definition at line 55 of file modd_gr_biog_greenroofn.F90.
REAL, dimension(:), pointer MODD_GR_BIOG_GREENROOF_n::XP_IACAN = >NULL() |
Definition at line 57 of file modd_gr_biog_greenroofn.F90.