source: trunk/LMDZ.COMMON/libf/misc/iniprint.h @ 1540

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: 327 bytes
Line 
1!
2! $Header$
3!
4!
5! gestion des impressions de sorties et de débogage
6! lunout:    unité du fichier dans lequel se font les sorties
7!                           (par defaut 6, la sortie standard)
8! prt_level: niveau d'impression souhaité (0 = minimum)
9!
10      INTEGER lunout, prt_level
11      COMMON /comprint/ lunout, prt_level
Note: See TracBrowser for help on using the repository browser.