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