source: trunk/LMDZ.COMMON/libf/dyn3d/logic.h @ 1392

Last change on this file since 1392 was 1302, checked in by emillour, 11 years ago

Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution
(up to LMDZ5 rev 2070). See file "DOC/chantiers/commit_importants.log"
for detailed list of changes.
Note that the updates of exner* routines change (as expected) results
at numerical roundoff level.
EM

File size: 1.2 KB
Line 
1!
2! $Id: logic.h 1520 2011-05-23 11:37:09Z emillour $
3!
4!
5! NB: keep items of different kinds in seperate common blocs to avoid
6!     "misaligned commons" issues
7!-----------------------------------------------------------------------
8! INCLUDE 'logic.h'
9
10      COMMON/logicl/ purmats,forward,leapf,apphys,                      &
11     &  statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus       &
12     &  ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile               &
13     &  ,ok_limit,ok_etat0,hybrid                                       &
14     &  ,moyzon_mu,moyzon_ch
15
16      COMMON/logici/ iflag_phys,iflag_trac
17     
18      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
19     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
20     &  ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile               &
21     &  ,ok_limit,ok_etat0
22
23      logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise)
24                     ! (only used if disvert_type==2)
25      logical moyzon_mu,moyzon_ch ! used for zonal averages in Titan
26
27      integer iflag_phys,iflag_trac
28!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.