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 1427 for branches – NEMO

Changeset 1427 for branches


Ignore:
Timestamp:
2009-05-07T16:07:32+02:00 (15 years ago)
Author:
rblod
Message:

dev_004_VVL:sync: synchro with trunk (r1414), see ticket #380

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_004_VVL/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r1275 r1427  
    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.