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 7037 for branches/2016/dev_r6519_HPC_4/NEMOGCM/NEMO/OPA_SRC/DYN/dynzad.F90 – NEMO

Ignore:
Timestamp:
2016-10-18T15:32:04+02:00 (8 years ago)
Author:
mocavero
Message:

ORCA2_LIM_PISCES hybrid version update

File:
1 edited

Legend:

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

    r6748 r7037  
    8383      ENDIF 
    8484       
     85!$OMP PARALLEL 
    8586      DO jk = 2, jpkm1              ! Vertical momentum advection at level w and u- and v- vertical 
    86 !$OMP PARALLEL DO schedule(static) private(jj, ji) 
     87!$OMP DO schedule(static) private(jj, ji) 
    8788         DO jj = 2, jpj                   ! vertical fluxes  
    8889            DO ji = fs_2, jpi             ! vector opt. 
     
    9091            END DO 
    9192         END DO 
    92 !$OMP PARALLEL DO schedule(static) private(jj, ji) 
     93!$OMP DO schedule(static) private(jj, ji) 
    9394         DO jj = 2, jpjm1                 ! vertical momentum advection at w-point 
    9495            DO ji = fs_2, fs_jpim1        ! vector opt. 
     
    9899         END DO    
    99100      END DO 
     101!$OMP END PARALLEL 
    100102      ! 
    101103      ! Surface and bottom advective fluxes set to zero 
Note: See TracChangeset for help on using the changeset viewer.