|
Last change
on this file since 5872 was
2089,
checked in by Laurent Fairhead, 11 years ago
|
|
Inclusion de la physique de MAR
Integration of MAR physics
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | module Mod_SISVAT_xZM |
|---|
| 2 | |
|---|
| 3 | !--------------------------------------------------------------------------+ |
|---|
| 4 | ! module Mod_SISVAT_xZM Wed 26-Jun-2013 MAR | |
|---|
| 5 | ! module Mod_SISVAT_xZM 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_xZM z0, r0 ... variables |
|---|
| 25 | ! =================================== |
|---|
| 26 | |
|---|
| 27 | ! #ZM real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:) :: z0_mem ! z0 Time Steps |
|---|
| 28 | ! #ZM real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:) :: r0_mem ! r0 Time Steps |
|---|
| 29 | ! #ZM real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:,:) :: b0_mem ! b0 Time Steps |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | end module Mod_SISVAT_xZM |
|---|
Note: See
TracBrowser
for help on using the repository browser.