|
Last change
on this file since 5799 was
2,
checked in by lmdz, 26 years ago
|
|
Initial revision
|
-
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 |
|---|
| 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.