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_merge_2017/DOC/Namelists – NEMO

source: branches/2017/dev_merge_2017/DOC/Namelists/namctl @ 9355

Last change on this file since 9355 was 9355, checked in by nicolasmartin, 6 years ago

Set mime-type SVN property for all namelists for syntax highlighting under Trac

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-fortran
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.