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 11699 for NEMO/releases/release-4.0.1/doc/namelists/nammpp – NEMO

Ignore:
Timestamp:
2019-10-14T16:33:43+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Update namelist blocks included in the NEMO manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0.1/doc/namelists/nammpp

    r11536 r11699  
    22&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    33!----------------------------------------------------------------------- 
     4   ln_listonly =  .false.  !  do nothing else than listing the best domain decompositions (with land domains suppression) 
     5   !                       !  if T: the largest number of cores tested is defined by max(mppsize, jpni*jpnj) 
    46   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    5    jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    6    jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     7   jpni        =   0       !  number of processors following i (set automatically if < 1), see also ln_listonly = T 
     8   jpnj        =   0       !  number of processors following j (set automatically if < 1), see also ln_listonly = T 
    79/ 
Note: See TracChangeset for help on using the changeset viewer.