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 12236 for NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs – NEMO

Ignore:
Timestamp:
2019-12-13T10:19:48+01:00 (4 years ago)
Author:
acc
Message:

Branch 2019/dev_r11943_MERGE_2019. Merge in changes from 2019/fix_sn_cfctl_ticket2328. Fully SETTE tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/namelist_ref

    r12229 r12236  
    13861386&namctl        !   Control prints                                       (default: OFF) 
    13871387!----------------------------------------------------------------------- 
    1388    ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T 
     1388   sn_cfctl%l_glochk = .FALSE.    ! Range sanity checks are local (F) or global (T). Set T for debugging only 
     1389   sn_cfctl%l_allon  = .FALSE.    ! IF T activate all options. If F deactivate all unless l_config is T 
    13891390     sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    13901391       sn_cfctl%l_runstat = .TRUE.  ! switches and which areas produce reports with the proc integer settings. 
     
    13921393       sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
    13931394       sn_cfctl%l_layout  = .FALSE. ! 
    1394        sn_cfctl%l_mppout  = .FALSE. ! 
    1395        sn_cfctl%l_mpptop  = .FALSE. ! 
     1395       sn_cfctl%l_prtctl  = .FALSE. ! 
     1396       sn_cfctl%l_prttrc  = .FALSE. ! 
     1397       sn_cfctl%l_oasout  = .FALSE. ! 
    13961398       sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
    13971399       sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000] 
Note: See TracChangeset for help on using the changeset viewer.