source: trunk/LMDZ.GENERIC/libf/dyn3d/comvert_mod.F90 @ 1422

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
RevLine 
[1422]1MODULE comvert_mod
2
3IMPLICIT NONE 
4
5include "dimensions.h"
6include "paramet.h"
7
8REAL 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
11REAL sig(llm+1),ds(llm),aps(llm),bps(llm),pseudoalt(llm)
12
13END MODULE comvert_mod
Note: See TracBrowser for help on using the repository browser.