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 7753 for trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zbio.F90 – NEMO

Ignore:
Timestamp:
2017-03-03T12:46:59+01:00 (7 years ago)
Author:
mocavero
Message:

Reverting trunk to remove OpenMP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zbio.F90

    r7698 r7753  
    6666      !     OF PHYTOPLANKTON AND DETRITUS 
    6767 
    68 !$OMP PARALLEL 
    69 !$OMP DO schedule(static) private(jk,jj,ji) 
    70       DO jk = 1, jpk 
    71          DO jj = 1, jpj 
    72             DO ji = 1, jpi 
    73                xdiss(ji,jj,jk) = 1. 
    74             END DO 
    75          END DO 
    76       END DO 
     68      xdiss(:,:,:) = 1. 
    7769!!gm the use of nmld should be better here? 
    78 !$OMP DO schedule(static) private(jk,jj,ji) 
    7970      DO jk = 2, jpkm1 
    8071         DO jj = 1, jpj 
     
    8576         END DO 
    8677      END DO 
    87 !$OMP END PARALLEL 
    8878 
    8979      CALL p4z_opt     ( kt, knt )     ! Optic: PAR in the water column 
Note: See TracChangeset for help on using the changeset viewer.