source: trunk/LMDZ.MARS/libf/dyn3d/comdissnew.h @ 937

Last change on this file since 937 was 690, checked in by acolaitis, 13 years ago

Code re-organization in diverse parts of the GCM code. These are NOT cosmetic changes, but are needed for compilation of the Mesoscale model in NESTED configuration

File size: 538 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE comdissnew.h
3
4      COMMON/comdissnew/ lstardis,nitergdiv,nitergrot,niterh,
5     1                   tetagdiv,tetagrot,tetatemp,coefdis
6
7      LOGICAL lstardis
8      INTEGER nitergdiv, nitergrot, niterh
9      REAL     tetagdiv, tetagrot,  tetatemp, coefdis
10
11c
12c ... Les parametres de ce common comdissnew sont  lues par defrun_new
13c              sur le fichier  run.def    ....
14c
15c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.