source: LMDZ.3.3/tags/rel-1-0/libf/phylmd/indicesol.h @ 252

Last change on this file since 252 was 252, checked in by (none), 23 years ago

This commit was manufactured by cvs2svn to create tag 'rel-1-0'.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 389 bytes
Line 
1      INTEGER nbsrf
2      PARAMETER (nbsrf=4) ! nombre de sous-fractions pour une maille
3c
4      INTEGER is_oce
5      PARAMETER (is_oce=1) ! ocean
6      INTEGER is_sic
7      PARAMETER (is_sic=2) ! glace de mer
8      INTEGER is_ter
9      PARAMETER (is_ter=3) ! terre
10      INTEGER is_lic
11      PARAMETER (is_lic=4) ! glacier continental
12c
13      REAL epsfra
14      PARAMETER (epsfra=1.0E-05)
Note: See TracBrowser for help on using the repository browser.