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 branches/UKMO/icebergs_restart_single_file/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/icebergs_restart_single_file/DOC/TexFiles/Namelist/namtrd @ 6019

Last change on this file since 6019 was 6019, checked in by timgraham, 8 years ago

Reinstated svn keywords before upgrading to head of trunk

  • Property svn:keywords set to Id
File size: 943 bytes
Line 
1!-----------------------------------------------------------------------
2&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
3!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
4!-----------------------------------------------------------------------
5   nn_trd      = 365       !  time step frequency dynamics and tracers trends
6   nn_ctls     =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
7   rn_ucf      =   1.      !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
8   cn_trdrst_in      = "restart_mld"   ! suffix of ocean restart name (input)
9   cn_trdrst_out     = "restart_mld"   ! suffix of ocean restart name (output)
10   ln_trdmld_restart = .false.         !  restart for ML diagnostics
11   ln_trdmld_instant = .false.         !  flag to diagnose trends of instantantaneous or mean ML T/S
12/
Note: See TracBrowser for help on using the repository browser.