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

    r6051 r6053  
    2626   USE sbc_oce 
    2727   USE trcice          ! tracers in sea ice 
     28   USE trcbc,   only : trc_bc_init ! generalized Boundary Conditions 
    2829  
    2930   IMPLICIT NONE 
     
    208209      !!---------------------------------------------------------------------- 
    209210      ! 
     211      ! Initialisation of tracers Initial Conditions 
    210212      IF( ln_trcdta )      CALL trc_dta_init(jptra) 
     213 
     214      ! Initialisation of tracers Boundary Conditions 
     215      IF( lk_my_trc )     CALL trc_bc_init(jptra) 
    211216 
    212217      IF( ln_rsttr ) THEN 
Note: See TracChangeset for help on using the changeset viewer.