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

Changeset 1514


Ignore:
Timestamp:
2009-07-21T12:40:49+02:00 (15 years ago)
Author:
ctlod
Message:

wrong sign in the lbc related to pn2 in the computation of the slope just below the mixed layer, see ticket: #435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfslp.F90

    r1156 r1514  
    541541# endif 
    542542      END DO 
    543       ! lateral boundary conditions on zwy 
    544       CALL lbc_lnk( zwy, 'U', -1. ) 
     543      CALL lbc_lnk( zwy, 'U', 1. )      ! lateral boundary conditions (NO sign change) 
     544 
    545545 
    546546      ! Slope at u points 
     
    590590# endif 
    591591      END DO 
    592  
    593       ! lateral boundary conditions on zwy 
    594       CALL lbc_lnk( zwy, 'V', -1. ) 
     592      CALL lbc_lnk( zwy, 'V', 1. )      ! lateral boundary conditions No change in sign 
    595593 
    596594      ! Slope at v points 
Note: See TracChangeset for help on using the changeset viewer.