Private Attributes | |
character(slen) | name |
integer | nsec |
real *8, dimension(:), allocatable | ah |
real *8, dimension(:), allocatable | Cd |
real *8, dimension(:), allocatable | bv |
integer, dimension(:), allocatable | N |
Definition at line 51 of file vegetation.F90.
real*8, dimension(:), allocatable vegetation_module::veggie::ah [private] |
Definition at line 54 of file vegetation.F90.
real*8, dimension(:), allocatable vegetation_module::veggie::bv [private] |
Definition at line 56 of file vegetation.F90.
real*8, dimension(:), allocatable vegetation_module::veggie::Cd [private] |
Definition at line 55 of file vegetation.F90.
integer, dimension(:), allocatable vegetation_module::veggie::N [private] |
Definition at line 57 of file vegetation.F90.
character(slen) vegetation_module::veggie::name [private] |
Definition at line 52 of file vegetation.F90.
integer vegetation_module::veggie::nsec [private] |
Definition at line 53 of file vegetation.F90.