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 NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namctl @ 10075

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

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-fortran
File size: 976 bytes
RevLine 
[707]1!-----------------------------------------------------------------------
[10075]2&namctl        !   Control prints                                       (default: OFF)
[707]3!-----------------------------------------------------------------------
[2540]4   ln_ctl      = .false.   !  trends control print (expensive!)
[2282]5   nn_print    =    0      !  level of print (0 no extra print)
[2540]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
[9019]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
[2540]14/
Note: See TracBrowser for help on using the repository browser.