| 1 | module Mod_SISVATLVgO |
|---|
| 2 | |
|---|
| 3 | !--------------------------------------------------------------------------+ |
|---|
| 4 | ! Wed 26-Jun-2013 MAR | |
|---|
| 5 | ! module Mod_SISVATLVgO contains local variables of SISVAT VgOptP | |
|---|
| 6 | ! Soil/Ice Snow Vegetation Atmosphere Transfer Scheme | |
|---|
| 7 | ! | |
|---|
| 8 | ! version 3.p.4.1 created by H. Gallee, Mon 17-Jun-2013 | |
|---|
| 9 | ! Last Modification by H. Gallee, Wed 26-Jun-2013 | |
|---|
| 10 | ! | |
|---|
| 11 | !--------------------------------------------------------------------------+ |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | ! Global Variables |
|---|
| 15 | ! ================= |
|---|
| 16 | |
|---|
| 17 | use Mod_Real |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | ! Internal Variables |
|---|
| 22 | ! ================== |
|---|
| 23 | |
|---|
| 24 | IMPLICIT NONE |
|---|
| 25 | |
|---|
| 26 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: k___sv |
|---|
| 27 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: A0__sv |
|---|
| 28 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: gamasv |
|---|
| 29 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: Sigcsv |
|---|
| 30 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: C1__sv |
|---|
| 31 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: C2__sv |
|---|
| 32 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: criLAI |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | end module Mod_SISVATLVgO |
|---|