source: LMDZ6/trunk/libf/phylmd/dimsoil.h @ 3981

Last change on this file since 3981 was 3900, checked in by evignon, 3 years ago

Commission de la nouvelle interface LMDZ-SISVAT
la prochaine commission consistera a supprimer l'ancien repertoire sisvat
et a faire un peu de nettoyage.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 260 bytes
Line 
1!
2! $Header$
3!
4      INTEGER nsoilmx
5      PARAMETER (nsoilmx=11)
6
7! For Inlandsis, Etienne Vignon:
8
9      INTEGER nsnowmx
10      PARAMETER (nsnowmx=30)
11     
12      INTEGER nsismx
13      PARAMETER (nsismx=41) 
14
15! nsismx should be equal to nsoilmx+nsnowmx
16
17
18
19
20
Note: See TracBrowser for help on using the repository browser.