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 1469 for trunk/NEMO/LIM_SRC_3/limrhg.F90 – NEMO

Ignore:
Timestamp:
2009-06-11T14:20:08+02:00 (15 years ago)
Author:
smasson
Message:

[uv]taui_ice renamed [uv]tau_ice, see ticket:452

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limrhg.F90

    r1465 r1469  
    281281               &                / (e2t(ji,jj+1)+e2t(ji,jj)) * tmv(ji,jj) 
    282282 
    283             ! Wind stress. 
    284             ztagnx = ( 1. - zfrld1(ji,jj) ) * utaui_ice(ji,jj) 
    285             ztagny = ( 1. - zfrld2(ji,jj) ) * vtaui_ice(ji,jj) 
     283            ! Wind stress at U,V-point 
     284            ztagnx = ( 1. - zfrld1(ji,jj) ) * utau_ice(ji,jj) 
     285            ztagny = ( 1. - zfrld2(ji,jj) ) * vtau_ice(ji,jj) 
    286286 
    287287            ! Computation of the velocity field taking into account the ice internal interaction. 
Note: See TracChangeset for help on using the changeset viewer.