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/branches/UKMO/NEMO_4.0.2_ENHANCE-02_ISF_nemo/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.2_ENHANCE-02_ISF_nemo/doc/namelists/namctl @ 12708

Last change on this file since 12708 was 12708, checked in by mathiot, 4 years ago

NEMO_4.0.2_ENHANCE-02_ISF_nemo: in sync with UKMO/NEMO_4.0.2_mirror (svn merge -r 12657:12658 /NEMO/branches/UKMO/NEMO_4.0.2_mirror)

  • Property svn:mime-type set to text/x-fortran
File size: 1.8 KB
Line 
1!-----------------------------------------------------------------------
2&namctl        !   Control prints                                       (default: OFF)
3!-----------------------------------------------------------------------
4   ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T
5     sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following
6       sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings.
7       sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure
8       sn_cfctl%l_oceout  = .FALSE. ! that  all areas report.
9       sn_cfctl%l_layout  = .FALSE. !
10       sn_cfctl%l_mppout  = .FALSE. !
11       sn_cfctl%l_mpptop  = .FALSE. !
12       sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0]
13       sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000]
14       sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1]
15       sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info
16   nn_print    =    0      !  level of print (0 no extra print)
17   nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus
18   nn_ictle    =    0      !  end   i indice of control sum        multi processor runs
19   nn_jctls    =    0      !  start j indice of control               over a subdomain)
20   nn_jctle    =    0      !  end   j indice of control
21   nn_isplt    =    1      !  number of processors in i-direction
22   nn_jsplt    =    1      !  number of processors in j-direction
23   ln_timing   = .false.   !  timing by routine write out in timing.output file
24   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii
25/
Note: See TracBrowser for help on using the repository browser.