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.
namelist_top_cfg in branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC/EXP00 – NEMO

source: branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM3_TRC/EXP00/namelist_top_cfg @ 7041

Last change on this file since 7041 was 7041, checked in by cetlod, 8 years ago

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File size: 3.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :   - tracer run information                (namtrc_run)
3!!               - tracer definition                     (namtrc    )
4!!               - tracer data initialisation            (namtrc_dta)
5!!               - tracer advection                      (namtrc_adv)
6!!               - tracer lateral diffusion              (namtrc_ldf)
7!!               - tracer vertical physics               (namtrc_zdf)
8!!               - tracer newtonian damping              (namtrc_dmp)
9!!               - dynamical tracer trends               (namtrc_trd)
10!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
11!-----------------------------------------------------------------------
12&namtrc_run      !   run information
13!-----------------------------------------------------------------------
14/
15!-----------------------------------------------------------------------
16&namtrc          !   tracers definition
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&namtrc_dta      !    Initialisation from data input file
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namtrc_adv      !   advection scheme for passive tracer
25!-----------------------------------------------------------------------
26   ln_trcadv_fct =  .true.  !  FCT scheme
27      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
28      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
29/
30!-----------------------------------------------------------------------
31&namtrc_ldf      !   lateral diffusion scheme for passive tracer
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namtrc_zdf      !   vertical physics
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namtrc_rad      !  treatment of negative concentrations
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namtrc_dmp      !   passive tracer newtonian damping   
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namtrc_ice      !    Representation of sea ice growth & melt effects
48!-----------------------------------------------------------------------
49/
50!-----------------------------------------------------------------------
51&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
52!                          or mixed-layer trends                        ('key_trdmld_trc')
53!----------------------------------------------------------------------
54/
55!----------------------------------------------------------------------
56&namtrc_bc       !   data for boundary conditions
57!-----------------------------------------------------------------------
58/
59!----------------------------------------------------------------------
60&namtrc_bdy      !   Setup of tracer boundary conditions
61!-----------------------------------------------------------------------
62/
Note: See TracBrowser for help on using the repository browser.