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/branches/2019/dev_r11643_ENHANCE-11_CEthe_Shaconemo_diags/cfgs/ORCA2_OFF_TRC/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11643_ENHANCE-11_CEthe_Shaconemo_diags/cfgs/ORCA2_OFF_TRC/EXPREF/namelist_top_cfg @ 13706

Last change on this file since 13706 was 9539, checked in by cetlod, 6 years ago

dev_merge_2017 : validation of Offline configurations

  • Property svn:mime-type set to text/x-fortran
File size: 3.2 KB
Line 
1!-----------------------------------------------------------------------
2&namtrc_run      !   run information
3!-----------------------------------------------------------------------
4   ln_top_euler = .true.
5/
6!-----------------------------------------------------------------------
7&namtrc          !   tracers definition
8!-----------------------------------------------------------------------
9   jp_bgc        =  0           !  Number of passive tracers of the BGC model
10!
11   ln_pisces     =  .false.     !  Run PISCES BGC model
12   ln_my_trc     =  .false.     !  Run MY_TRC BGC model
13   ln_age        =  .true.      !  Run the sea water age tracer
14   ln_cfc11      =  .true.      !  Run the CFC11 passive tracer
15   ln_cfc12      =  .true.      !  Run the CFC12 passive tracer
16   ln_sf6        =  .true.      !  Run the SF6 passive tracer
17   ln_c14        =  .true.      !  Run the Radiocarbon passive tracer
18/
19!-----------------------------------------------------------------------
20&namage         !   AGE
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namtrc_dta      !    Initialisation from data input file
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
29!-----------------------------------------------------------------------
30   ln_trcadv_fct =  .true.  !  FCT scheme
31      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
32      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
33/
34!-----------------------------------------------------------------------
35&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
36!-----------------------------------------------------------------------
37   ln_trcldf_tra   =  .true.     !  use active tracer setting
38/
39!-----------------------------------------------------------------------
40&namtrc_rad      !  treatment of negative concentrations
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namtrc_dmp      !   passive tracer newtonian damping   
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namtrc_ice      !    Representation of sea ice growth & melt effects
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
53!----------------------------------------------------------------------
54/
55!----------------------------------------------------------------------
56&namtrc_bc       !   data for boundary conditions
57!-----------------------------------------------------------------------
58/
59!----------------------------------------------------------------------
60&namtrc_bdy      !   Setup of tracer boundary conditions
61!-----------------------------------------------------------------------
62/
Note: See TracBrowser for help on using the repository browser.