module Mod_SISVAT_wEq !--------------------------------------------------------------------------+ ! module Mod_SISVAT_wEq Fri 2-Feb-2013 MAR | ! module Mod_SISVAT_wEq contains specific variables (and constants) | ! used by Soil/Ice Snow Vegetation Atmosphere Transfer Scheme | ! | !--------------------------------------------------------------------------+ ! General Variables ! ================= use Mod_Real use Mod_SISVAT_dim use Mod_SISVAT_dat IMPLICIT NONE ! SISVAT_wEq specific variables (and constants) ! ================================================ logical :: logWEq = .false. end module Mod_SISVAT_wEq