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 10912 for branches/UKMO – NEMO

Changeset 10912 for branches/UKMO


Ignore:
Timestamp:
2019-04-30T09:46:54+02:00 (5 years ago)
Author:
andmirek
Message:

GMED 450 changes in namelist_ref

File:
1 edited

Legend:

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

    r10774 r10912  
    10801080&namctl        !   Control prints & Benchmark 
    10811081!----------------------------------------------------------------------- 
    1082    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 
     1082   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:0] 
     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 
    10941094   nn_print    =    0       !  level of print (0 no extra print) 
    1095    ln_flush    =    .FALSE. !  flust numout after each print 
     1095   ln_flush    =    .FALSE. !  flush numout after each print. NOT recommended for production run 
    10961096   nn_ictls    =    0       !  start i indice of control sum (use to compare mono versus 
    10971097   nn_ictle    =    0       !  end   i indice of control sum        multi processor runs 
Note: See TracChangeset for help on using the changeset viewer.