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 235 for trunk/NEMO/OPA_SRC/DYN – NEMO

Changeset 235 for trunk/NEMO/OPA_SRC/DYN


Ignore:
Timestamp:
2005-03-22T11:14:57+01:00 (19 years ago)
Author:
opalod
Message:

CT : BUGFIX166 : no sign change on the on the curl and div fields (zuf(:,:) & zut(:,:) fields) at the North fold boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynldf_bilap.F90

    r216 r235  
    194194 
    195195 
    196          ! boundary conditions on the laplacian curl and div (zuf,zut) 
    197          CALL lbc_lnk( zuf, 'F', -1. ) 
    198          CALL lbc_lnk( zut, 'T', -1. ) 
     196      ! boundary conditions on the laplacian curl and div (zuf,zut) 
     197      CALL lbc_lnk( zuf, 'F', 1. ) 
     198      CALL lbc_lnk( zut, 'T', 1. ) 
    199199 
    200200          
Note: See TracChangeset for help on using the changeset viewer.