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 14433 for NEMO/trunk/src/OCE/par_oce.F90 – NEMO

Ignore:
Timestamp:
2021-02-11T09:06:49+01:00 (3 years ago)
Author:
smasson
Message:

trunk: merge dev_r14312_MPI_Interface into the trunk, #2598

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/par_oce.F90

    r14072 r14433  
    9191 
    9292   ! halo with and starting/inding DO-loop indices 
    93    INTEGER, PUBLIC ::   nn_hls   !: halo width (applies to both rows and columns) 
    94    INTEGER, PUBLIC ::   Nis0, Nis1, Nis1nxt2, Nis2   !: start I-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    95    INTEGER, PUBLIC ::   Nie0, Nie1, Nie1nxt2, Nie2   !: end   I-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    96    INTEGER, PUBLIC ::   Njs0, Njs1, Njs1nxt2, Njs2   !: start J-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    97    INTEGER, PUBLIC ::   Nje0, Nje1, Nje1nxt2, Nje2   !: end   J-index (_0: without halo, _1 or _2: with 1 or 2 halos) 
    98    INTEGER, PUBLIC ::   Ni_0, Nj_0, Ni_1, Nj_1, Ni_2, Nj_2   !: domain size (_0: without halo, _1 or _2: with 1 or 2 halos) 
    99    INTEGER, PUBLIC ::   Ni0glo, Nj0glo 
     93   INTEGER, PUBLIC ::   nn_hls           !: halo width (applies to both rows and columns) 
     94   INTEGER, PUBLIC ::   Nis0             !: start I-index without halo 
     95   INTEGER, PUBLIC ::   Nie0             !: end   I-index without halo 
     96   INTEGER, PUBLIC ::   Njs0             !: start J-index without halo 
     97   INTEGER, PUBLIC ::   Nje0             !: end   J-index without halo 
     98   INTEGER, PUBLIC ::   Ni_0, Nj_0       !: local domain size without halo 
     99   INTEGER, PUBLIC ::   Ni0glo, Nj0glo   !: global domain size without halo 
    100100 
    101101   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.