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/2017/dev_merge_2017/DOC/Namelists – NEMO

source: branches/2017/dev_merge_2017/DOC/Namelists/namtrd @ 9355

Last change on this file since 9355 was 9355, checked in by nicolasmartin, 6 years ago

Set mime-type SVN property for all namelists for syntax highlighting under Trac

  • Property svn:mime-type set to text/x-fortran
File size: 910 bytes
RevLine 
[707]1!-----------------------------------------------------------------------
[6997]2&namtrd        !   trend diagnostics                                    (default F)
[707]3!-----------------------------------------------------------------------
[6140]4   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
5   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output
6   ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
7   ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet)
8   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
9   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
10   ln_tra_trd  = .false.   ! (T) 3D tracer trend output
11   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
12   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
[2540]13/
Note: See TracBrowser for help on using the repository browser.