source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/namctl @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

File size: 927 bytes
Line 
1!-----------------------------------------------------------------------
2&namctl        !   Control prints & Benchmark
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   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench
13                           !     (no physical validity of the results)
14/
Note: See TracBrowser for help on using the repository browser.