Last change
on this file since 5297 was
665,
checked in by (none), 19 years ago
|
This commit was manufactured by cvs2svn to create branch
'LMDZ4_V2_patch'.
|
-
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.