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 10425 for NEMO/trunk/src/TOP/trcnam.F90 – NEMO

Ignore:
Timestamp:
2018-12-19T22:54:16+01:00 (6 years ago)
Author:
smasson
Message:

trunk: merge back dev_r10164_HPC09_ESIWACE_PREP_MERGE@10424 into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/trcnam.F90

    r10068 r10425  
    2323   USE trdtrc_oce  ! 
    2424   USE iom         ! I/O manager 
     25#if defined key_mpp_mpi 
     26   USE lib_mpp, ONLY: ncom_dttrc 
     27#endif 
    2528 
    2629   IMPLICIT NONE 
     
    7679      ENDIF 
    7780      ! 
    78       rdttrc = rdt * FLOAT( nn_dttrc )          ! passive tracer time-step 
     81      rdttrc = rdt * FLOAT( nn_dttrc )          ! passive tracer time-step       
    7982      !  
    8083      IF(lwp) THEN                              ! control print 
     
    128131      ENDIF 
    129132      ! 
    130     END SUBROUTINE trc_nam_run 
     133#if defined key_mpp_mpi 
     134      ncom_dttrc = nn_dttrc    ! make nn_fsbc available for lib_mpp 
     135#endif 
     136      ! 
     137   END SUBROUTINE trc_nam_run 
    131138 
    132139 
Note: See TracChangeset for help on using the changeset viewer.