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 NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namtrd @ 10161

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

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

  • Property svn:mime-type set to text/x-fortran
File size: 913 bytes
Line 
1!-----------------------------------------------------------------------
2&namtrd        !   trend diagnostics                                    (default: OFF)
3!-----------------------------------------------------------------------
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)
13/
Note: See TracBrowser for help on using the repository browser.