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 2077 for branches/devmercator2010/NEMO/LIM_SRC_2/limsbc_2.F90 – NEMO

Ignore:
Timestamp:
2010-09-09T10:43:51+02:00 (14 years ago)
Author:
cbricaud
Message:

commit change from DEV_r1784_3DF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devmercator2010/NEMO/LIM_SRC_2/limsbc_2.F90

    r2076 r2077  
    77   !!           02-07 (C. Ethe, G. Madec) re-writing F90 
    88   !!           06-07 (G. Madec) surface module 
    9    !!           09-05 (G.Garric) addition of the lim2_evp case 
    109   !!---------------------------------------------------------------------- 
    1110#if defined key_lim2 
     
    8988      REAL(wp) ::   zfrldu, zfrldv   ! lead fraction at U- & V-points 
    9089      REAL(wp) ::   zutau , zvtau    ! lead fraction at U- & V-points 
    91 !!!      REAL(wp) ::   zutaui , zvtaui  ! lead fraction at U- & V-points 
    9290      REAL(wp) ::   zu_io , zv_io    ! 2 components of the ice-ocean velocity 
    9391! interface 2D --> 3D 
     
    277275            DO ji = 2, jpim1   ! NO vector opt. 
    278276               ! ... components of ice-ocean stress at U and V-points  (from I-point values) 
    279 #if defined key_lim2_vp 
    280277               zutau  = 0.5 * ( ztio_u(ji+1,jj) + ztio_u(ji+1,jj+1) ) 
    281278               zvtau  = 0.5 * ( ztio_v(ji,jj+1) + ztio_v(ji+1,jj+1) ) 
    282 #else 
    283                zutau  = ztio_u(ji,jj) 
    284                zvtau  = ztio_v(ji,jj) 
    285 #endif 
    286279               ! ... open-ocean (lead) fraction at U- & V-points (from T-point values) 
    287280               zfrldu = 0.5 * ( frld(ji,jj) + frld(ji+1,jj  ) ) 
Note: See TracChangeset for help on using the changeset viewer.