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/limthd_lac.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/limthd_lac.F90

    r1465 r1469  
    265265                  !------------- 
    266266                  ! C-grid wind stress components 
    267                   ztaux         = ( utaui_ice(ji-1,jj  ) * tmu(ji-1,jj  ) & 
    268                      +   utaui_ice(ji  ,jj  ) * tmu(ji  ,jj  ) ) / 2.0 
    269                   ztauy         = ( vtaui_ice(ji  ,jj-1) * tmv(ji  ,jj-1) & 
    270                      +   vtaui_ice(ji  ,jj  ) * tmv(ji  ,jj  ) ) / 2.0 
     267                  ztaux         = ( utau_ice(ji-1,jj  ) * tmu(ji-1,jj  ) & 
     268                     &          +   utau_ice(ji  ,jj  ) * tmu(ji  ,jj  ) ) / 2.0 
     269                  ztauy         = ( vtau_ice(ji  ,jj-1) * tmv(ji  ,jj-1) & 
     270                     &          +   vtau_ice(ji  ,jj  ) * tmv(ji  ,jj  ) ) / 2.0 
    271271                  ! Square root of wind stress 
    272272                  ztenagm       =  SQRT( SQRT( ztaux * ztaux + ztauy * ztauy ) ) 
Note: See TracChangeset for help on using the changeset viewer.