Last change
on this file since 3814 was
3814,
checked in by ymipsl, 10 years ago
|
remove all dynamic dependency in LMDZ physics except for the include "dimensions.h"
YM
|
File size:
409 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE 'dimensions.h' |
---|
3 | ! |
---|
4 | ! dimensions.h contient les dimensions du modele |
---|
5 | ! ndm est tel que iim=2**ndm |
---|
6 | !----------------------------------------------------------------------- |
---|
7 | |
---|
8 | INTEGER iim,jjm,llm,ndm |
---|
9 | |
---|
10 | PARAMETER (iim= 96,jjm=95,llm=39,ndm=1) |
---|
11 | |
---|
12 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.