source: LMDZ5/trunk/libf/phymar/Mod_SISVAT_xAH.f90 @ 2089

Last change on this file since 2089 was 2089, checked in by Laurent Fairhead, 10 years ago

Inclusion de la physique de MAR


Integration of MAR physics

File size: 1.1 KB
Line 
1     module Mod_SISVAT_xAH
2
3!--------------------------------------------------------------------------+
4!    module Mod_SISVAT_xAH                            Wed 26-Jun-2013  MAR |
5!    module Mod_SISVAT_xAH  contains dT(a-s) variables                     |
6!           used by Soil/Ice Snow Vegetation Atmosphere Transfer Scheme    |
7!                                                                          |
8!     version 3.p.4.1 created by H. Gallee,           Fri  1-Feb-2013      |
9!                    modified by H. Gallee,           Wed 26-Jun-2013      |
10!                                                                          |
11!--------------------------------------------------------------------------+
12
13
14
15! General Variables
16! =================
17
18      use Mod_Real
19
20
21      IMPLICIT NONE
22
23
24! Mod_SISVAT_xAH  dT(a-s) variables
25! =================================
26
27! #AH real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:)  ::  T__mem        ! dT(a-s) Time           Steps
28! #AH real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:)    ::  dTmmem        ! dT(a-s) Time Moving Averages
29
30
31
32     end module Mod_SISVAT_xAH
Note: See TracBrowser for help on using the repository browser.