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/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_top_cfg @ 9490

Last change on this file since 9490 was 9490, checked in by gm, 6 years ago

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

  • Property svn:mime-type set to text/x-fortran
File size: 3.5 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      =  .true.      !  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        =  .true.      !  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
35!-----------------------------------------------------------------------
36   !                         !  Type of the operator:
37   ln_trcldf_NONE  =  .false.    !  No explicit diffusion
38   ln_trcldf_tra   =  .true.     !  use active tracer setting
39   !                         !  Coefficient (defined with namtra_ldf coefficient)
40   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient
41   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only)
42/
43!-----------------------------------------------------------------------
44&namtrc_rad      !  treatment of negative concentrations
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namtrc_dmp      !   passive tracer newtonian damping   
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namtrc_ice      !    Representation of sea ice growth & melt effects
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
57!----------------------------------------------------------------------
58/
59!----------------------------------------------------------------------
60&namtrc_bc       !   data for boundary conditions
61!-----------------------------------------------------------------------
62/
63!----------------------------------------------------------------------
64&namtrc_bdy      !   Setup of tracer boundary conditions
65!-----------------------------------------------------------------------
66/
Note: See TracBrowser for help on using the repository browser.