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

Changeset 10428 for 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)

Location:
NEMO/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r10425 r10428  
    12981298   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    12991299   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
    1300    jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    13011300/ 
    13021301!----------------------------------------------------------------------- 
  • 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 
  • 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.