My Project
 All Classes Files Functions Variables Macros
logic.h
Go to the documentation of this file.
1 !
2 ! $Id$
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, &
12  & ,read_start,ok_guide,ok_strato,ok_gradsfile &
14 
15  COMMON/logici/ iflag_phys,iflag_trac
16 
19  & ,read_start,ok_guide,ok_strato,ok_gradsfile &
21  logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise)
22  ! (only used if disvert_type==2)
23 
24  integer iflag_phys,iflag_trac
25 !$OMP THREADPRIVATE(/logicl/)
26 !$OMP THREADPRIVATE(/logici/)
27 !-----------------------------------------------------------------------