source: LMDZ4/trunk/libf/phylmd/indicesol.h @ 602

Last change on this file since 602 was 524, checked in by lmdzadmin, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 487 bytes
Line 
1!
2! $Header$
3!
4      INTEGER nbsrf
5      PARAMETER (nbsrf=4) ! nombre de sous-fractions pour une maille
6!
7      INTEGER is_oce
8      PARAMETER (is_oce=3) ! ocean
9      INTEGER is_sic
10      PARAMETER (is_sic=4) ! glace de mer
11      INTEGER is_ter
12      PARAMETER (is_ter=1) ! terre
13      INTEGER is_lic
14      PARAMETER (is_lic=2) ! glacier continental
15!
16      REAL epsfra
17      PARAMETER (epsfra=1.0E-05)
18!
19      CHARACTER *3 clnsurf(nbsrf)
20      DATA clnsurf/'ter', 'lic', 'oce', 'sic'/
Note: See TracBrowser for help on using the repository browser.