source: trunk/LMDZ.COMMON/libf/dyn3d/logic_mod.F90 @ 1593

Last change on this file since 1593 was 1593, checked in by emillour, 8 years ago

Common dynamics:

  • some cleanup around unused or unecessary parameters in the dynamics (ecritphy, grireg and physic) to harmonize with LMDZ5 (Earth dyn core).
  • associated changes in LMDZ.MARS and LMDZ.GENERIC

EM

File size: 545 bytes
Line 
1MODULE logic_mod
2
3IMPLICIT NONE 
4
5      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
6     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
7     &  ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile               &
8     &  ,ok_limit,ok_etat0
9      logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise)
10                     ! (only used if disvert_type==2)
11      logical moyzon_mu,moyzon_ch ! used for zonal averages in Titan
12
13      integer iflag_phys,iflag_trac
14
15END MODULE logic_mod
Note: See TracBrowser for help on using the repository browser.