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 10428 for NEMO/trunk/tests/BENCH – NEMO

Ignore:
Timestamp:
2018-12-20T09:12:57+01:00 (5 years ago)
Author:
smasson
Message:

trunk: suppress jpnij from the namelist (already defined by mppsize)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/BENCH/MY_SRC/usrdef_nam.F90

    r9762 r10428  
    5656      !                              !!* nammpp namelist *!! 
    5757      CHARACTER(len=1) ::   cn_mpi_send 
    58       INTEGER          ::   nn_buffer, jpni, jpnj, jpnij 
     58      INTEGER          ::   nn_buffer, jpni, jpnj 
    5959      LOGICAL          ::   ln_nnogather 
    6060      !! 
    6161      NAMELIST/namusr_def/ nn_isize, nn_jsize, nn_ksize, nn_perio 
    62       NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, jpnij, ln_nnogather 
     62      NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, ln_nnogather 
    6363      !!----------------------------------------------------------------------      
    6464      ! 
Note: See TracChangeset for help on using the changeset viewer.