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

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

Ajout de INLANDSIS, nouvelle interface entre LMDZ et la neige de SISVAT
Etienne, 04/01/2021

  • 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=35)
11     
12      INTEGER nsismx
13      PARAMETER (nsismx=46) 
14
15! nsismx should be equal to nsoilmx+nsnowmx
16
17
18
19
20
Note: See TracBrowser for help on using the repository browser.