Last change
on this file since 1073 was
814,
checked in by Laurent Fairhead, 17 years ago
|
Rajout de la physique utilisant les thermiques FH
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
509 bytes
|
Rev | Line | |
---|
[814] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | !----------------------------------------------------------------------- |
---|
| 5 | INTEGER KIDIA, KFDIA, KLON, KLEV |
---|
| 6 | PARAMETER (KIDIA=1,KFDIA=iim*(jjm-1)+2-1/jjm) |
---|
| 7 | PARAMETER (KLON=KFDIA-KIDIA+1,KLEV=llm) |
---|
| 8 | !----------------------------------------------------------------------- |
---|
| 9 | INTEGER nbtr ! nombre de vrais traceurs |
---|
| 10 | PARAMETER (nbtr=nqmx-2+1/(nqmx-1)) |
---|
| 11 | !----------------------------------------------------------------------- |
---|
| 12 | REAL zmasq(KLON) |
---|
| 13 | COMMON/terreoce/zmasq |
---|
Note: See
TracBrowser
for help on using the repository browser.