source:
NEMO/trunk/doc/namelists/namctl
@
10075
Last change on this file since 10075 was 10075, checked in by nicolasmartin, 6 years ago | |
---|---|
|
|
File size: 976 bytes |
Line | |
---|---|
1 | !----------------------------------------------------------------------- |
2 | &namctl ! Control prints (default: OFF) |
3 | !----------------------------------------------------------------------- |
4 | ln_ctl = .false. ! trends control print (expensive!) |
5 | nn_print = 0 ! level of print (0 no extra print) |
6 | nn_ictls = 0 ! start i indice of control sum (use to compare mono versus |
7 | nn_ictle = 0 ! end i indice of control sum multi processor runs |
8 | nn_jctls = 0 ! start j indice of control over a subdomain) |
9 | nn_jctle = 0 ! end j indice of control |
10 | nn_isplt = 1 ! number of processors in i-direction |
11 | nn_jsplt = 1 ! number of processors in j-direction |
12 | ln_timing = .false. ! timing by routine write out in timing.output file |
13 | ln_diacfl = .false. ! CFL diagnostics write out in cfl_diagnostics.ascii |
14 | / |
Note: See TracBrowser
for help on using the repository browser.