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.
namtrc_trd in NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists/namtrc_trd @ 12658

Last change on this file since 12658 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
File size: 816 bytes
Line 
1!-----------------------------------------------------------------------
2&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
3!                          or mixed-layer trends                        ('key_trdmld_trc')
4!----------------------------------------------------------------------
5   nn_trd_trc    =  5475     !  time step frequency and tracers trends
6   nn_ctls_trc   =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
7   rn_ucf_trc    =   1       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
8   ln_trdmld_trc_restart = .false. !  restart for ML diagnostics
9   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
10   ln_trdtrc( 1) = .true.
11   ln_trdtrc( 2) = .true.
12   ln_trdtrc(23) = .true.
13/
Note: See TracBrowser for help on using the repository browser.