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/GYRE_BFM/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/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!! NEMO-TOP : GYRE_BFM configuration namelist used to overwrite SHARED/namelist_top_ref
3!-----------------------------------------------------------------------
4&namtrc_run      !   run information
5!-----------------------------------------------------------------------
6   ln_top_euler  = .true.    !  use Euler time-stepping for TOP
7/
8!-----------------------------------------------------------------------
9&namtrc          !   tracers definition
10!-----------------------------------------------------------------------
11   ln_trcdta     =  .false.        !  Initialisation from data input file (T) or not (F)
12!
13!                !    name   !           title of the field            !   units    ! initial data from file or not !
14   sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false.
15/
16!-----------------------------------------------------------------------
17&namage          !   AGE
18!-----------------------------------------------------------------------
19/
20!-----------------------------------------------------------------------
21&namtrc_dta      !    Initialisation from data input file
22!-----------------------------------------------------------------------
23/
24!-----------------------------------------------------------------------
25&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
26   ln_trcadv_fct =  .true.   !  FCT scheme
27      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
28      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namtrc_ldf      !   lateral diffusion scheme for passive tracer
33!-----------------------------------------------------------------------
34!                            !  Type of the operator:
35   ln_trcldf_NONE  =  .false.    !  No explicit diffusion
36   ln_trcldf_tra   =  .true.     !  use active tracer setting
37   !                         !  Coefficient (defined with namtra_ldf coefficient)
38   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient
39   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only)
40/
41!-----------------------------------------------------------------------
42&namtrc_rad      !  treatment of negative concentrations
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namtrc_dmp      !   passive tracer newtonian damping   
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namtrc_ice      !    Representation of sea ice growth & melt effects
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
55!----------------------------------------------------------------------
56/
57!----------------------------------------------------------------------
58&namtrc_bc       !   data for boundary conditions
59!-----------------------------------------------------------------------
60/
61!----------------------------------------------------------------------
62&namtrc_bdy      !   Setup of tracer boundary conditions
63!-----------------------------------------------------------------------
64/
Note: See TracBrowser for help on using the repository browser.