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 14872 for NEMO/branches/2021/dev_r14447_HPC-07_Irrmann_try_new_pt2pt/tests/TSUNAMI/MY_SRC/usrdef_nam.F90 – NEMO

Ignore:
Timestamp:
2021-05-17T15:06:17+02:00 (3 years ago)
Author:
girrmann
Message:

add old communication pattern for performance profiling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14447_HPC-07_Irrmann_try_new_pt2pt/tests/TSUNAMI/MY_SRC/usrdef_nam.F90

    r14433 r14872  
    9191      ! 
    9292      IF( Agrif_Root() ) THEN        ! Global Domain size:  TSUNAMI global domain is  1800 km x 1800 Km x 5000 m 
    93          kpi = NINT( rn_domszx / rn_dx ) + 1 
    94          kpj = NINT( rn_domszy / rn_dy ) + 1 
     93         kpi = NINT( rn_domszx / rn_dx ) 
     94         kpj = NINT( rn_domszy / rn_dy ) 
    9595      ELSE                           ! Global Domain size: add nbghostcells + 1 "land" point on each side 
    9696         kpi  = nbcellsx + nbghostcells_x   + nbghostcells_x   + 2 
Note: See TracChangeset for help on using the changeset viewer.