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 11049 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/OCE/BDY/bdytra.F90 – NEMO

Ignore:
Timestamp:
2019-05-24T10:22:47+02:00 (5 years ago)
Author:
girrmann
Message:

dev_r10984_HPC-13 : CYCLE instruction is not systematic anymore, computation is done on the halo whenever possible and overwritten by lbc_bdy instruction, see #2285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/OCE/BDY/bdytra.F90

    r11048 r11049  
    104104            ii = idx%nbi(ib,igrd) 
    105105            ij = idx%nbj(ib,igrd) 
    106             IF( ii == 1 .OR. ii == jpi .OR. ij == 1 .OR. ij == jpj )  CYCLE   ! to remove 
    107106            pta(ii,ij,1:jpkm1) = 0.1 * tmask(ii,ij,1:jpkm1) 
    108107         END DO 
     
    136135               ii = idx_bdy(ib_bdy)%nbi(ib,igrd) 
    137136               ij = idx_bdy(ib_bdy)%nbj(ib,igrd) 
    138                IF( ii == 1 .OR. ii == jpi .OR. ij == 1 .OR. ij == jpj )  CYCLE   ! to remove 
    139137               zwgt = idx_bdy(ib_bdy)%nbd(ib,igrd) 
    140138               DO ik = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.