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 1831 for branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namctl – NEMO

Ignore:
Timestamp:
2010-04-12T16:59:59+02:00 (14 years ago)
Author:
gm
Message:

cover, namelist, rigid-lid, e3t, appendices, see ticket: #658

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namctl

    r1225 r1831  
    11!----------------------------------------------------------------------- 
    2 &namctl       !   Control prints & Benchmark 
     2&namctl        !   Control prints & Benchmark 
    33!----------------------------------------------------------------------- 
    4    ln_ctl     = .false.    !  trends control print (expensive!) 
    5    nprint     =    0       !  level of print (0 no extra print) 
    6    nictls     =    0       !  start i indice of control sum (use to compare mono versus 
    7    nictle     =    0       !  end   i indice of control sum        multi processor runs 
    8    njctls     =    0       !  start j indice of control               over a subdomain) 
    9    njctle     =    0       !  end   j indice of control  
    10    isplt      =    1       !  number of processors in i-direction 
    11    jsplt      =    1       !  number of processors in j-direction 
    12    nbench     =    0       !  Bench mode (1/0): CAUTION use zero except for bench 
     4   nn_print    =    0      !  level of print (0 no extra print) 
     5   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    136                           !     (no physical validity of the results) 
    14    nbit_cmp   =    0       !  bit comparison mode (1/0): CAUTION use zero except for test 
     7   nn_bit_cmp  =    0      !  bit comparison mode (1/0): CAUTION use zero except for test 
    158                           !     of comparison between single and multiple processor runs 
     9   ln_ctl      = .false.   !  trends control print (expensive!) 
     10   nn_ictls    =    0           !  start i indice of control sum (use to compare mono versus 
     11   nn_ictle    =    0           !  end   i indice of control sum        multi processor runs 
     12   nn_jctls    =    0           !  start j indice of control               over a subdomain) 
     13   nn_jctle    =    0           !  end   j indice of control 
     14   nn_isplt    =    1           !  number of processors in i-direction 
     15   nn_jsplt    =    1           !  number of processors in j-direction 
    1616/ 
Note: See TracChangeset for help on using the changeset viewer.