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.
namtrd in trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/namtrd @ 707

Last change on this file since 707 was 707, checked in by smasson, 17 years ago

error during changeset:705... related to ticket:1

  • Property svn:executable set to *
File size: 858 bytes
Line 
1!-----------------------------------------------------------------------
2&namtrd    !   diagnostics on dynamics and/or tracer trends             ("key_trddyn" and/or "key_trdtra")
3!                          or mixed-layer trends                        ('key_trdmld')
4!                          or barotropic vorticity                      ("key_trdvor")
5!-----------------------------------------------------------------------
6   ntrd  = 365                   !  time step frequency dynamics and tracers trends
7   nctls =   0                   !  control surface type in mixed-layer trends (0,1 or n<jpk)
8   ln_trdmld_restart = .false.   !  restart for ML diagnostics
9   ucf   =  1.                   !  unit conversion factor (=1 -> /seconds | =86400. -> /day)
10   ln_trdmld_instant = .false.   !  flag to diagnose trends of instantantaneous or mean ML T/S
11/
Note: See TracBrowser for help on using the repository browser.