Last change
on this file since 1540 was
1540,
checked in by emillour, 9 years ago
|
All GCMS: Further adaptations to keep up with changes in LMDZ5 concerning
physics/dynamics separation:
- changed directory "dynlonlat_phylonlat" to "dynphy_lonlat" and adapted
makelmdz and makelmdz_fcm scripts accordingly.
- added option "-libphy" to makelmdz_fcm to just build a physics library,
without any main program (not operational yet; further cleanup in the
physics required).
- moved "iniprint.h" from dyn3d_common to misc (NB: it is used in both physics
and dynamics; this should be cleaned up further...)
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.