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 @ 7198

Last change on this file since 7198 was 7198, checked in by lovato, 7 years ago

New top interface : merge with dev_r7012_ROBUST5_CMCC (#1783) and update sette.sh

File size: 3.8 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   jp_bgc        =  0           !  Number of passive tracers of the BGC model
19!
20   ln_pisces     =  .false.     !  Run PISCES BGC model
21   ln_my_trc     =  .false.     !  Run MY_TRC BGC model
22   ln_age        =  .true.      !  Run the sea water age tracer
23   ln_cfc11      =  .true.      !  Run the CFC11 passive tracer
24   ln_cfc12      =  .false.     !  Run the CFC12 passive tracer
25   ln_c14        =  .true.      !  Run the Radiocarbon passive tracer
26/
27!-----------------------------------------------------------------------
28&namtrc_dta      !    Initialisation from data input file
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namtrc_adv      !   advection scheme for passive tracer
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
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namtrc_zdf      !   vertical physics
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namtrc_rad      !  treatment of negative concentrations
48!-----------------------------------------------------------------------
49/
50!-----------------------------------------------------------------------
51&namtrc_dmp      !   passive tracer newtonian damping   
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namtrc_ice      !    Representation of sea ice growth & melt effects
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
60!                          or mixed-layer trends                        ('key_trdmld_trc')
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.