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 NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF – NEMO

source: NEMO/trunk/cfgs/AGRIF_DEMO/EXPREF/namelist_top_cfg

Last change on this file was 15029, checked in by jchanut, 3 years ago

#2698, fixes passive tracers repro/restart & remove euler time stepping in top namelists (not supported with AGRIF)

File size: 3.2 KB
Line 
1!-----------------------------------------------------------------------
2&namtrc_run      !   run information
3!-----------------------------------------------------------------------
4/
5!-----------------------------------------------------------------------
6&namtrc          !   tracers definition
7!-----------------------------------------------------------------------
8   jp_bgc        =  0           !  Number of passive tracers of the BGC model
9!
10   ln_pisces     =  .false.     !  Run PISCES BGC model
11   ln_my_trc     =  .false.     !  Run MY_TRC BGC model
12   ln_age        =  .true.      !  Run the sea water age tracer
13   ln_cfc11      =  .false.     !  Run the CFC11 passive tracer
14   ln_cfc12      =  .false.     !  Run the CFC12 passive tracer
15   ln_sf6        =  .false.     !  Run the SF6 passive tracer
16   ln_c14        =  .false.     !  Run the Radiocarbon passive tracer
17/
18!-----------------------------------------------------------------------
19&namage         !   AGE
20!-----------------------------------------------------------------------
21/
22!-----------------------------------------------------------------------
23&namtrc_dta      !    Initialisation from data input file
24!-----------------------------------------------------------------------
25/
26!-----------------------------------------------------------------------
27&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
28!-----------------------------------------------------------------------
29   ln_trcadv_fct =  .true.  !  FCT scheme
30      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
31      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
32/
33!-----------------------------------------------------------------------
34&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
35!-----------------------------------------------------------------------
36   ln_trcldf_tra   =  .true.     !  use active tracer setting
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!----------------------------------------------------------------------
53/
54!----------------------------------------------------------------------
55&namtrc_bc       !   data for boundary conditions
56!-----------------------------------------------------------------------
57/
58!----------------------------------------------------------------------
59&namtrc_bdy      !   Setup of tracer boundary conditions
60!-----------------------------------------------------------------------
61/
Note: See TracBrowser for help on using the repository browser.