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 3062 for branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2011-11-09T11:47:32+01:00 (12 years ago)
Author:
rfurner
Message:

ticket #885. added in changes from branches/2011/UKMO_MERCATOR_obc_bdy_merge@2888

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_UKM0_2011/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90

    r2715 r3062  
    3636   USE obc_oce 
    3737   USE obctra          ! open boundary condition (obc_tra routine) 
    38    USE bdy_par         ! Unstructured open boundary condition (bdy_tra_frs routine) 
    39    USE bdytra          ! Unstructured open boundary condition (bdy_tra_frs routine) 
     38   USE bdy_oce 
     39   USE bdytra          ! open boundary condition (bdy_tra routine) 
    4040   USE in_out_manager  ! I/O manager 
    4141   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    4343   USE traqsr          ! penetrative solar radiation (needed for nksr) 
    4444   USE traswp          ! swap array 
    45    USE obc_oce  
    4645#if defined key_agrif 
    4746   USE agrif_opa_update 
     
    8180      !!              - Apply lateral boundary conditions on (ta,sa)  
    8281      !!             at the local domain   boundaries through lbc_lnk call,  
    83       !!             at the radiative open boundaries (lk_obc=T),  
    84       !!             at the relaxed   open boundaries (lk_bdy=T), and 
     82      !!             at the one-way open boundaries (lk_obc=T),  
    8583      !!             at the AGRIF zoom     boundaries (lk_agrif=T) 
    8684      !! 
     
    119117#endif 
    120118#if defined key_bdy  
    121       IF( lk_bdy )   CALL bdy_tra_frs( kt )  ! BDY open boundaries 
     119      IF( lk_bdy )   CALL bdy_tra( kt )  ! BDY open boundaries 
    122120#endif 
    123121#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.