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 12879 for NEMO/branches/UKMO/dev_r12745_HPC-02_Daley_Tiling_trial_public/src/OCE/TRA/traldf.F90 – NEMO

Ignore:
Timestamp:
2020-05-06T14:38:01+02:00 (4 years ago)
Author:
hadcv
Message:

Changes following feedback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r12745_HPC-02_Daley_Tiling_trial_public/src/OCE/TRA/traldf.F90

    r12765 r12879  
    6363      ENDIF 
    6464      ! 
    65       IF( ntile == jpnijtile )  THEN              ! Do only after all tiles finish 
     65      IF( ntile == nijtile )  THEN                ! Do only after all tiles finish 
    6666         IF( l_trdtra )   THEN                    !* Save ta and sa trends 
    6767            ! TODO: TO BE TILED 
     
    8383      END SELECT 
    8484      ! 
    85       IF( ntile == jpnijtile )  THEN              ! Do only after all tiles finish 
     85      IF( ntile == nijtile )  THEN                ! Do only after all tiles finish 
    8686         IF( l_trdtra )   THEN                    !* save the horizontal diffusive trends for further diagnostics 
    8787            ! TODO: TO BE TILED 
Note: See TracChangeset for help on using the changeset viewer.