source:
NEMO/trunk/doc/namelists/namctl
@
10601
Last change on this file since 10601 was 10601, checked in by acc, 6 years ago | |
---|---|
|
|
File size: 1.8 KB |
Line | |
---|---|
1 | !----------------------------------------------------------------------- |
2 | &namctl ! Control prints (default: OFF) |
3 | !----------------------------------------------------------------------- |
4 | ln_ctl = .FALSE. ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T |
5 | sn_cfctl%l_config = .TRUE. ! IF .true. then control which reports are written with the following |
6 | sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings. |
7 | sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure |
8 | sn_cfctl%l_oceout = .FALSE. ! that all areas report. |
9 | sn_cfctl%l_layout = .FALSE. ! |
10 | sn_cfctl%l_mppout = .FALSE. ! |
11 | sn_cfctl%l_mpptop = .FALSE. ! |
12 | sn_cfctl%procmin = 0 ! Minimum area number for reporting [default:0] |
13 | sn_cfctl%procmax = 1000000 ! Maximum area number for reporting [default:1000000] |
14 | sn_cfctl%procincr = 1 ! Increment for optional subsetting of areas [default:1] |
15 | sn_cfctl%ptimincr = 1 ! Timestep increment for writing time step progress info |
16 | nn_print = 0 ! level of print (0 no extra print) |
17 | nn_ictls = 0 ! start i indice of control sum (use to compare mono versus |
18 | nn_ictle = 0 ! end i indice of control sum multi processor runs |
19 | nn_jctls = 0 ! start j indice of control over a subdomain) |
20 | nn_jctle = 0 ! end j indice of control |
21 | nn_isplt = 1 ! number of processors in i-direction |
22 | nn_jsplt = 1 ! number of processors in j-direction |
23 | ln_timing = .false. ! timing by routine write out in timing.output file |
24 | ln_diacfl = .false. ! CFL diagnostics write out in cfl_diagnostics.ascii |
25 | / |
Note: See TracBrowser
for help on using the repository browser.