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

Last change on this file since 9019 was 9019, checked in by timgraham, 6 years ago

Merge of dev_CNRS_2017 into branch

  • Property svn:mime-type set to text/x-fortran
File size: 3.3 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   nn_writetrc   =  0        !  time step frequency for sn_tracer outputs
7   ln_top_euler  = .true.    !  use Euler time-stepping for TOP
8/
9!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10&namtrc     !   tracers definition
11!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
12   ln_trcdta     =  .false.        !  Initialisation from data input file (T) or not (F)
13!
14!              !    name   !           title of the field              !   units    ! initial data ! save   !
15!              !           !                                           !            ! from file    ! or not !
16!              !           !                                           !            ! or not       !        !
17   sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false.     ,  .true.
18/
19!-----------------------------------------------------------------------
20&namtrc_dta    ! initial conditions
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namtrc_adv    !   advection scheme for passive tracer                  (default: NO selection)
25!-----------------------------------------------------------------------
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&namtrc_ldf    !   lateral diffusion scheme for passive tracer
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namtrc_zdf        !   vertical physics
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namtrc_rad        !  treatment of negative concentrations
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namtrc_dmp    !   passive tracer newtonian damping
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namtrc_bc     ! boundary conditions
48!-----------------------------------------------------------------------
49/
50!-----------------------------------------------------------------------
51&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
52!                          or mixed-layer trends          ('key_trdmld_trc')
53!----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namtrc_dia       !   parameters for passive tracer additional diagnostics
57!----------------------------------------------------------------------
58/
Note: See TracBrowser for help on using the repository browser.