source: trunk/LMDZ.MARS/libf/dyn3d/logic_mod.F90 @ 1570

Last change on this file since 1570 was 1422, checked in by milmd, 10 years ago

In GENERIC, MARS and COMMON models replace some include files by modules (usefull for decoupling physics with dynamics).

File size: 184 bytes
Line 
1MODULE logic_mod
2
3IMPLICIT NONE 
4
5LOGICAL purmats,physic,forward,leapf,apphys,grireg,statcl,conser, &
6     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus,hybrid
7
8
9END MODULE logic_mod
Note: See TracBrowser for help on using the repository browser.