source: CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/namelist_top_cfg @ 5535

Last change on this file since 5535 was 5535, checked in by cetlod, 3 years ago

NEMOv6.5 configuration : phasing with NEMOv4.0.4 and cleaning

File size: 3.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run      !   run information
6!-----------------------------------------------------------------------
7   ln_rsttr      = _AUTO_
8   nn_rsttr      = _AUTO_
9   ln_top_euler  = .true.
10/
11!-----------------------------------------------------------------------
12&namtrc          !   tracers definition
13!-----------------------------------------------------------------------
14   jp_bgc        =  0
15!
16   ln_pisces     =  .false.
17   ln_my_trc     =  .false.
18   ln_age        =  _AUTO_
19   ln_cfc11      =  _AUTO_
20   ln_cfc12      =  _AUTO_
21   ln_c14        =  .false.
22/
23!-----------------------------------------------------------------------
24&namage          !   AGE
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&namtrc_dta      !    Initialisation from data input file
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
33!-----------------------------------------------------------------------
34   ln_trcadv_fct =  .true.  !  FCT scheme
35      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
36      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
37/
38!-----------------------------------------------------------------------
39&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
40!-----------------------------------------------------------------------
41   ln_trcldf_tra   = .true.      !  use active tracer setting
42/
43!-----------------------------------------------------------------------
44&namtrc_rad      !  treatment of negative concentrations
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namtrc_snk      !  sedimentation of particles
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namtrc_dmp      !   passive tracer newtonian damping   
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namtrc_ice      !    Representation of sea ice growth & melt effects
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
61!----------------------------------------------------------------------
62/
63!----------------------------------------------------------------------
64&namtrc_bc       !   data for boundary conditions
65!-----------------------------------------------------------------------
66/
67!----------------------------------------------------------------------
68&namtrc_bdy      !   Setup of tracer boundary conditions
69!-----------------------------------------------------------------------
70/
Note: See TracBrowser for help on using the repository browser.