Last change
on this file since 5160 was
253,
checked in by (none), 23 years ago
|
This commit was manufactured by cvs2svn to create branch
'rel-1-0-patch'.
|
-
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
|
Rev | Line | |
---|
[2] | 1 | INTEGER nbsrf |
---|
| 2 | PARAMETER (nbsrf=4) ! nombre de sous-fractions pour une maille |
---|
| 3 | c |
---|
| 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 |
---|
| 12 | c |
---|
| 13 | REAL epsfra |
---|
| 14 | PARAMETER (epsfra=1.0E-05) |
---|
Note: See
TracBrowser
for help on using the repository browser.