Last change
on this file since 5018 was
524,
checked in by lmdzadmin, 20 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
506 bytes
|
Line | |
---|
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= 96,jjm=72,llm=19,ndm=1) |
---|
12 | |
---|
13 | integer nqmx |
---|
14 | parameter (nqmx=12) |
---|
15 | |
---|
16 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.