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

Ignore:
Timestamp:
2015-03-23T15:30:55+01:00 (9 years ago)
Author:
lovato
Message:

First implementation of BDY for TOP component, see #1441 (dev_r5144_CMCC5_BDY_for_TOP).

File:
1 edited

Legend:

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

    r4990 r5160  
    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 
     
    108110 
    109111 
    110 #if defined key_bdy 
    111 !!      CALL bdy_trc( kt )               ! BDY open boundaries 
    112 #endif 
     112      IF( lk_bdy )  CALL trc_bdy( kt )               ! BDY open boundaries 
     113 
    113114#if defined key_agrif 
    114115      CALL Agrif_trc                   ! AGRIF zoom boundaries 
Note: See TracChangeset for help on using the changeset viewer.