source: LMDZ6/branches/IPSLCM6.0.15/libf/phymar/Mod_SISVATLSIc.f90 @ 3607

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

Inclusion de la physique de MAR


Integration of MAR physics

File size: 1.0 KB
Line 
1      module Mod_SISVATLSIc
2
3!--------------------------------------------------------------------------+
4!                                                     Wed 26-Jun-2013  MAR |
5!     module Mod_SISVATLSIc contains local variables of SISVAT_SIc         |
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! Local Variables
22! ===============
23
24
25      IMPLICIT NONE
26
27
28
29! OUTPUT/Verification: SeaIce Conservation
30! #m2 real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:)  ::  SIvAcr          ! Sea-Ice      Vertical Acretion
31
32
33      end module Mod_SISVATLSIc
Note: See TracBrowser for help on using the repository browser.