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

Changeset 517 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2006-10-05T18:00:53+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_072 : CT : - lights modifications to ensure good control prints for the restartability & reproductibility tests

  • build all ocean.output_XXXX files only if logical namelist ln_ctl is TRUE, in all case keep the initial ocean.output file (require a new namelist namctl)
  • conditionning some prints using nprint parameter
File:
1 edited

Legend:

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

    r512 r517  
    2121!  nleapy     Leap year calendar (0/1) 
    2222!  ninist     initial state output flag (0/1) 
    23 !  nprint     level of print (0 no print) 
    2423!  nstock     frequency of restart file 
    2524!  nwrite     frequency of OUTPUT file 
    2625!  nrunoff    = 0 no, 1 runoff, 2 runoff+river mouth ups adv 
    27 !  ln_ctl     trend control print (expensive!) 
    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 
    34 !  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench 
    35 !             for which we don't care about physical meaning of the results 
    3626! 
    3727!  CAUTION: for usual run scripts, logical value of 
     
    4838   nleapy     =       0 
    4939   ninist     =       0 
    50    nprint     =       0 
    5140   nstock     =    5475  
    5241   nwrite     =    5475  
    5342   nrunoff    =       2 
    54    ln_ctl     =  .false. 
    55    nictls     =       0 
    56    nictle     =       0 
    57    njctls     =       0 
    58    njctle     =       0 
    59    isplt      =       1 
    60    jsplt      =       1 
    61    nbench     =       0 
     43/ 
     44!----------------------------------------------------------------------- 
     45!       nam_ctl      Control prints & Benchmark 
     46!----------------------------------------------------------------------- 
     47!  ln_ctl     trends control print (expensive!) 
     48!  nprint     level of print (0 no print) 
     49!  nictls     start i indice to make the control SUM (very usefull to compare mono- 
     50!  nictle     end   i indice to make the control SUM (-versus multi processor runs) 
     51!  njctls     start j indice to make the control SUM (very usefull to compare mono- 
     52!  njctle     end   j indice to make the control SUM (-versus multi processor runs) 
     53!  nisplt     number of processors following i 
     54!  njsplt     number of processors following j 
     55!  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench 
     56!             for which we don't care about physical meaning of the results 
     57&namctl 
     58   ln_ctl =  .false. 
     59   nprint =       0 
     60   nictls =       0 
     61   nictle =       0 
     62   njctls =       0 
     63   njctle =       0 
     64   isplt  =       1 
     65   jsplt  =       1 
     66   nbench =       0 
    6267/ 
    6368!----------------------------------------------------------------------- 
     
    254259!  e3zps_rat     the minimum of e3zps_min and e3zps_rat * e3t 
    255260!                (N.B. 0<e3zps_rat<1) 
    256 !  ngrid      = 0/1, compute/read the horizontal mesh 
    257 !                  (coordinates, scale factors) 
    258261!  nmsh       =1 create a mesh file (coordinates, scale factors, masks) 
    259262!  nacc       the acceleration of convergence method 
     
    274277   e3zps_min =     5. 
    275278   e3zps_rat =     0.1 
    276    ngrid     =     1 
    277279   nmsh      =     0 
    278280   nacc      =     0 
Note: See TracChangeset for help on using the changeset viewer.