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 4435 for branches/2011 – NEMO

Changeset 4435 for branches/2011


Ignore:
Timestamp:
2014-02-04T13:14:43+01:00 (10 years ago)
Author:
trackstand2
Message:

Removed duplicate lbc_lnk call from bdy_dyn_fla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/NEMO/OPA_SRC/BDY/bdydyn.F90

    r4434 r4435  
    197197!         CALL bound_exch_list() 
    198198!#else 
    199          CALL lbc_lnk( ua_e, 'U', -1. )   ! Boundary points should be updated 
    200          CALL lbc_lnk( va_e, 'V', -1. )   ! 
     199         !CALL lbc_lnk( ua_e, 'U', -1. )   ! Boundary points should be updated 
     200         !CALL lbc_lnk( va_e, 'V', -1. )   ! 
    201201!#endif 
    202202         ! 
Note: See TracChangeset for help on using the changeset viewer.