source: LMDZ6/branches/Amaury_dev/libf/misc/lmdz_iniprint.f90 @ 5204

Last change on this file since 5204 was 5118, checked in by abarral, 2 months ago

Replace iniprint.h by lmdz_iniprint.f90
(lint) along the way

  • 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: 398 bytes
RevLine 
[5118]1! Replaces iniprint.h
[5099]2
[5118]3MODULE lmdz_iniprint
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)
[5099]8
[5118]9  IMPLICIT NONE; PRIVATE
10  PUBLIC lunout, prt_level
[5099]11
[5118]12  INTEGER :: lunout, prt_level
[5099]13
[5118]14END MODULE lmdz_iniprint
Note: See TracBrowser for help on using the repository browser.