Changeset 5267 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Oct 23, 2024, 5:34:46 PM (5 weeks ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/isotopes_mod.F90
r5214 r5267 379 379 380 380 SUBROUTINE getinp_s(nam, val, def, lDisp) 381 USE ioipsl _getincom, ONLY: getin381 USE ioipsl, ONLY: getin 382 382 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 383 383 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root … … 398 398 399 399 SUBROUTINE getinp_i(nam, val, def, lDisp) 400 USE ioipsl _getincom, ONLY: getin400 USE ioipsl, ONLY: getin 401 401 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 402 402 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root … … 417 417 418 418 SUBROUTINE getinp_r(nam, val, def, lDisp) 419 USE ioipsl _getincom, ONLY: getin419 USE ioipsl, ONLY: getin 420 420 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 421 421 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root … … 436 436 437 437 SUBROUTINE getinp_l(nam, val, def, lDisp) 438 USE ioipsl _getincom, ONLY: getin438 USE ioipsl, ONLY: getin 439 439 USE mod_phys_lmdz_mpi_data, ONLY : is_mpi_root 440 440 USE mod_phys_lmdz_omp_data, ONLY : is_omp_root -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5265 r5267 1900 1900 ENDIF 1901 1901 1902 #ifdef CPP_IOIPSL1903 1904 1902 !$OMP MASTER 1905 1903 ! FH : if ok_sync=.true. , the time axis is written at each time step … … 1932 1930 #endif 1933 1931 1934 #endif1935 1932 ecrit_reg = ecrit_reg * un_jour 1936 1933 ecrit_tra = ecrit_tra * un_jour … … 7309 7306 ! Ecriture des sorties 7310 7307 !============================================================= 7311 #ifdef CPP_IOIPSL7312 7308 7313 7309 ! Recupere des varibles calcule dans differents modules … … 7373 7369 #endif 7374 7370 7375 #endif7376 7371 ! Petit appelle de sorties pour accompagner le travail sur phyex 7377 7372 if ( iflag_physiq == 1 ) then
Note: See TracChangeset
for help on using the changeset viewer.