- Timestamp:
- Sep 29, 2017, 3:33:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/phy_common/init_print_control_mod.F90
r1761 r1791 7 7 8 8 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 10 11 USE ioipsl_getin_p_mod, ONLY : getin_p 11 12 USE mod_phys_lmdz_para, ONLY: is_omp_root, is_master 12 13 IMPLICIT NONE 13 14 14 INTEGER :: lunout ! default output file identifier (6==screen)15 INTEGER :: prt_level ! Output level16 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" 17 18 LOGICAL :: opened 18 19 INTEGER :: number
Note: See TracChangeset
for help on using the changeset viewer.