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/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2016-10-18T15:32:04+02:00 (7 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/DOM/domain.F90

    r6748 r7037  
    9292      IF( ln_sco )   CALL dom_stiff             ! Maximum stiffness ratio/hydrostatic consistency 
    9393      ! 
    94 !$OMP PARALLEL WORKSHARE 
     94!$OMP PARALLEL 
     95!$OMP WORKSHARE 
    9596      ht_0(:,:) = e3t_0(:,:,1) * tmask(:,:,1)   ! Reference ocean thickness 
    9697      hu_0(:,:) = e3u_0(:,:,1) * umask(:,:,1) 
    9798      hv_0(:,:) = e3v_0(:,:,1) * vmask(:,:,1) 
    98 !$OMP END PARALLEL WORKSHARE 
     99!$OMP END WORKSHARE 
    99100      DO jk = 2, jpk 
    100 !$OMP PARALLEL DO schedule(static) private(jj,ji) 
     101!$OMP DO schedule(static) private(jj,ji) 
    101102         DO jj =1, jpj 
    102103            DO ji=1, jpi 
     
    107108         END DO 
    108109      END DO 
     110!$OMP END PARALLEL 
    109111      ! 
    110112      !              !==  time varying part of coordinate system  ==! 
Note: See TracChangeset for help on using the changeset viewer.