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 869 for trunk/NEMO/OPA_SRC/lbclnk.F90 – NEMO

Ignore:
Timestamp:
2008-03-26T10:21:54+01:00 (16 years ago)
Author:
rblod
Message:

Parallelisation of LIM3. This commit seems to ensure the reproducibility mono/mpp. See ticket #77.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/lbclnk.F90

    r719 r869  
    410410         CASE ( 3 , 4 )                        ! *  North fold  T-point pivot 
    411411 
    412             pt3d( 1 ,jpj,jk) = 0.e0 
    413             pt3d(jpi,jpj,jk) = 0.e0 
     412!            pt3d( 1 ,jpj,jk) = 0.e0 
     413!            pt3d(jpi,jpj,jk) = 0.e0 
    414414 
    415415            SELECT CASE ( cd_type ) 
     
    584584      CASE ( 3 , 4 )                           ! * North fold  T-point pivot 
    585585 
    586          pt2d( 1 , 1 ) = 0.e0        !!!!!  bug gm ??? !Edmee 
    587          pt2d( 1 ,jpj) = 0.e0 
    588          pt2d(jpi,jpj) = 0.e0 
     586!         pt2d( 1 , 1 ) = 0.e0        !!!!!  bug gm ??? !Edmee 
     587!         pt2d( 1 ,jpj) = 0.e0 
     588!         pt2d(jpi,jpj) = 0.e0 
    589589 
    590590         SELECT CASE ( cd_type ) 
Note: See TracChangeset for help on using the changeset viewer.