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 14629 – NEMO

Changeset 14629


Ignore:
Timestamp:
2021-03-23T12:06:11+01:00 (3 years ago)
Author:
jchanut
Message:

AGFdomcfg: add missing block in reference namelists, #2638

Location:
utils/tools/DOMAINcfg
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/1_namelist_ref

    r14624 r14629  
    188188   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    189189/ 
     190!----------------------------------------------------------------------- 
     191&namctl        !   Control prints                                       (default: OFF) 
     192!----------------------------------------------------------------------- 
     193   sn_cfctl%l_runstat = .FALSE.   ! switches and which areas produce reports with the proc integer settings. 
     194   sn_cfctl%l_trcstat = .FALSE.   ! The default settings for the proc integers should ensure 
     195   sn_cfctl%l_oceout  = .FALSE.   ! that  all areas report. 
     196   sn_cfctl%l_layout  = .FALSE.   ! 
     197   sn_cfctl%l_prtctl  = .FALSE.   ! 
     198   sn_cfctl%l_prttrc  = .FALSE.   ! 
     199   sn_cfctl%l_oasout  = .FALSE.   ! 
     200   sn_cfctl%procmin   = 0         ! Minimum area number for reporting [default:0] 
     201   sn_cfctl%procmax   = 1000000   ! Maximum area number for reporting [default:1000000] 
     202   sn_cfctl%procincr  = 1         ! Increment for optional subsetting of areas [default:1] 
     203   sn_cfctl%ptimincr  = 1         ! Timestep increment for writing time step progress info 
     204   nn_ictls    =    0             !  start i indice of control sum (use to compare mono versus 
     205   nn_ictle    =    0             !  end   i indice of control sum        multi processor runs 
     206   nn_jctls    =    0             !  start j indice of control               over a subdomain) 
     207   nn_jctle    =    0             !  end   j indice of control 
     208   nn_isplt    =    1             !  number of processors in i-direction 
     209   nn_jsplt    =    1             !  number of processors in j-direction 
     210   ln_timing   = .false.          !  timing by routine write out in timing.output file 
     211   ln_diacfl   = .false.          !  CFL diagnostics write out in cfl_diagnostics.ascii 
     212/ 
  • utils/tools/DOMAINcfg/2_namelist_ref

    r14624 r14629  
    188188   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    189189/ 
     190!----------------------------------------------------------------------- 
     191&namctl        !   Control prints                                       (default: OFF) 
     192!----------------------------------------------------------------------- 
     193   sn_cfctl%l_runstat = .FALSE.   ! switches and which areas produce reports with the proc integer settings. 
     194   sn_cfctl%l_trcstat = .FALSE.   ! The default settings for the proc integers should ensure 
     195   sn_cfctl%l_oceout  = .FALSE.   ! that  all areas report. 
     196   sn_cfctl%l_layout  = .FALSE.   ! 
     197   sn_cfctl%l_prtctl  = .FALSE.   ! 
     198   sn_cfctl%l_prttrc  = .FALSE.   ! 
     199   sn_cfctl%l_oasout  = .FALSE.   ! 
     200   sn_cfctl%procmin   = 0         ! Minimum area number for reporting [default:0] 
     201   sn_cfctl%procmax   = 1000000   ! Maximum area number for reporting [default:1000000] 
     202   sn_cfctl%procincr  = 1         ! Increment for optional subsetting of areas [default:1] 
     203   sn_cfctl%ptimincr  = 1         ! Timestep increment for writing time step progress info 
     204   nn_ictls    =    0             !  start i indice of control sum (use to compare mono versus 
     205   nn_ictle    =    0             !  end   i indice of control sum        multi processor runs 
     206   nn_jctls    =    0             !  start j indice of control               over a subdomain) 
     207   nn_jctle    =    0             !  end   j indice of control 
     208   nn_isplt    =    1             !  number of processors in i-direction 
     209   nn_jsplt    =    1             !  number of processors in j-direction 
     210   ln_timing   = .false.          !  timing by routine write out in timing.output file 
     211   ln_diacfl   = .false.          !  CFL diagnostics write out in cfl_diagnostics.ascii 
     212/ 
  • utils/tools/DOMAINcfg/3_namelist_ref

    r14624 r14629  
    188188   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    189189/ 
     190!----------------------------------------------------------------------- 
     191&namctl        !   Control prints                                       (default: OFF) 
     192!----------------------------------------------------------------------- 
     193   sn_cfctl%l_runstat = .FALSE.   ! switches and which areas produce reports with the proc integer settings. 
     194   sn_cfctl%l_trcstat = .FALSE.   ! The default settings for the proc integers should ensure 
     195   sn_cfctl%l_oceout  = .FALSE.   ! that  all areas report. 
     196   sn_cfctl%l_layout  = .FALSE.   ! 
     197   sn_cfctl%l_prtctl  = .FALSE.   ! 
     198   sn_cfctl%l_prttrc  = .FALSE.   ! 
     199   sn_cfctl%l_oasout  = .FALSE.   ! 
     200   sn_cfctl%procmin   = 0         ! Minimum area number for reporting [default:0] 
     201   sn_cfctl%procmax   = 1000000   ! Maximum area number for reporting [default:1000000] 
     202   sn_cfctl%procincr  = 1         ! Increment for optional subsetting of areas [default:1] 
     203   sn_cfctl%ptimincr  = 1         ! Timestep increment for writing time step progress info 
     204   nn_ictls    =    0             !  start i indice of control sum (use to compare mono versus 
     205   nn_ictle    =    0             !  end   i indice of control sum        multi processor runs 
     206   nn_jctls    =    0             !  start j indice of control               over a subdomain) 
     207   nn_jctle    =    0             !  end   j indice of control 
     208   nn_isplt    =    1             !  number of processors in i-direction 
     209   nn_jsplt    =    1             !  number of processors in j-direction 
     210   ln_timing   = .false.          !  timing by routine write out in timing.output file 
     211   ln_diacfl   = .false.          !  CFL diagnostics write out in cfl_diagnostics.ascii 
     212/ 
  • utils/tools/DOMAINcfg/namelist_ref

    r14624 r14629  
    1 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    21!! NEMO/OCE :   Reference namelist_ref                                !! 
    32!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    189188   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    190189/ 
     190!----------------------------------------------------------------------- 
     191&namctl        !   Control prints                                       (default: OFF) 
     192!----------------------------------------------------------------------- 
     193   sn_cfctl%l_runstat = .FALSE.   ! switches and which areas produce reports with the proc integer settings. 
     194   sn_cfctl%l_trcstat = .FALSE.   ! The default settings for the proc integers should ensure 
     195   sn_cfctl%l_oceout  = .FALSE.   ! that  all areas report. 
     196   sn_cfctl%l_layout  = .FALSE.   ! 
     197   sn_cfctl%l_prtctl  = .FALSE.   ! 
     198   sn_cfctl%l_prttrc  = .FALSE.   ! 
     199   sn_cfctl%l_oasout  = .FALSE.   ! 
     200   sn_cfctl%procmin   = 0         ! Minimum area number for reporting [default:0] 
     201   sn_cfctl%procmax   = 1000000   ! Maximum area number for reporting [default:1000000] 
     202   sn_cfctl%procincr  = 1         ! Increment for optional subsetting of areas [default:1] 
     203   sn_cfctl%ptimincr  = 1         ! Timestep increment for writing time step progress info 
     204   nn_ictls    =    0             !  start i indice of control sum (use to compare mono versus 
     205   nn_ictle    =    0             !  end   i indice of control sum        multi processor runs 
     206   nn_jctls    =    0             !  start j indice of control               over a subdomain) 
     207   nn_jctle    =    0             !  end   j indice of control 
     208   nn_isplt    =    1             !  number of processors in i-direction 
     209   nn_jsplt    =    1             !  number of processors in j-direction 
     210   ln_timing   = .false.          !  timing by routine write out in timing.output file 
     211   ln_diacfl   = .false.          !  CFL diagnostics write out in cfl_diagnostics.ascii 
     212/ 
Note: See TracChangeset for help on using the changeset viewer.