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 1347 for trunk/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90 – NEMO

Ignore:
Timestamp:
2009-03-30T17:29:37+02:00 (15 years ago)
Author:
rblod
Message:

Bug correction in lim2 with vector optimization, see ticket #380

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcice_lim_2.F90

    r1270 r1347  
    118118         !     B-grid dynamics :  I-point (F-point with sea-ice indexation) 
    119119         DO jj = 2, jpj 
    120             DO ji = fs_2, jpi   ! vector opt. 
     120            DO ji = 2, jpi   ! B grid : no vector opt. 
    121121               ui_oce(ji,jj) = 0.5 * ( ssu_m(ji-1,jj  ) + ssu_m(ji-1,jj-1) ) * tmu(ji,jj) 
    122122               vi_oce(ji,jj) = 0.5 * ( ssv_m(ji  ,jj-1) + ssv_m(ji-1,jj-1) ) * tmu(ji,jj) 
Note: See TracChangeset for help on using the changeset viewer.