Last change
on this file since 1422 was
1422,
checked in by milmd, 10 years ago
|
In GENERIC, MARS and COMMON models replace some include files by modules (usefull for decoupling physics with dynamics).
|
File size:
289 bytes
|
Line | |
---|
1 | MODULE comvert_mod |
---|
2 | |
---|
3 | IMPLICIT NONE |
---|
4 | |
---|
5 | include "dimensions.h" |
---|
6 | include "paramet.h" |
---|
7 | |
---|
8 | REAL ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm),pa,preff, & |
---|
9 | nivsigs(llm),nivsig(llm+1) |
---|
10 | ! Mars Ce qui suit vient de gcm |
---|
11 | REAL sig(llm+1),ds(llm),aps(llm),bps(llm),pseudoalt(llm) |
---|
12 | |
---|
13 | END MODULE comvert_mod |
---|
Note: See
TracBrowser
for help on using the repository browser.