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/src – NEMO

Changeset 10428 for NEMO/trunk/src


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/src/OCE/LBC/lib_mpp.F90

    r10425 r10428  
    209209      LOGICAL ::   mpi_was_called 
    210210      ! 
    211       NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, jpnij, ln_nnogather 
     211      NAMELIST/nammpp/ cn_mpi_send, nn_buffer, jpni, jpnj, ln_nnogather 
    212212      !!---------------------------------------------------------------------- 
    213213      ! 
     
    231231      ! 
    232232      IF( jpni < 1 .OR. jpnj < 1  ) THEN 
    233          WRITE(ldtxt(ii),*) '      jpni, jpnj and jpnij will be calculated automatically' ;   ii = ii + 1 
     233         WRITE(ldtxt(ii),*) '      jpni and jpnj will be calculated automatically' ;   ii = ii + 1 
    234234      ELSE 
    235235         WRITE(ldtxt(ii),*) '      processor grid extent in i         jpni = ',jpni       ;   ii = ii + 1 
Note: See TracChangeset for help on using the changeset viewer.