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 7525 for branches/2016/dev_r6519_HPC_4/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2017-01-04T17:47:47+01:00 (7 years ago)
Author:
mocavero
Message:

changes after review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6519_HPC_4/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r7508 r7525  
    195195            END DO 
    196196!$OMP END DO NOWAIT 
    197 !$OMP DO schedule(static) private(jp,jj,ji) 
    198197            DO jp = 1, jpts 
     198!$OMP DO schedule(static) private(jj,ji) 
    199199               DO jj = 1, jpj 
    200200                  DO ji = 1, jpi 
     
    336336         !                                         ! ---------------------------------------- ! 
    337337!$OMP PARALLEL DO schedule(static) private(jj,ji) 
    338             DO jj = 1, jpj 
    339                DO ji = 1, jpi 
    340                   utau_b(ji,jj) = utau(ji,jj)                         ! Swap the ocean forcing fields 
    341                   vtau_b(ji,jj) = vtau(ji,jj)                         ! (except at nit000 where before fields 
    342                   qns_b (ji,jj) = qns (ji,jj)                         !  are set at the end of the routine) 
    343                   emp_b (ji,jj) = emp (ji,jj) 
    344                   sfx_b (ji,jj) = sfx (ji,jj) 
    345                END DO 
     338         DO jj = 1, jpj 
     339            DO ji = 1, jpi 
     340               utau_b(ji,jj) = utau(ji,jj)                         ! Swap the ocean forcing fields 
     341               vtau_b(ji,jj) = vtau(ji,jj)                         ! (except at nit000 where before fields 
     342               qns_b (ji,jj) = qns (ji,jj)                         !  are set at the end of the routine) 
     343               emp_b (ji,jj) = emp (ji,jj) 
     344               sfx_b (ji,jj) = sfx (ji,jj) 
    346345            END DO 
     346         END DO 
    347347         IF ( ln_rnf ) THEN 
    348348!$OMP PARALLEL 
     
    354354            END DO 
    355355!$OMP END DO NOWAIT 
    356 !$OMP DO schedule(static) private(jp,jj,ji) 
    357356            DO jp = 1, jpts 
     357!$OMP DO schedule(static) private(jj,ji) 
    358358               DO jj = 1, jpj 
    359359                  DO ji = 1, jpi 
Note: See TracChangeset for help on using the changeset viewer.