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

Ignore:
Timestamp:
2005-09-22T12:44:36+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_005 : CT : remove few bugs in the Sea-ice component related to the reproductibility problem of mono .vs. multi processors simulations

File:
1 edited

Legend:

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

    r247 r288  
    335335 
    336336         CASE ( 'I' )                                  ! ice U-V point 
     337            pt2d(:, 1 ) = 0.e0 
    337338            pt2d(2,jpj) = psgn * pt2d(3,jpj-1) 
    338339            DO ji = 3, jpi 
     
    387388 
    388389         CASE ( 'I' )                                  ! ice U-V point 
     390            pt2d( : , 1 ) = 0.e0 
    389391            pt2d( 2 ,jpj) = 0.e0 
    390392            DO ji = 2 , jpim1 
Note: See TracChangeset for help on using the changeset viewer.