Changeset 2352
- Timestamp:
- Aug 26, 2015, 8:08:40 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 1 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phy_common/ioipsl_getin_p_mod.F90
r2326 r2352 12 12 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 13 13 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root 14 use mod_phys_lmdz_para, only: bcast14 USE mod_phys_lmdz_transfert_para, ONLY : bcast 15 15 !- 16 16 IMPLICIT NONE -
LMDZ5/trunk/libf/phy_common/mod_phys_lmdz_mpi_data.F90
r2351 r2352 187 187 188 188 SUBROUTINE print_module_data 189 USE print_control_mod, ONLY: lunout189 ! USE print_control_mod, ONLY: lunout 190 190 IMPLICIT NONE 191 !INCLUDE "iniprint.h"191 INCLUDE "iniprint.h" 192 192 193 193 WRITE(lunout,*) 'ii_begin =', ii_begin
Note: See TracChangeset
for help on using the changeset viewer.