Changeset 5267 for LMDZ6/trunk/libf/phy_common
- Timestamp:
- Oct 23, 2024, 5:34:46 PM (3 months ago)
- Location:
- LMDZ6/trunk/libf/phy_common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phy_common/abort_physic.F90
r4600 r5267 2 2 SUBROUTINE abort_physic(modname, message, ierr) 3 3 4 #ifdef CPP_IOIPSL5 4 USE IOIPSL 6 #else 7 ! if not using IOIPSL, we still need to use (a local version of) getin_dump 8 USE ioipsl_getincom 9 #endif 5 10 6 USE mod_phys_lmdz_para 11 7 USE print_control_mod, ONLY: lunout … … 24 20 25 21 write(lunout,*) 'in abort_physic' 26 #ifdef CPP_IOIPSL27 22 !$OMP MASTER 28 23 call histclo … … 32 27 endif 33 28 !$OMP END MASTER 34 #endif35 29 36 30 write(lunout,*) 'Stopping in ', modname -
LMDZ6/trunk/libf/phy_common/ioipsl_getin_p_mod.F90
r2352 r5267 5 5 ! To use getin in a parallel context 6 6 !--------------------------------------------------------------------- 7 #ifdef CPP_IOIPSL8 7 USE ioipsl, ONLY: getin 9 #else10 USE ioipsl_getincom, ONLY: getin11 #endif12 8 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 13 9 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root
Note: See TracChangeset
for help on using the changeset viewer.