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.
Changeset 1831 for branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namtrd – NEMO

Ignore:
Timestamp:
2010-04-12T16:59:59+02:00 (14 years ago)
Author:
gm
Message:

cover, namelist, rigid-lid, e3t, appendices, see ticket: #658

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namtrd

    r1225 r1831  
    11!----------------------------------------------------------------------- 
    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") 
     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") 
    54!----------------------------------------------------------------------- 
    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 
     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 
    1112/ 
Note: See TracChangeset for help on using the changeset viewer.