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 2305 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA – NEMO

Ignore:
Timestamp:
2010-10-25T16:13:35+02:00 (14 years ago)
Author:
davestorkey
Message:

Updates to BDY - DOCTOR standards

File:
1 edited

Legend:

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

    r2289 r2305  
    3636   USE obc_oce 
    3737   USE obctra          ! open boundary condition (obc_tra routine) 
    38    USE bdytra          ! Unstructured open boundary condition (bdy_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) 
    3940   USE in_out_manager  ! I/O manager 
    4041   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     
    119120#endif 
    120121#if defined key_bdy  
    121       IF( lk_bdy )   CALL bdy_tra( kt )  ! BDY open boundaries 
     122      IF( lk_bdy )   CALL bdy_tra_frs( kt )  ! BDY open boundaries 
    122123#endif 
    123124#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.