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/SHARED – 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/SHARED/namelist_ref

    r12530 r12933  
    13941394&namctl        !   Control prints                                       (default: OFF) 
    13951395!----------------------------------------------------------------------- 
    1396    sn_cfctl%l_glochk = .FALSE.    ! Range sanity checks are local (F) or global (T). Set T for debugging only 
    1397    sn_cfctl%l_allon  = .FALSE.    ! IF T activate all options. If F deactivate all unless l_config is T 
    1398      sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    1399        sn_cfctl%l_runstat = .TRUE.  ! switches and which areas produce reports with the proc integer settings. 
    1400        sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
    1401        sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
    1402        sn_cfctl%l_layout  = .FALSE. ! 
    1403        sn_cfctl%l_prtctl  = .FALSE. ! 
    1404        sn_cfctl%l_prttrc  = .FALSE. ! 
    1405        sn_cfctl%l_oasout  = .FALSE. ! 
    1406        sn_cfctl%procmin   = 0       ! Minimum area number for reporting [default:0] 
    1407        sn_cfctl%procmax   = 1000000 ! Maximum area number for reporting [default:1000000] 
    1408        sn_cfctl%procincr  = 1       ! Increment for optional subsetting of areas [default:1] 
    1409        sn_cfctl%ptimincr  = 1       ! Timestep increment for writing time step progress info 
    1410    nn_print    =    0      !  level of print (0 no extra print) 
    1411    nn_ictls    =    0      !  start i indice of control sum (use to compare mono versus 
    1412    nn_ictle    =    0      !  end   i indice of control sum        multi processor runs 
    1413    nn_jctls    =    0      !  start j indice of control               over a subdomain) 
    1414    nn_jctle    =    0      !  end   j indice of control 
    1415    nn_isplt    =    1      !  number of processors in i-direction 
    1416    nn_jsplt    =    1      !  number of processors in j-direction 
    1417    ln_timing   = .false.   !  timing by routine write out in timing.output file 
    1418    ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
     1396   sn_cfctl%l_runstat = .TRUE.    ! switches and which areas produce reports with the proc integer settings. 
     1397   sn_cfctl%l_trcstat = .FALSE.   ! The default settings for the proc integers should ensure 
     1398   sn_cfctl%l_oceout  = .FALSE.   ! that  all areas report. 
     1399   sn_cfctl%l_layout  = .FALSE.   ! 
     1400   sn_cfctl%l_prtctl  = .FALSE.   ! 
     1401   sn_cfctl%l_prttrc  = .FALSE.   ! 
     1402   sn_cfctl%l_oasout  = .FALSE.   ! 
     1403   sn_cfctl%procmin   = 0         ! Minimum area number for reporting [default:0] 
     1404   sn_cfctl%procmax   = 1000000   ! Maximum area number for reporting [default:1000000] 
     1405   sn_cfctl%procincr  = 1         ! Increment for optional subsetting of areas [default:1] 
     1406   sn_cfctl%ptimincr  = 1         ! Timestep increment for writing time step progress info 
     1407   nn_print    =    0             !  level of print (0 no extra print) 
     1408   nn_ictls    =    0             !  start i indice of control sum (use to compare mono versus 
     1409   nn_ictle    =    0             !  end   i indice of control sum        multi processor runs 
     1410   nn_jctls    =    0             !  start j indice of control               over a subdomain) 
     1411   nn_jctle    =    0             !  end   j indice of control 
     1412   nn_isplt    =    1             !  number of processors in i-direction 
     1413   nn_jsplt    =    1             !  number of processors in j-direction 
     1414   ln_timing   = .false.          !  timing by routine write out in timing.output file 
     1415   ln_diacfl   = .false.          !  CFL diagnostics write out in cfl_diagnostics.ascii 
    14191416/ 
    14201417!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.