module Mod_SISVAT_xWL !--------------------------------------------------------------------------+ ! module Mod_SISVAT_xWL Wed 26-Jun-2013 MAR | ! module Mod_SISVAT_xWL contains dQa Limitor | ! used by Soil/Ice Snow Vegetation Atmosphere Transfer Scheme | ! | ! version 3.p.4.1 created by H. Gallee, Fri 1-Feb-2013 | ! modified by H. Gallee, Wed 26-Jun-2013 | ! | !--------------------------------------------------------------------------+ ! General Variables ! ================= use Mod_Real IMPLICIT NONE ! Mod_SISVAT_xWL dT(a-s) variables ! ================================= ! #WL real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:) :: WL_mem ! WVLimit Time Steps ! #WL real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: WLmmem ! WVLimit Time Moving Averages end module Mod_SISVAT_xWL