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_2/limwri_dimg_2.h90 – 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_2/limwri_dimg_2.h90

    r1463 r1469  
    121121          ! See thersf for the coefficient 
    122122          zcmo(ji,jj,14) = - emps(ji,jj) * rday * ( sss_m(ji,jj) + epsi16 ) / soce 
    123           zcmo(ji,jj,15) = utaui_ice(ji,jj) 
    124           zcmo(ji,jj,16) = vtaui_ice(ji,jj) 
     123          zcmo(ji,jj,15) = utau_ice(ji,jj) 
     124          zcmo(ji,jj,16) = vtau_ice(ji,jj) 
    125125          zcmo(ji,jj,17) = qsr_ice(ji,jj,1) 
    126126          zcmo(ji,jj,18) = qns_ice(ji,jj,1) 
     
    164164                ! See thersf for the coefficient 
    165165                rcmoy(ji,jj,14) = - emps(ji,jj) * rday * ( sss_m(ji,jj) + epsi16 ) / soce 
    166                 rcmoy(ji,jj,15) = utaui_ice(ji,jj) 
    167                 rcmoy(ji,jj,16) = vtaui_ice(ji,jj) 
     166                rcmoy(ji,jj,15) = utau_ice(ji,jj) 
     167                rcmoy(ji,jj,16) = vtau_ice(ji,jj) 
    168168                rcmoy(ji,jj,17) = qsr_ice(ji,jj,1) 
    169169                rcmoy(ji,jj,18) = qns_ice(ji,jj,1) 
Note: See TracChangeset for help on using the changeset viewer.