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.
nam_diadct in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/nam_diadct @ 11536

Last change on this file since 11536 was 11536, checked in by smasson, 5 years ago

trunk: merge dev_r10984_HPC-13 into the trunk

  • Property svn:mime-type set to text/x-fortran
File size: 628 bytes
RevLine 
[2871]1!-----------------------------------------------------------------------
[11366]2&nam_diadct     !   transports through some sections                    (default: OFF)
[2871]3!-----------------------------------------------------------------------
[11366]4    ln_diadct  = .false.   ! Calculate transport thru sections or not
5       nn_dct     = 15     !  time step frequency for transports computing
6       nn_dctwri  = 15     !  time step frequency for transports writing
7       nn_secdebug = 112   !      0 : no section to debug
8       !                   !     -1 : debug all section
9       !                   !  0 < n : debug section number n
[2871]10/
Note: See TracBrowser for help on using the repository browser.