source: trunk/LMDZ.COMMON/libf/dyn3d_common/comdissipn.h @ 3537

Last change on this file since 3537 was 1300, checked in by emillour, 11 years ago

Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution (up to LMDZ5 rev 1955).
Main change is the introduction of a "dyn3d_common" directory
to store files common to dyn3d and dyn3dpar.
See file "DOC/chantiers/commit_importants.log" for detailed list
of changes. These changes do not change results on test cases.
EM

File size: 768 bytes
RevLine 
[1]1!
2! $Header$
3!
[270]4!  Attention : ce fichier include est compatible format fixe/format libre
5!                 veillez à n'utiliser que des ! pour les commentaires
6!                 et à bien positionner les & des lignes de continuation
7!                 (les placer en colonne 6 et en colonne 73)
8!-----------------------------------------------------------------------
9! INCLUDE comdissipn.h
[1]10
11      REAL  tetaudiv, tetaurot, tetah, cdivu, crot, cdivh
[270]12!
13      COMMON/comdissipn/ tetaudiv(llm),tetaurot(llm),tetah(llm)   ,     &
14     &                        cdivu,      crot,         cdivh
[1]15
[270]16!
17!    Les parametres de ce common proviennent des calculs effectues dans
18!             Inidissip  .
19!
20!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.