- Timestamp:
- Mar 25, 2016, 10:34:35 AM (9 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phy_common
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phy_common/ioipsl_getin_p_mod.F90
r1520 r1521 2 2 ! $Id$ 3 3 ! 4 ! Module/Routines extracted from IOIPSL v2_1_8 5 ! 6 MODULE ioipsl_getincom_p 7 !- 8 !$Id: getincom.f90 536 2009-01-30 11:46:27Z bellier $ 9 !- 10 ! This software is governed by the CeCILL license 11 ! See IOIPSL/IOIPSL_License_CeCILL.txt 4 MODULE ioipsl_getin_p_mod 5 ! To use getin in a parallel context 12 6 !--------------------------------------------------------------------- 13 USE ioipsl_getincom ! to use 'getin' 7 #ifdef CPP_IOIPSL 8 USE ioipsl, ONLY: getin 9 #else 10 USE ioipsl_getincom, ONLY: getin 11 #endif 14 12 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 15 13 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root … … 168 166 !----------------------------- 169 167 170 END MODULE ioipsl_getincom_p 168 END MODULE ioipsl_getin_p_mod 169
Note: See TracChangeset
for help on using the changeset viewer.