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/limtrp_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/limtrp_2.F90

    r2076 r2077  
    6767      !!        !  01-05 (G. Madec, R. Hordoir) opa norm 
    6868      !!   2.0  !  04-01 (G. Madec, C. Ethe)  F90, mpp 
    69       !!   3.3  !  09-05  (G.Garric) addition of the lim2_evp case 
    7069      !!--------------------------------------------------------------------- 
    7170      INTEGER, INTENT(in) ::   kt     ! number of iteration 
     
    108107         ! zvbord factor between 1 and 2 to take into account slip or no-slip boundary conditions.         
    109108         zvbord = 1.0 + ( 1.0 - bound ) 
    110 #if defined key_lim2_vp 
    111109         DO jj = 1, jpjm1 
    112110            DO ji = 1, jpim1   ! NO vector opt. 
     
    118116         CALL lbc_lnk( zui_u, 'U', -1. ) 
    119117         CALL lbc_lnk( zvi_v, 'V', -1. ) 
    120 #else 
    121         zui_u(:,:)=u_ice(:,:) 
    122         zvi_v(:,:)=v_ice(:,:) 
    123 #endif 
    124118 
    125119         ! CFL test for stability 
Note: See TracChangeset for help on using the changeset viewer.