source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/LMDZ/libf/phymar/Mod_SISVATLqVg.f90 @ 5851

Last change on this file since 5851 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.2 KB
Line 
1      module Mod_SISVATLqVg
2
3!--------------------------------------------------------------------------+
4!                                                     Wed 26-Jun-2013  MAR |
5!     module Mod_SISVATLqVg contains local variables of SISVAT_qVg         |
6!                Soil/Ice Snow Vegetation Atmosphere Transfer Scheme       |
7!                                                                          |
8!     version 3.p.4.1 created by H. Gallee,           Mon 17-Jun-2013      |
9!           Last Modification by H. Gallee,           Wed 26-Jun-2013      |
10!                                                                          |
11!--------------------------------------------------------------------------+
12
13
14! Global  Variables
15! =================
16
17      use Mod_Real
18
19
20
21! Internal Variables
22! ==================
23
24      IMPLICIT NONE
25
26
27      real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:)  ::  PlantW          ! Plant  Water
28      real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:)  ::  dPdPsi          ! Plant  Water psi Derivative
29      real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:)  ::  psiv_0          ! Canopy Temperature,  Previous t
30
31
32      end module Mod_SISVATLqVg
Note: See TracBrowser for help on using the repository browser.