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 9105 – NEMO

Changeset 9105


Ignore:
Timestamp:
2017-12-15T18:59:18+01:00 (6 years ago)
Author:
flavoni
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r9102 r9105  
    11961196 
    11971197      ! Lateral boundary conditions 
    1198       CALL lbc_lnk_multi( zfmask, 'F', 1. , fmask, 'F', 1.)  
     1198      CALL lbc_lnk( zfmask, 'F', 1. )  
    11991199      CALL lbc_lnk_multi( bdyumask, 'U', 1. , bdyvmask, 'V', 1., bdytmask, 'T', 1. ) 
    12001200      DO ib_bdy = 1, nb_bdy       ! Indices and directions of rim velocity components 
Note: See TracChangeset for help on using the changeset viewer.