source: LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/dimsoil.h @ 4171

Last change on this file since 4171 was 4171, checked in by lguez, 2 years ago

Sync latest trunk changes to branch LMDZ-ECRAD.

  • 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.