source: LMDZ5/branches/testing/libf/dyn3dmem/logic.h @ 1695

Last change on this file since 1695 was 1669, checked in by Laurent Fairhead, 12 years ago

Version testing basée sur la r1668

http://lmdz.lmd.jussieu.fr/utilisateurs/distribution-du-modele/versions-intermediaires


Testing release based on r1668

File size: 781 bytes
Line 
1!
2! $Id: logic.h 1319 2010-02-23 21:29:54Z fairhead $
3!
4!
5!
6!-----------------------------------------------------------------------
7! INCLUDE 'logic.h'
8
9      COMMON/logic/ purmats,iflag_phys,forward,leapf,apphys,            &
10     &  statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus       &
11     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
12     &  ,ok_limit,ok_etat0
13
14      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
15     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
16     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
17     &  ,ok_limit,ok_etat0
18
19      INTEGER iflag_phys
20!$OMP THREADPRIVATE(/logic/)
21!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.