source: trunk/LMDZ.MARS/libf/dyn3d/comdiss.h @ 1766

Last change on this file since 1766 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

File size: 374 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE 'comdiss.h'
3
4      INTEGER niter
5      REAL tetau(llm),tetah(llm),cdivu,cdivh,crot
6      LOGICAL dissipst
7
8      COMMON/comdissi/niter
9      COMMON/comdissr/tetau,tetah,cdivu,cdivh,crot
10      COMMON/comdissl/dissipst
11
12c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.