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 7512 – NEMO

Changeset 7512


Ignore:
Timestamp:
2016-12-19T18:14:33+01:00 (7 years ago)
Author:
mocavero
Message:

update private scalars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6519_HPC_4/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r7508 r7512  
    560560      !                                         ! Add top stress contribution from baroclinic velocities:       
    561561      IF (ln_bt_fw) THEN 
    562 !$OMP PARALLEL DO schedule(static) private(jj,ji,ikbu,ikbv) 
     562!$OMP PARALLEL DO schedule(static) private(jj,ji,iktu,iktv) 
    563563         DO jj = 2, jpjm1 
    564564            DO ji = fs_2, fs_jpim1   ! vector opt. 
     
    570570         END DO 
    571571      ELSE 
    572 !$OMP PARALLEL DO schedule(static) private(jj,ji,ikbu,ikbv) 
     572!$OMP PARALLEL DO schedule(static) private(jj,ji,iktu,iktv) 
    573573         DO jj = 2, jpjm1 
    574574            DO ji = fs_2, fs_jpim1   ! vector opt. 
Note: See TracChangeset for help on using the changeset viewer.