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 1225 for trunk/DOC/TexFiles/Namelist/namctl – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namctl

    r1222 r1225  
    11!----------------------------------------------------------------------- 
    2 &nam_ctl      !   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 print) 
    6    nictls =       0        !  start i indice to make the control SUM (very usefull to compare mono- 
    7    nictle =       0        !  end   i indice to make the control SUM (-versus multi processor runs) 
    8    njctls =       0        !  start j indice to make the control SUM (very usefull to compare mono- 
    9    njctle =       0        !  end   j indice to make the control SUM (-versus multi processor runs) 
    10    isplt  =       1        !  number of processors following i 
    11    jsplt  =       1        !  number of processors following j 
    12    nbench =       0        !  = 1 Bench run (no physical meaning) 
    13                            !  = 0 Standard simulation 
    14    nbit_cmp =     0        !  = 1 enables bit comparison between mono and mpp runs 
    15                            !  = 0 faster mpp run  
     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 
     13                           !     (no physical validity of the results) 
     14   nbit_cmp   =    0       !  bit comparison mode (1/0): CAUTION use zero except for test 
     15                           !     of comparison between single and multiple processor runs 
    1616/ 
Note: See TracChangeset for help on using the changeset viewer.