Changeset 1791 for trunk


Ignore:
Timestamp:
Sep 29, 2017, 3:33:01 PM (7 years ago)
Author:
emillour
Message:

Common dynamics:
Bug fix: variables from print_control_mod should be directly accessed (to retain default value).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/phy_common/init_print_control_mod.F90

    r1761 r1791  
    77
    88  SUBROUTINE init_print_control
    9   USE print_control_mod, ONLY : set_print_control
     9  USE print_control_mod, ONLY : set_print_control, &
     10                                prt_level, lunout, debug
    1011  USE ioipsl_getin_p_mod, ONLY : getin_p
    1112  USE mod_phys_lmdz_para, ONLY: is_omp_root, is_master
    1213  IMPLICIT NONE
    1314
    14     INTEGER :: lunout ! default output file identifier (6==screen)
    15     INTEGER :: prt_level ! Output level
    16     LOGICAL :: debug ! flag to specify if in "debug mode"
     15!    INTEGER :: lunout ! default output file identifier (6==screen)
     16!    INTEGER :: prt_level ! Output level
     17!    LOGICAL :: debug ! flag to specify if in "debug mode"
    1718    LOGICAL :: opened
    1819    INTEGER :: number
Note: See TracChangeset for help on using the changeset viewer.