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/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nammpp @ 10445

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

Update the content of namelists folder with last revision of namelist*_ref
Add also PISCES and TRC specific namelists

  • Property svn:mime-type set to text/x-fortran
File size: 791 bytes
Line 
1!-----------------------------------------------------------------------
2&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
3!-----------------------------------------------------------------------
4   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send,
5   !                       !  buffer blocking send or immediate non-blocking sends, resp.
6   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation
7   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold
8   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1)
9   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1)
10/
Note: See TracBrowser for help on using the repository browser.