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/trcsbc.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/trcsbc.F90

    r7806 r8754  
    2323   USE trdtra 
    2424   USE ieee_arithmetic 
     25#if defined key_crs 
     26   USE crslbclnk , ONLY : crs_lbc_lnk 
     27#endif 
    2528 
    2629   IMPLICIT NONE 
     
    173176         ENDIF 
    174177         ! 
     178#if defined key_crs 
     179         CALL crs_lbc_lnk( sbc_trc(:,:,jn), 'T', 1. ) 
     180#else 
    175181         CALL lbc_lnk( sbc_trc(:,:,jn), 'T', 1. ) 
     182#endif 
    176183         !                                       Concentration dilution effect on tracers due to evaporation & precipitation  
    177184         DO jj = 2, jpj 
Note: See TracChangeset for help on using the changeset viewer.