source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/LMDZ/libf/phymar/Mod_SISVAT_BSn.f90 @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
File size: 1.1 KB
Line 
1     module Mod_SISVAT_BSn
2
3!--------------------------------------------------------------------------+
4!    module Mod_SISVAT_BSn                            Fri  2-Feb-2013  MAR |
5!    module Mod_SISVAT_BSn  contains specific variables (and constants)    |
6!           used by Soil/Ice Snow Vegetation Atmosphere Transfer Scheme    |
7!                                                                          |
8!--------------------------------------------------------------------------+
9
10
11
12! General Variables
13! =================
14
15      use Mod_Real
16      use Mod_SISVAT_dim
17
18
19      IMPLICIT NONE
20
21
22! SISVAT_BSn    specific variables (and constants)
23! ================================================
24
25      logical           ::  BlowIn = .false.
26
27      real(kind=real8), SAVE  ::  FacSBS,FacUBS                 !
28      real(kind=real8), SAVE  ::  Por_BS                        ! Snow       Porosity
29      real(kind=real8), SAVE  ::  SheaBS                        !
30      real(kind=real8), SAVE  ::  rCd10n                        ! GM97:   assumed neutral stabil.
31
32
33     end module Mod_SISVAT_BSn
Note: See TracBrowser for help on using the repository browser.