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 12958 for NEMO/branches/UKMO/dev_r12745_HPC-02_Daley_Tiling_trial_public/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-05-21T17:14:32+02:00 (4 years ago)
Author:
hadcv
Message:

Merge in trunk changes to r12933

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r12745_HPC-02_Daley_Tiling_trial_public/cfgs/SHARED/namelist_ref

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