Last change
on this file since 1462 was
1462,
checked in by emillour, 10 years ago
|
Mars GCM:
- Missing "use logic_mod" added in testphys1d
- Changed the "use comconst_mod" inistats to use information from physics
(comconstfi_h module) rather than dynamics.
- Moved "iniprint.h" back to dyn3d (and added link to it in dyn1d), as it
is preferable to not share modules/commons between physics and dynamics.
EM
|
File size:
301 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Id: $ |
---|
3 | ! |
---|
4 | ! |
---|
5 | ! handle debug and output levels |
---|
6 | ! lunout: unit of file where outputs will be sent |
---|
7 | ! (default is 6, standard output) |
---|
8 | ! prt_level: level of informative output messages (0 = minimum) |
---|
9 | ! |
---|
10 | INTEGER lunout, prt_level |
---|
11 | COMMON /comprint/ lunout, prt_level |
---|
Note: See
TracBrowser
for help on using the repository browser.