source:
LMDZ5/branches/Cold_pool_death/libf/phymar/Mod_SISVAT_xAW.f90
Last change on this file was 2160, checked in by , 10 years ago | |
---|---|
File size: 1.1 KB |
Line | |
---|---|
1 | module Mod_SISVAT_xAW |
2 | |
3 | !--------------------------------------------------------------------------+ |
4 | ! module Mod_SISVAT_xAW Wed 26-Jun-2013 MAR | |
5 | ! module Mod_SISVAT_xAW contains SBL Wind 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_xAW SBL Wind variables |
25 | ! ================================= |
26 | |
27 | ! #AW real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:) :: V__mem ! V Time Steps |
28 | ! #AW real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: VVmmem ! V Time Moving Averages |
29 | |
30 | |
31 | |
32 | end module Mod_SISVAT_xAW |
Note: See TracBrowser
for help on using the repository browser.