source: CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/namelist_top_innert_cfg

Last change on this file was 6618, checked in by cetlod, 9 months ago

NEMOv6.5 : Switch to NEMOv4.2.1 and PISCES gas, continuation

File size: 3.6 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_sf6        =  _AUTO_
22   ln_c14        =  _AUTO_
23/
24!-----------------------------------------------------------------------
25&namage          !   AGE
26!-----------------------------------------------------------------------
27/
28!-----------------------------------------------------------------------
29&namtrc_dta      !    Initialisation from data input file
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
34!-----------------------------------------------------------------------
35   ln_trcadv_fct =  .true.  !  FCT scheme
36      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
37      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
38/
39!-----------------------------------------------------------------------
40&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
41!-----------------------------------------------------------------------
42   ln_trcldf_tra   = .true.      !  use active tracer setting
43/
44!-----------------------------------------------------------------------
45&namtrc_rad      !  treatment of negative concentrations
46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
49&namtrc_snk      !  sedimentation of particles
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namtrc_dmp      !   passive tracer newtonian damping   
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namtrc_dcy      !  Diurnal cycle
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namtrc_ice      !    Representation of sea ice growth & melt effects
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
66!----------------------------------------------------------------------
67/
68!----------------------------------------------------------------------
69&namtrc_bc       !   data for boundary conditions
70!-----------------------------------------------------------------------
71/
72!----------------------------------------------------------------------
73&namtrc_bdy      !   Setup of tracer boundary conditions
74!-----------------------------------------------------------------------
75/
Note: See TracBrowser for help on using the repository browser.