Changeset 3812
- Timestamp:
- Jun 24, 2025, 5:29:51 PM (5 days ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/abort_gcm.F
r3350 r3812 31 31 character(len=*), intent(in):: message 32 32 33 write(lunout,*) 'in abort_gcm'33 if (MPI_rank .eq. 0) write(lunout,*) 'in abort_gcm' 34 34 #ifdef CPP_IOIPSL 35 35 c$OMP MASTER -
trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90
r3765 r3812 371 371 calllott=.false. ! default value 372 372 call getin_p("calllott",calllott) 373 write(*,*)"calllott = ",calllott373 if (is_master) write(*,*)trim(rname)//": calllott = ",calllott 374 374 375 375 if (is_master) write(*,*)trim(rname)//& -
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3806 r3812 1155 1155 ! II.3 Gravity wave and subgrid scale topography drag : 1156 1156 ! ------------------------------------------------- 1157 1158 1157 IF(calllott)THEN 1159 1158 CALL calldrag_noro(ngrid,nlayer,ptimestep, & … … 2134 2133 ENDIF ! of IF (grid_type==unstructured) 2135 2134 2136 write(*,*)'PHYSIQ: writing restartfi at time =',ztime_restart2135 if (is_master) write(*,*)'PHYSIQ: writing restartfi at time =',ztime_restart 2137 2136 2138 2137 call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq, & … … 2413 2412 2414 2413 if (lastcall.and.is_omp_master) then 2415 write(*,*) "physiq: call xios_context_finalize"2414 if (is_master) write(*,*) "physiq: call xios_context_finalize" 2416 2415 call xios_context_finalize 2417 2416 endif
Note: See TracChangeset
for help on using the changeset viewer.