source: LMDZ5/trunk/libf/dyn3d_common/iniprint.h @ 2311

Last change on this file since 2311 was 2311, checked in by Ehouarn Millour, 9 years ago

Further modifications to enforce physics/dynamics separation:

  • moved iniprint.h and misc_mod back to dyn3d_common, as these should only be used by dynamics.
  • created print_control_mod in the physics to store flags prt_level, lunout, debug to be local to physics (should be used rather than iniprint.h)
  • created abort_physic.F90 , which does the same job as abort_gcm() did, but should be used instead when in physics.
  • reactivated inifis (turned it into a module, inifis_mod.F90) to initialize physical constants and print_control_mod flags.

EM

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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.