Changeset 3812


Ignore:
Timestamp:
Jun 24, 2025, 5:29:51 PM (5 days ago)
Author:
afalco
Message:

Less error messages in parallel.
AF

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/abort_gcm.F

    r3350 r3812  
    3131      character(len=*), intent(in):: message
    3232
    33       write(lunout,*) 'in abort_gcm'
     33      if (MPI_rank .eq. 0) write(lunout,*) 'in abort_gcm'
    3434#ifdef CPP_IOIPSL
    3535c$OMP MASTER
  • trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90

    r3765 r3812  
    371371     calllott=.false. ! default value
    372372     call getin_p("calllott",calllott)
    373      write(*,*)" calllott = ",calllott
     373     if (is_master) write(*,*)trim(rname)//": calllott = ",calllott
    374374
    375375     if (is_master) write(*,*)trim(rname)//&
  • trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90

    r3806 r3812  
    11551155! II.3 Gravity wave and subgrid scale topography drag :
    11561156!    -------------------------------------------------
    1157 
    11581157      IF(calllott)THEN
    11591158        CALL calldrag_noro(ngrid,nlayer,ptimestep, &
     
    21342133            ENDIF ! of IF (grid_type==unstructured)
    21352134
    2136             write(*,*)'PHYSIQ: writing restartfi at time =',ztime_restart
     2135            if (is_master) write(*,*)'PHYSIQ: writing restartfi at time =',ztime_restart
    21372136
    21382137            call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq, &
     
    24132412
    24142413      if (lastcall.and.is_omp_master) then
    2415         write(*,*) "physiq: call xios_context_finalize"
     2414        if (is_master) write(*,*) "physiq: call xios_context_finalize"
    24162415        call xios_context_finalize
    24172416      endif
Note: See TracChangeset for help on using the changeset viewer.