module Mod_SISVATLqVg !--------------------------------------------------------------------------+ ! Wed 26-Jun-2013 MAR | ! module Mod_SISVATLqVg contains local variables of SISVAT_qVg | ! Soil/Ice Snow Vegetation Atmosphere Transfer Scheme | ! | ! version 3.p.4.1 created by H. Gallee, Mon 17-Jun-2013 | ! Last Modification by H. Gallee, Wed 26-Jun-2013 | ! | !--------------------------------------------------------------------------+ ! Global Variables ! ================= use Mod_Real ! Internal Variables ! ================== IMPLICIT NONE real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: PlantW ! Plant Water real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: dPdPsi ! Plant Water psi Derivative real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: psiv_0 ! Canopy Temperature, Previous t end module Mod_SISVATLqVg