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

    r5120 r5160  
    3131   USE lib_mpp         ! distribued memory computing library 
    3232   USE sbc_oce 
     33   USE trcbc,   only : trc_bc_init ! generalized Boundary Conditions 
    3334  
    3435   IMPLICIT NONE 
     
    107108      ENDIF 
    108109 
     110      ! Initialisation of tracers Initial Conditions 
    109111      IF( ln_trcdta )      CALL trc_dta_init(jptra) 
    110112 
     113      ! Initialisation of tracers Boundary Conditions 
     114      IF( lk_my_trc )     CALL trc_bc_init(jptra) 
    111115 
    112116      IF( ln_rsttr ) THEN 
Note: See TracChangeset for help on using the changeset viewer.