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/branches/UKMO/NEMO_4.0.1_meltpond_improvements/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.1_meltpond_improvements/doc/namelists/nam_diadct @ 12636

Last change on this file since 12636 was 11699, checked in by nicolasmartin, 4 years ago

Update namelist blocks included in the NEMO manual

  • Property svn:mime-type set to text/x-fortran
File size: 628 bytes
Line 
1!-----------------------------------------------------------------------
2&nam_diadct    !   transports through some sections                     (default: OFF)
3!-----------------------------------------------------------------------
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
10/
Note: See TracBrowser for help on using the repository browser.