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 8754 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2017-11-20T16:37:17+01:00 (6 years ago)
Author:
cbricaud
Message:

bugfix for coarsening branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90

    r7256 r8754  
    3838   USE crs, ONLY : ln_crs_top 
    3939   USE ieee_arithmetic 
     40#if defined key_crs 
     41   USE crslbclnk , ONLY : crs_lbc_lnk 
     42#endif 
    4043 
    4144   IMPLICIT NONE 
     
    109112      ! Update after tracer on domain lateral boundaries 
    110113      DO jn = 1, jptra 
     114#if defined key_crs 
     115         CALL crs_lbc_lnk( tra(:,:,:,jn), 'T', 1. )    
     116#else 
    111117         CALL lbc_lnk( tra(:,:,:,jn), 'T', 1. )    
     118#endif 
    112119      END DO 
    113120 
Note: See TracChangeset for help on using the changeset viewer.