source: trunk/LMDZ.MARS/libf/dyn3d/comdissip.h @ 1662

Last change on this file since 1662 was 1593, checked in by emillour, 8 years ago

Common dynamics:

  • some cleanup around unused or unecessary parameters in the dynamics (ecritphy, grireg and physic) to harmonize with LMDZ5 (Earth dyn core).
  • associated changes in LMDZ.MARS and LMDZ.GENERIC

EM

File size: 367 bytes
Line 
1!-----------------------------------------------------------------------
2! INCLUDE dissip.h
3
4      COMMON/comdissip/                                                 &
5     &    niterdis,coefdis,tetavel,tetatemp,gamdissip
6
7
8      INTEGER niterdis
9
10      REAL tetavel,tetatemp,coefdis,gamdissip
11
12!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.