source: trunk/LMDZ.GENERIC/libf/dyn3d/logic_mod.F90 @ 2236

Last change on this file since 2236 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: 234 bytes
Line 
1MODULE logic_mod
2
3IMPLICIT NONE 
4
5LOGICAL purmats,forward,leapf,apphys,statcl,conser, &
6     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus,hybrid,autozlevs
7
8INTEGER iflag_phys ! ==1 if calling a physics package
9
10END MODULE logic_mod
Note: See TracBrowser for help on using the repository browser.