source: trunk/LMDZ.GENERIC/libf/dyn3d/comconst.h @ 1351

Last change on this file since 1351 was 966, checked in by emillour, 12 years ago

Generic GCM: make "comconst.h" fixed/free format compatible
EM

File size: 527 bytes
Line 
1!-----------------------------------------------------------------------
2! INCLUDE comconst.h
3
4      COMMON/comconst/im,jm,lllm,imp1,jmp1,lllmm1,lllmp1,lcl,           &
5     & dtvr,daysec,                                                     &
6     & pi,dtphys,dtdiss,rad,r,cpp,kappa,cotot,unsim,g,omeg
7
8      INTEGER im,jm,lllm,imp1,jmp1,lllmm1,lllmp1,lcl
9      REAL dtvr,daysec
10      REAL pi,dtphys,dtdiss,rad,r,cpp,kappa
11      REAL cotot,unsim,g,omeg
12
13!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.