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/2020/dev_r12377_KERNEL-06_techene_e3/cfgs/GYRE_PISCES/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/cfgs/GYRE_PISCES/EXPREF/namelist_top_cfg @ 12779

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

#2075 - dev_merge_2017: CONFIG:correct the namelist_top_cfg + activate ln_traldf_msc in ORCA2 and NORDIC

  • Property svn:mime-type set to text/x-fortran
File size: 4.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP :   Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run      !   run information
6!-----------------------------------------------------------------------
7/
8!-----------------------------------------------------------------------
9&namtrc          !   tracers definition
10!-----------------------------------------------------------------------
11   jp_bgc        =  6
12   !
13   ln_pisces     =  .true.
14   ln_age        =  .false.
15   ln_cfc11      =  .false.
16   ln_cfc12      =  .false.
17   ln_c14        =  .false.
18   ln_my_trc     =  .false.
19   !_____________!__________!________________________________!______________!________________!
20   !             !   name   !           title of the field   !   units      ! init from file !
21   sn_tracer(1)   = 'DET'   , 'Detritus                   '  , 'mmole-N/m3' ,  .false.   
22   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  '  , 'mmole-N/m3' ,  .false.   
23   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration'  , 'mmole-N/m3' ,  .false. 
24   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      '  , 'mmole-N/m3' ,  .false. 
25   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     '  , 'mmole-N/m3' ,  .false.   
26   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   '  , 'mmole-N/m3' ,  .false. 
27/
28!-----------------------------------------------------------------------
29&namage          !   AGE
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namtrc_dta      !    Initialisation from data input file
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
38!-----------------------------------------------------------------------
39   ln_trcadv_fct =  .true.   !  FCT scheme
40      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
41      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
42/
43!-----------------------------------------------------------------------
44&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
45!-----------------------------------------------------------------------
46   ln_trcldf_tra   =  .true.     !  use active tracer setting
47/
48!-----------------------------------------------------------------------
49&namtrc_rad      !  treatment of negative concentrations
50!-----------------------------------------------------------------------
51   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F)
52/
53!-----------------------------------------------------------------------
54&namtrc_dmp      !   passive tracer newtonian damping                   (ln_trcdmp=T)
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namtrc_ice      !    Representation of sea ice growth & melt effects
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
63!----------------------------------------------------------------------
64/
65!----------------------------------------------------------------------
66&namtrc_bc       !   data for boundary conditions
67!-----------------------------------------------------------------------
68/
69!----------------------------------------------------------------------
70&namtrc_bdy      !   Setup of tracer boundary conditions
71!-----------------------------------------------------------------------
72/
Note: See TracBrowser for help on using the repository browser.