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 12928 for NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/doc/namelists/nammpp – NEMO

Ignore:
Timestamp:
2020-05-14T21:46:00+02:00 (4 years ago)
Author:
smueller
Message:

Synchronizing with /NEMO/trunk@12925 (ticket #2170)

Location:
NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser

    • Property svn:externals
      •  

        old new  
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8 
         9# SETTE 
         10^/utils/CI/sette@HEAD         sette 
  • NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/doc/namelists/nammpp

    r12178 r12928  
    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.