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/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top_cfg @ 4147

Last change on this file since 4147 was 4147, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File size: 2.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO-TOP : GYRE_BFM configuration namelist used to overwrite SHARED/namelist_top_ref
3!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4&namtrc     !   tracers definition
5!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
6     
7   nn_writetrc   =  0        !  time step frequency for sn_tracer outputs
8   ln_top_euler  = .true.    !  use Euler timestepping for TOP
9   ln_trcdta     =  .false.        !  Initialisation from data input file (T) or not (F)
10!
11!              !    name   !           title of the field              !   units    ! initial data ! save   !
12!              !           !                                           !            ! from file    ! or not !
13!              !           !                                           !            ! or not       !        !
14   sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false.     ,  .true.
15/
16!-----------------------------------------------------------------------
17&namtrc_dta    ! initial conditions
18!-----------------------------------------------------------------------
19/
20!-----------------------------------------------------------------------
21&namtrc_adv    !   advection scheme for passive tracer
22!----------------------------------------------------------------------- 
23   ln_trcadv_tvd     =  .true.   !  TVD scheme
24   ln_trcadv_muscl   =  .false.  !  MUSCL scheme
25/
26!-----------------------------------------------------------------------
27&namtrc_ldf    !   lateral diffusion scheme for passive tracer
28!-----------------------------------------------------------------------
29/
30!-----------------------------------------------------------------------
31&namtrc_zdf        !   vertical physics
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namtrc_rad        !  treatment of negative concentrations
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namtrc_dmp    !   passive tracer newtonian damping
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namtrc_bc     ! boundary conditions
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
48!                          or mixed-layer trends          ('key_trdmld_trc')
49!----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namtrc_dia       !   parameters for passive tracer additional diagnostics
53!----------------------------------------------------------------------
54/
Note: See TracBrowser for help on using the repository browser.