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 10746 – NEMO

Changeset 10746


Ignore:
Timestamp:
2019-03-12T17:17:40+01:00 (5 years ago)
Author:
andmirek
Message:

GMED 450 - updates to namelist_ref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_text_diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ref

    r10149 r10746  
    10811081!----------------------------------------------------------------------- 
    10821082   ln_ctl      = .false.   !  trends control print (expensive!) 
     1083     sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
     1084       sn_cfctl%l_runstat = .TRUE. ! switches and which areas produce reports with the proc integer settings. 
     1085       sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
     1086       sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
     1087       sn_cfctl%l_layout  = .FALSE. ! 
     1088       sn_cfctl%l_mppout  = .FALSE. ! 
     1089       sn_cfctl%l_mpptop  = .FALSE. ! 
     1090       sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
     1091       sn_cfctl%procmax   = 0       ! Maximum area number for reporting [default:1000000] 
     1092       sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
     1093       sn_cfctl%ptimincr  = 1      ! Timestep increment for writing time step progress info/solver.stat file 
    10831094   nn_print    =    0      !  level of print (0 no extra print) 
    10841095   nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
Note: See TracChangeset for help on using the changeset viewer.