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.
namctl in branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists – NEMO

source: branches/2017/dev_r7881_ENHANCE09_RK3/DOC/Namelists/namctl @ 8810

Last change on this file since 8810 was 8810, checked in by flavoni, 6 years ago

ROBUST-11_Simona-DocUserdef?: update DOC and Namelists, for usrdef routines and domain_cfg

  • Property svn:keywords set to Id
File size: 924 bytes
Line 
1!-----------------------------------------------------------------------
2&namctl        !   Control prints
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.