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 12933 for NEMO/trunk/cfgs/WED025 – NEMO

Ignore:
Timestamp:
2020-05-15T10:06:25+02:00 (4 years ago)
Author:
smasson
Message:

trunk: merge back r12581_ticket2418 branch into the trunk, see #2418

Location:
NEMO/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk

    • Property svn:externals
      •  

        old new  
        88 
        99# SETTE 
        10 ^/utils/CI/sette@12798        sette 
         10^/utils/CI/sette@12931        sette 
  • NEMO/trunk/cfgs/WED025/EXPREF/namelist_cfg

    r12905 r12933  
    659659&namctl        !   Control prints                                       (default: OFF) 
    660660!----------------------------------------------------------------------- 
    661    sn_cfctl%l_glochk = .FALSE.    ! Range sanity checks are local (F) or global (T). Set T for debugging only 
    662    sn_cfctl%l_allon  = .FALSE.    ! IF T activate all options. If F deactivate all unless l_config is T 
    663      sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    664        sn_cfctl%l_runstat = .TRUE.  ! switches and which areas produce reports with the proc integer settings. 
    665        sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
    666        sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
    667        sn_cfctl%l_layout  = .FALSE. ! 
    668        sn_cfctl%l_prtctl  = .FALSE. ! 
    669        sn_cfctl%l_prttrc  = .FALSE. ! 
    670        sn_cfctl%l_oasout  = .FALSE. ! 
    671        sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
    672        sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000] 
    673        sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
    674        sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info 
    675    nn_print    =    0      !  level of print (0 no extra print) 
    676    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    677    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    678    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    679    nn_jctle    =    0      !  end   j indice of control 
    680    nn_isplt    =    1      !  number of processors in i-direction 
    681    nn_jsplt    =    1      !  number of processors in j-direction 
    682    ln_timing   = .true.    !  timing by routine write out in timing.output file 
    683    ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
     661   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     662   ln_timing   = .true.           !  timing by routine write out in timing.output file 
    684663/ 
    685664!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.