source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/MPP_PREP/namelist @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.