New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 13982 for NEMO/trunk/src/OCE/ZDF – NEMO

Ignore:
Timestamp:
2020-12-02T11:57:05+01:00 (4 years ago)
Author:
smasson
Message:

trunk: merge dev_r13923_Tiling_Cleanup_MPI3_LoopFusion into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ZDF/zdfosm.F90

    r13970 r13982  
    14911491     !!----------------------------------------------------------------------------- 
    14921492     IF( TRIM(cdrw) == 'WRITE') THEN     !* Write hbli into the restart file, then return 
     1493        IF( ntile /= 0 .AND. ntile /= nijtile ) RETURN        ! Do only on the last tile 
     1494 
    14931495        IF(lwp) WRITE(numout,*) '---- osm-rst ----' 
    14941496         CALL iom_rstput( kt, nitrst, numrow, 'wn'     , ww   ) 
     
    15451547      ! 
    15461548      IF( kt == nit000 ) THEN 
    1547          IF(lwp) WRITE(numout,*) 
    1548          IF(lwp) WRITE(numout,*) 'tra_osm : OSM non-local tracer fluxes' 
    1549          IF(lwp) WRITE(numout,*) '~~~~~~~   ' 
     1549         IF( ntile == 0 .OR. ntile == 1 ) THEN                    ! Do only on the first tile 
     1550            IF(lwp) WRITE(numout,*) 
     1551            IF(lwp) WRITE(numout,*) 'tra_osm : OSM non-local tracer fluxes' 
     1552            IF(lwp) WRITE(numout,*) '~~~~~~~   ' 
     1553         ENDIF 
    15501554      ENDIF 
    15511555 
Note: See TracChangeset for help on using the changeset viewer.