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.
namelist in utils/tools_trunk_ticket2405/MPP_PREP – NEMO

source: utils/tools_trunk_ticket2405/MPP_PREP/namelist @ 12676

Last change on this file since 12676 was 10335, checked in by mathiot, 5 years ago

Update of MPP_PREP. Fix #2164

  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!  MPP_OPTIMIZE namelist template
3! -------------------------------
4!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
5!
6!'''''''''''''''''''''''''''''''''''''''''
7!       namspace  spatial indexes
8!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
9&namspace
10    nn_jpk   = 75           ! number of vertical level
11    nn_izoom = 1            ! i-index of point (1,1) of the zoomed region/ jpidta
12    nn_jzoom = 1            ! j-index of point (1,1) of the zoomed region/ jpjdta
13/
14!'''''''''''''''''''''''''''''''''''''
15!      namproc
16!''''''''''''''''''''''''''''''''''''
17&namproc
18     nn_procmax = 4000      ! maximum number of proc to look for
19     nn_procmin = 100       ! minimum number of proc
20     ln_memchk  = .false.   ! optimization of memory
21/
22!''''''''''''''''''''''''''''''''''''''
23!      namparam
24!''''''''''''''''''''''''''''''''''''''
25&namparam
26   rn_ppmcal = 225000000.    ! maximum memory for 1 processor
27   rn_ppmin  = 0.4           ! minimum ratio for filling the available memory
28   rn_ppmax  = 0.9           ! maximum ratio for filling the available memory
29/
30!'''''''''''''''''''''''''''''''''''''''
31!      namfile  of filename
32!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
33&namfile
34     cn_fbathy = 'domain_cfg.nc'  ! bathy file name
35     cn_var    = 'bottom_level'   ! Bathy variable name
36     cn_x      = 'x'              ! bathy x dimension name
37     cn_y      = 'y'              ! bathy y dimension name
38     ln_zps    = .true.           ! partial step flag
39/
40!
41!''''''''''''''''''''''''''''''''''''''
42!      namkeep  option -keep.  Specify the root name of the overdata file
43!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
44&namkeep
45    cn_fovdta = 'domain_cfg'   ! Root for the overdata file name
46                               ! complete name will be {covdta}.{jpni}x{jpnj}_{jpnij}
47/
Note: See TracBrowser for help on using the repository browser.