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 13819 for NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2020-11-18T19:02:11+01:00 (3 years ago)
Author:
hadcv
Message:

#2365: Final fixes and changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/src/OCE/step.F90

    r13521 r13819  
    265265         IF( ln_tradmp  )   CALL tra_dmp    ( kstp, Nbb, Nnn, ts, Nrhs )  ! internal damping trends 
    266266         IF( ln_bdy     )   CALL bdy_tra_dmp( kstp, Nbb,      ts, Nrhs )  ! bdy damping trends 
    267 #if defined key_agrif 
    268          ! TODO: TO BE TILED- I don't know what this does, or whether it can just be run for ntile == nijtile 
    269          IF(.NOT. Agrif_Root())  & 
    270                   &         CALL Agrif_Sponge_tra        ! tracers sponge 
    271 #endif 
    272267      END DO 
    273268 
    274       ! TEMP: Loop over tile domains (seperate due to tra_adv workarounds for tiling) 
     269#if defined key_agrif 
     270         IF(.NOT. Agrif_Root()) THEN 
     271            IF( ln_tile ) CALL dom_tile( ntsi, ntsj, ntei, ntej, ktile = 0 ) 
     272            CALL Agrif_Sponge_tra        ! tracers sponge 
     273         ENDIF 
     274#endif 
     275 
     276      ! TEMP: [tiling] Separate loop over tile domains (due to tra_adv workarounds for tiling) 
    275277      DO jtile = 1, nijtile 
    276278         IF( ln_tile ) CALL dom_tile( ntsi, ntsj, ntei, ntej, ktile = jtile ) 
Note: See TracChangeset for help on using the changeset viewer.