source: trunk/LMDZ.MARS/libf/dyn3d/comconst_mod.F90 @ 1766

Last change on this file since 1766 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: 190 bytes
Line 
1MODULE comconst_mod
2
3IMPLICIT NONE 
4
5INTEGER im,jm,lllm,imp1,jmp1,lllmm1,lllmp1,lcl
6REAL dtvr,daysec
7REAL pi,dtphys,dtdiss,rad,r,cpp,kappa
8REAL cotot,unsim,g,omeg
9
10
11END MODULE comconst_mod
Note: See TracBrowser for help on using the repository browser.