Last change
on this file since 5028 was
98,
checked in by lmdzadmin, 24 years ago
|
Interface avec les differentes surface, version de travail.LF
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
494 bytes
|
Line | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | INTEGER KIDIA, KFDIA, KLON, KLEV |
---|
3 | PARAMETER (KIDIA=1,KFDIA=iim*(jjm-1)+2-1/jjm, |
---|
4 | . KLON=KFDIA-KIDIA+1,KLEV=llm) |
---|
5 | c----------------------------------------------------------------------- |
---|
6 | INTEGER nbtr ! nombre de vrais traceurs |
---|
7 | PARAMETER (nbtr=nqmx-2+1/(nqmx-1)) |
---|
8 | c----------------------------------------------------------------------- |
---|
9 | REAL zmasq(KLON) |
---|
10 | COMMON/terreoce/zmasq |
---|
Note: See
TracBrowser
for help on using the repository browser.