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 14172 – NEMO

Changeset 14172


Ignore:
Timestamp:
2020-12-15T13:39:13+01:00 (3 years ago)
Author:
cetlod
Message:

Minor correction in the use of lbc within trcatf routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/TRP/trcatf.F90

    r14143 r14172  
    103103#endif 
    104104      ! Update after tracer on domain lateral boundaries 
    105       CALL lbc_lnk( 'trcatf', ptr(:,:,:,:,Kaa), 'T', 1. )    
     105      CALL lbc_lnk( 'trcatf', ptr(:,:,:,:,Kaa), 'T', 1._wp )    
    106106 
    107107      IF( ln_bdy )  CALL trc_bdy( kt, Kbb, Kmm, Kaa ) 
     
    169169         ENDIF 
    170170         ! 
    171          CALL lbc_lnk_multi( 'trcatf', ptr(:,:,:,:,Kmm), 'T', 1._wp, ptr(:,:,:,:,Kaa), 'T', 1._wp, ptr(:,:,:,:,Kaa), 'T', 1._wp ) 
     171         CALL lbc_lnk( 'trcatf', ptr(:,:,:,:,Kmm), 'T', 1._wp ) 
    172172      ENDIF 
    173173      ! 
Note: See TracChangeset for help on using the changeset viewer.