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 911 for trunk/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2008-04-28T11:31:32+02:00 (16 years ago)
Author:
ctlod
Message:

Implementation of the BDY package, see ticket: #126

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/tranxt.F90

    r888 r911  
    2727   USE domvvl          ! variable volume 
    2828   USE obctra          ! open boundary condition (obc_tra routine) 
     29   USE bdytra          ! Unstructured open boundary condition (bdy_tra routine) 
    2930   USE in_out_manager  ! I/O manager 
    3031   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    159160      ! Update tracers on open boundaries. 
    160161      CALL obc_tra( kt ) 
     162 
     163      !                                                ! =============== 
     164      DO jk = 1, jpkm1                                 ! Horizontal slab 
     165         !                                             ! =============== 
     166#elif defined key_bdy 
     167         !                                             ! =============== 
     168      END DO                                           !   End of slab 
     169      !                                                ! =============== 
     170 
     171      ! Update tracers on open boundaries. 
     172      CALL bdy_tra( kt ) 
     173 
    161174      !                                                ! =============== 
    162175      DO jk = 1, jpkm1                                 ! Horizontal slab 
Note: See TracChangeset for help on using the changeset viewer.