Changeset 3812 for trunk/LMDZ.PLUTO


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

Less error messages in parallel.
AF

Location:
trunk/LMDZ.PLUTO/libf/phypluto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.