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 9019 for branches/2017/dev_merge_2017/DOC/Namelists/namctl – NEMO

Ignore:
Timestamp:
2017-12-13T15:58:53+01:00 (6 years ago)
Author:
timgraham
Message:

Merge of dev_CNRS_2017 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/Namelists/namctl

    r6289 r9019  
    11!----------------------------------------------------------------------- 
    2 &namctl        !   Control prints & Benchmark 
     2&namctl        !   Control prints  
    33!----------------------------------------------------------------------- 
    44   ln_ctl      = .false.   !  trends control print (expensive!) 
     
    1010   nn_isplt    =    1      !  number of processors in i-direction 
    1111   nn_jsplt    =    1      !  number of processors in j-direction 
    12    nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    13                            !     (no physical validity of the results) 
    14    nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    15    nn_diacfl   =    0      !  Write out CFL diagnostics (=1) in cfl_diagnostics.ascii, or not (=0) 
     12   ln_timing   = .false.   !  timing by routine write out in timing.output file 
     13   ln_diacfl   = .false.   !  CFL diagnostics write out in cfl_diagnostics.ascii 
    1614/ 
Note: See TracChangeset for help on using the changeset viewer.