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 tags/nemo_v3_2/nemo_v3_2/DOC/TexFiles/Namelist – NEMO

source: tags/nemo_v3_2/nemo_v3_2/DOC/TexFiles/Namelist/namtrd @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

File size: 841 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   ucf        =   1.       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
9   ln_trdmld_restart = .false.  !  restart for ML diagnostics
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.