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 6508 for branches/2016/dev_v3_6_STABLE_OMP/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso.F90 – NEMO

Ignore:
Timestamp:
2016-05-04T16:23:46+02:00 (8 years ago)
Author:
dkuts
Message:

First version of OMP changes, partly ported from previous branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3_6_STABLE_OMP/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso.F90

    r5149 r6508  
    137137 
    138138         ! Horizontal tracer gradient  
     139!$OMP PARALLEL DO schedule(static) private(jk, jj, ji) 
    139140         DO jk = 1, jpkm1 
    140141            DO jj = 1, jpjm1 
     
    173174         !  
    174175         ! interior value  
     176!$OMP PARALLEL DO schedule(static) private(jk, jj, ji) 
    175177         DO jk = 2, jpkm1                
    176178            DO jj = 1, jpj 
     
    286288          
    287289         ! interior (2=<jk=<jpk-1) 
     290!$OMP PARALLEL DO schedule(static) private(jk, jj, ji, zcoef0, zmsku, zmskv, zcoef3, zcoef4) 
    288291         DO jk = 2, jpkm1 
    289292            DO jj = 2, jpjm1 
     
    310313         ! I.5 Divergence of vertical fluxes added to the general tracer trend 
    311314         ! ------------------------------------------------------------------- 
     315!$OMP PARALLEL DO schedule(static) private(jk, jj, ji, zbtr, ztra) 
    312316         DO jk = 1, jpkm1 
    313317            DO jj = 2, jpjm1 
Note: See TracChangeset for help on using the changeset viewer.