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 12979 for NEMO/branches/UKMO/dev_r12866_HPC-02_Daley_Tiling_trial_extra_halo/src/OCE/par_oce.F90 – NEMO

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

Replace references to tile index arrays with scalars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r12866_HPC-02_Daley_Tiling_trial_extra_halo/src/OCE/par_oce.F90

    r12906 r12979  
    6363 
    6464   ! Domain tiling 
    65    INTEGER, PUBLIC                                  ::   nijtile    !: number of tiles in total 
    66    INTEGER, PUBLIC                                  ::   ntile      !: current tile number 
    67    INTEGER, PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   ntsi       !: start of internal part of tile domain 
    68    INTEGER, PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   ntsj       ! 
    69    INTEGER, PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   ntei       !: end of internal part of tile domain 
    70    INTEGER, PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::   ntej       ! 
     65   INTEGER, PUBLIC ::   nijtile    !: number of tiles in total 
     66   INTEGER, PUBLIC ::   ntile      !: current tile number 
     67   INTEGER, PUBLIC ::   ntsi       !: start of internal part of tile domain 
     68   INTEGER, PUBLIC ::   ntsj       ! 
     69   INTEGER, PUBLIC ::   ntei       !: end of internal part of tile domain 
     70   INTEGER, PUBLIC ::   ntej       ! 
    7171 
    7272   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.