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

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

New top interface : Revisited CFC module with formulations from Wanninkhof (2014) + SF6 tracer

File size: 3.9 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_sf6        =  .false.     !  Run the SF6 passive tracer
26   ln_c14        =  .true.      !  Run the Radiocarbon passive tracer
27/
28!-----------------------------------------------------------------------
29&namtrc_dta      !    Initialisation from data input file
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namtrc_adv      !   advection scheme for passive tracer
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
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namtrc_zdf      !   vertical physics
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namtrc_rad      !  treatment of negative concentrations
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!                          or mixed-layer trends                        ('key_trdmld_trc')
62!----------------------------------------------------------------------
63/
64!----------------------------------------------------------------------
65&namtrc_bc       !   data for boundary conditions
66!-----------------------------------------------------------------------
67/
68!----------------------------------------------------------------------
69&namtrc_bdy      !   Setup of tracer boundary conditions
70!-----------------------------------------------------------------------
71/
Note: See TracBrowser for help on using the repository browser.