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

source: NEMO/branches/2019/fix_sn_cfctl_ticket2328/doc/namelists/namctl @ 12144

Last change on this file since 12144 was 12144, checked in by acc, 4 years ago

Branch 2019/fix_sn_cfctl_ticket2328. Merge in trunk changes from 11862 to 12072. Fully SETTE tested

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