|
Last change
on this file since 5875 was
524,
checked in by lmdzadmin, 22 years ago
|
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
509 bytes
|
| Line | |
|---|
| 1 | ! |
|---|
| 2 | ! $Header$ |
|---|
| 3 | ! |
|---|
| 4 | c----------------------------------------------------------------------- |
|---|
| 5 | INTEGER KIDIA, KFDIA, KLON, KLEV |
|---|
| 6 | PARAMETER (KIDIA=1,KFDIA=iim*(jjm-1)+2-1/jjm, |
|---|
| 7 | . KLON=KFDIA-KIDIA+1,KLEV=llm) |
|---|
| 8 | c----------------------------------------------------------------------- |
|---|
| 9 | INTEGER nbtr ! nombre de vrais traceurs |
|---|
| 10 | PARAMETER (nbtr=nqmx-2+1/(nqmx-1)) |
|---|
| 11 | c----------------------------------------------------------------------- |
|---|
| 12 | REAL zmasq(KLON) |
|---|
| 13 | COMMON/terreoce/zmasq |
|---|
Note: See
TracBrowser
for help on using the repository browser.