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

Ignore:
Timestamp:
2015-12-15T15:50:11+01:00 (8 years ago)
Author:
lovato
Message:

Merge branches/2015/dev_r5144_CMCC5_BDY_for_TOP (see ticket #1441)

File:
1 edited

Legend:

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

    r6051 r6053  
    3333   USE trdtra 
    3434   USE tranxt 
     35   USE trcbdy          ! BDY open boundaries 
     36   USE bdy_par, only: lk_bdy 
    3537# if defined key_agrif 
    3638   USE agrif_top_interp 
     
    98100      END DO 
    99101 
    100  
    101 #if defined key_bdy 
    102 !!      CALL bdy_trc( kt )               ! BDY open boundaries 
    103 #endif 
    104  
     102      IF( lk_bdy )  CALL trc_bdy( kt )               ! BDY open boundaries 
    105103 
    106104      ! set time step size (Euler/Leapfrog) 
Note: See TracChangeset for help on using the changeset viewer.