source: trunk/LMDZ.COMMON/libf/dyn3d_common/comdissip.h @ 3493

Last change on this file since 3493 was 1300, checked in by emillour, 10 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: 385 bytes
Line 
1!
2! $Header$
3!
4!-----------------------------------------------------------------------
5! INCLUDE comdissip.h
6
7      COMMON/comdissip/                                                 &
8     &    niterdis,coefdis,tetavel,tetatemp,gamdissip
9
10
11      INTEGER niterdis
12
13      REAL tetavel,tetatemp,coefdis,gamdissip
14
15!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.