Last change
on this file since 1937 was
2,
checked in by lmdz, 25 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
505 bytes
|
Rev | Line | |
---|
[2] | 1 | c----------------------------------------------------------------------- |
---|
| 2 | c INCLUDE 'dimensions.h' |
---|
| 3 | c |
---|
| 4 | c dimensions.h contient les dimensions du modele |
---|
| 5 | c ndm est tel que iim=2**ndm |
---|
| 6 | c nqmx est la dimension de la variable traceur q |
---|
| 7 | c----------------------------------------------------------------------- |
---|
| 8 | |
---|
| 9 | INTEGER iim,jjm,llm,ndm |
---|
| 10 | |
---|
| 11 | PARAMETER (iim= 48,jjm=32,llm=19,ndm=1) |
---|
| 12 | |
---|
| 13 | integer nqmx |
---|
| 14 | parameter (nqmx=4) |
---|
| 15 | |
---|
| 16 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.