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.
Changeset 10601 for NEMO/trunk/doc/namelists/namctl – NEMO

Ignore:
Timestamp:
2019-01-28T21:53:01+01:00 (5 years ago)
Author:
acc
Message:

Remove some redundant variables from in_out_manager.F90. Update namctl and text in manual. Make whitespace correction to OFF, SAO and SAS versions of nemogcm.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/namelists/namctl

    r10075 r10601  
    22&namctl        !   Control prints                                       (default: OFF) 
    33!----------------------------------------------------------------------- 
    4    ln_ctl      = .false.   !  trends control print (expensive!) 
     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 
    516   nn_print    =    0      !  level of print (0 no extra print) 
    617   nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
Note: See TracChangeset for help on using the changeset viewer.