source: trunk/LMDZ.GENERIC/libf/misc/iniprint.h @ 1470

Last change on this file since 1470 was 1400, checked in by emillour, 10 years ago

Generic model:

  • Follow-up to cleanup in dynamics/physics interface. Add iniprint.h to be in line with what is done in LMDZ.COMMON 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.