module Mod_SISVAT_xAW !--------------------------------------------------------------------------+ ! module Mod_SISVAT_xAW Wed 26-Jun-2013 MAR | ! module Mod_SISVAT_xAW contains SBL Wind variables | ! 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_xAW SBL Wind variables ! ================================= ! #AW real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:) :: V__mem ! V Time Steps ! #AW real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: VVmmem ! V Time Moving Averages end module Mod_SISVAT_xAW