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/TRA/traadv.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/TRA/traadv.F90

    r6748 r7037  
    108108      ! 
    109109      IF( ln_vvl_ztilde .OR. ln_vvl_layer ) THEN                                ! add z-tilde and/or vvl corrections 
     110!$OMP PARALLEL WORKSHARE 
    110111         zun(:,:,:) = zun(:,:,:) + un_td(:,:,:) 
    111112         zvn(:,:,:) = zvn(:,:,:) + vn_td(:,:,:) 
    112       ENDIF 
    113       ! 
     113!$OMP END PARALLEL WORKSHARE 
     114      ENDIF 
     115      ! 
     116!$OMP PARALLEL WORKSHARE 
    114117      zun(:,:,jpk) = 0._wp                                                      ! no transport trough the bottom 
    115118      zvn(:,:,jpk) = 0._wp 
    116119      zwn(:,:,jpk) = 0._wp 
     120!$OMP END PARALLEL WORKSHARE 
    117121      ! 
    118122      IF( ln_ldfeiv .AND. .NOT. ln_traldf_triad )   & 
Note: See TracChangeset for help on using the changeset viewer.