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

Changeset 872


Ignore:
Timestamp:
2008-03-27T18:07:36+01:00 (16 years ago)
Author:
ctlod
Message:

dev_001_SBC: correct the computation of ice/ocean stress zvtau at U-point, see ticketc:#97

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/LIM_SRC/limsbc.F90

    r801 r872  
    202202               ! ... ice-cover wheighted ice-ocean stress at U and V-points  (from I-point values) 
    203203               zutau  = 0.5 * ( ztio_u(ji+1,jj) + ztio_u(ji+1,jj+1) ) 
    204                zvtau  = 0.5 * ( ztio_v(ji,jj+1) + ztio_u(ji+1,jj+1) ) 
     204               zvtau  = 0.5 * ( ztio_v(ji,jj+1) + ztio_v(ji+1,jj+1) ) 
    205205               ! ... open-ocean (lead) fraction at U- & V-points (from T-point values) 
    206206               zfrldu = 0.5 * ( frld (ji,jj) + frld (ji+1,jj  ) ) 
Note: See TracChangeset for help on using the changeset viewer.