source: trunk/libf/dyn3dpar/logic.h @ 124

Last change on this file since 124 was 124, checked in by emillour, 14 years ago

EM: suite mise au point discretisation verticale et quelques corrections de bugs dans le version de reference parallele.

File size: 1.0 KB
Line 
1!
2! $Id: logic.h 1319 2010-02-23 21:29:54Z fairhead $
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,ok_gradsfile                     &
13     &  ,ok_limit,ok_etat0,hybrid
14
15      COMMON/logici/ iflag_phys,iflag_trac
16     
17      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
18     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
19     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
20     &  ,ok_limit,ok_etat0
21      logical hybrid ! vertcal coordinate is hybrid if true (sigma otherwise)
22
23      INTEGER iflag_phys,iflag_trac
24!$OMP THREADPRIVATE(/logicl/)
25!$OMP THREADPRIVATE(/logici/)
26!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.