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

source: NEMO/releases/release-4.0.1/doc/namelists/nammpp @ 11699

Last change on this file since 11699 was 11699, checked in by nicolasmartin, 5 years ago

Update namelist blocks included in the NEMO manual

  • Property svn:mime-type set to text/x-fortran
File size: 787 bytes
RevLine 
[2282]1!-----------------------------------------------------------------------
[9019]2&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
[2282]3!-----------------------------------------------------------------------
[11699]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)
[10445]6   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold
[11699]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
[2540]9/
Note: See TracBrowser for help on using the repository browser.