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 258 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 258 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2005-09-02T17:48:36+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_004 : CT : Integration of the control print option for debugging work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r255 r258  
    2626!  nrunoff    = 0 no, 1 runoff, 2 runoff+river mouth ups adv 
    2727!  ln_ctl     trend control print (expensive!) 
    28 !  nictl      max i indice to make the control SUM (very usefull to compare mono- 
    29 !  njctl      max j indice to make the control SUM (-versus multi processor runs) 
     28!  nictls     start i indice to make the control SUM (very usefull to compare mono- 
     29!  nictle     end   i indice to make the control SUM (-versus multi processor runs) 
     30!  njctls     start j indice to make the control SUM (very usefull to compare mono- 
     31!  njctle     end   j indice to make the control SUM (-versus multi processor runs) 
     32!  isplt      number of processors following i 
     33!  jsplt      number of processors following j 
    3034!  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench 
    3135!             for which we don't care about physical meaning of the results 
     
    4852   nwrite     =    5475  
    4953   nrunoff    =       2 
    50    ln_ctl     =  .true. 
    51    nictl      =      10 
    52    njctl      =      10 
     54   ln_ctl     =  .false. 
     55   nictls     =       0 
     56   nictle     =       0 
     57   njctls     =       0 
     58   njctle     =       0 
     59   isplt      =       1 
     60   jsplt      =       1 
    5361   nbench     =       0 
    5462/ 
Note: See TracChangeset for help on using the changeset viewer.