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 10358 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OFF – NEMO

Ignore:
Timestamp:
2018-11-25T15:24:21+01:00 (5 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: action 5b: by default, suppress global communication in stpctl, see #2133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/OFF/nemogcm.F90

    r10345 r10358  
    481481      !!---------------------------------------------------------------------- 
    482482      ! 
    483       IF( kt == nit000 .AND. lwp ) THEN 
     483      IF( kt == nit000 .AND. lwm ) THEN 
    484484         WRITE(numout,*) 
    485485         WRITE(numout,*) 'stp_ctl : time-stepping control' 
     
    489489      ENDIF 
    490490      ! 
    491       IF(lwp) WRITE ( numstp, '(1x, i8)' )   kt      !* save the current time step in numstp 
    492       IF(lwp) REWIND( numstp )                       ! -------------------------- 
     491      IF(lwm) WRITE ( numstp, '(1x, i8)' )   kt      !* save the current time step in numstp 
     492      IF(lwm) REWIND( numstp )                       ! -------------------------- 
    493493      ! 
    494494   END SUBROUTINE stp_ctl 
Note: See TracChangeset for help on using the changeset viewer.