Changeset 2715 for trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist
- Timestamp:
- 2011-03-30T17:58:35+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist
r2551 r2715 669 669 670 670 !!====================================================================== 671 !! *** Miscel aneous namelists ***671 !! *** Miscellaneous namelists *** 672 672 !!====================================================================== 673 673 !! nammpp Massively Parallel Processing ("key_mpp_mpi) 674 !! nammpp_dyndist Massively Parallel domain decomposition ("key_agrif" && "key_mpp_dyndist")675 674 !! namctl Control prints & Benchmark 676 675 !! namsol elliptic solver / island / free surface … … 696 695 ! buffer blocking send or immediate non-blocking sends, resp. 697 696 nn_buffer = 0 ! size in bytes of exported buffer ('B' case), 0 no exportation 698 / 699 !----------------------------------------------------------------------- 700 &nammpp_dyndist ! Massively Parallel Distribution for AGRIF zoom ("key_agrif" && "key_mpp_dyndist") 701 !----------------------------------------------------------------------- 702 jpni = 1 ! jpni number of processors following i 703 jpnj = 1 ! jpnj number of processors following j 704 jpnij = 1 ! jpnij number of local domains 697 jpni = 0 ! jpni number of processors following i (set automatically if < 1) 698 jpnj = 0 ! jpnj number of processors following j (set automatically if < 1) 699 jpnij = 0 ! jpnij number of local domains (set automatically if < 1) 705 700 / 706 701 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.