Last change
on this file since 5297 was
844,
checked in by (none), 17 years ago
|
This commit was manufactured by cvs2svn to create branch
'LMDZ4_V3_patches'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
509 bytes
|
Rev | Line | |
---|
[524] | 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.