source: LMDZ6/trunk/libf/misc/iniprint_mod_h.f90 @ 5286

Last change on this file since 5286 was 5282, checked in by abarral, 4 days ago

Turn iniprint.h clesphys.h into modules
Remove unused description.h

  • 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: 400 bytes
Line 
1! Replaces iniprint.h
2
3MODULE iniprint_mod_h
4  ! gestion des impressions de sorties et de débogage
5  ! lunout:    unité du fichier dans lequel se font les sorties
6  !                           (par defaut 6, la sortie standard)
7  ! prt_level: niveau d'impression souhaité (0 = minimum)
8
9  IMPLICIT NONE; PRIVATE
10  PUBLIC lunout, prt_level
11
12  INTEGER :: lunout, prt_level
13
14END MODULE iniprint_mod_h
Note: See TracBrowser for help on using the repository browser.