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 10345 for NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/ICE/icedyn_adv_umx.F90 – NEMO

Ignore:
Timestamp:
2018-11-21T11:25:53+01:00 (5 years ago)
Author:
smasson
Message:

dev_r10164_HPC09_ESIWACE_PREP_MERGE: merge with trunk@10344, see #2133

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/src/ICE/icedyn_adv_umx.F90

    r10292 r10345  
    229229         ! 
    230230         DO jl = 1, ipl 
    231             DO jj = 1, jpjm1 
     231            DO jj = 2, jpjm1 
    232232               DO ji = 1, fs_jpim1   ! vector opt. 
    233233                  zfu_ho(ji,jj,jl) = puc(ji,jj) * zt_u(ji,jj,jl) 
     234               END DO 
     235            END DO 
     236         END DO 
     237         DO jl = 1, ipl 
     238            DO jj = 1, jpjm1 
     239               DO ji = fs_2, fs_jpim1   ! vector opt. 
    234240                  zfv_ho(ji,jj,jl) = pvc(ji,jj) * zt_v(ji,jj,jl) 
    235241               END DO 
     
    242248      ! -------------------------------------------------- 
    243249      DO jl = 1, ipl 
    244          DO jj = 1, jpjm1 
     250         DO jj = 2, jpjm1 
    245251            DO ji = 1, fs_jpim1   ! vector opt. 
    246252               zfu_ho(ji,jj,jl) = zfu_ho(ji,jj,jl) - zfu_ups(ji,jj,jl) 
     253            END DO 
     254         END DO 
     255      END DO 
     256      DO jl = 1, ipl 
     257         DO jj = 1, jpjm1 
     258            DO ji = fs_2, fs_jpim1   ! vector opt. 
    247259               zfv_ho(ji,jj,jl) = zfv_ho(ji,jj,jl) - zfv_ups(ji,jj,jl) 
    248260            END DO 
Note: See TracChangeset for help on using the changeset viewer.