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

Changeset 1414


Ignore:
Timestamp:
2009-04-24T14:19:08+02:00 (15 years ago)
Author:
rblod
Message:

Array out of bound with key_vectopt_loop and lim2, see ticket #380

File:
1 edited

Legend:

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

    r1275 r1414  
    410410!CDIR NOVERRCHK 
    411411         DO jj = 2, jpjm1 
    412             DO ji = fs_2, fs_jpim1 
     412            DO ji = 2, jpim1   ! B grid : no vector opt 
    413413               ! ... scalar wind at I-point (fld being at T-point) 
    414414               zwndi_f = 0.25 * (  sf(jp_wndi)%fnow(ji-1,jj  ) + sf(jp_wndi)%fnow(ji  ,jj  )   & 
Note: See TracChangeset for help on using the changeset viewer.