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 12555 for branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-03-13T17:33:02+01:00 (4 years ago)
Author:
charris
Message:

Changes from GO6 package branch (GMED ticket 450):

svn merge -r 11035:11101 svn+ssh://charris@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/UKMO/dev_r5518_GO6_package

File:
1 edited

Legend:

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

    r11883 r12555  
    10831083&namctl        !   Control prints & Benchmark 
    10841084!----------------------------------------------------------------------- 
    1085    ln_ctl      = .false.   !  trends control print (expensive!) 
    1086    nn_print    =    0      !  level of print (0 no extra print) 
    1087    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    1088    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    1089    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    1090    nn_jctle    =    0      !  end   j indice of control 
    1091    nn_isplt    =    1      !  number of processors in i-direction 
    1092    nn_jsplt    =    1      !  number of processors in j-direction 
    1093    nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    1094                            !     (no physical validity of the results) 
    1095    nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     1085   ln_ctl      = .false.        !  trends control print (expensive!) 
     1086   sn_cfctl%l_config = .TRUE.   ! IF .true. then control which reports are written with the following 
     1087   sn_cfctl%l_runstat = .TRUE.  ! switches and which areas produce reports with the proc integer settings. 
     1088   sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
     1089   sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
     1090   sn_cfctl%l_layout  = .FALSE. ! 
     1091   sn_cfctl%l_mppout  = .FALSE. ! 
     1092   sn_cfctl%l_mpptop  = .FALSE. ! 
     1093   sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
     1094   sn_cfctl%procmax   = 0       ! Maximum area number for reporting [default:0] 
     1095   sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
     1096   sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info/solver.stat file 
     1097   nn_print    =    0       !  level of print (0 no extra print) 
     1098   ln_flush    =    .FALSE. !  flush numout after each print. NOT recommended for production run 
     1099   nn_ictls    =    0       !  start i indice of control sum (use to compare mono versus 
     1100   nn_ictle    =    0       !  end   i indice of control sum        multi processor runs 
     1101   nn_jctls    =    0       !  start j indice of control               over a subdomain) 
     1102   nn_jctle    =    0       !  end   j indice of control 
     1103   nn_isplt    =    1       !  number of processors in i-direction 
     1104   nn_jsplt    =    1       !  number of processors in j-direction 
     1105   nn_bench    =    0       !  Bench mode (1/0): CAUTION use zero except for bench 
     1106                            !     (no physical validity of the results) 
     1107   nn_timing   =    0       !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    10961108/ 
    10971109!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.