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

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

merge in dev_LOCEAN_2013 the 2nd development branch dev_r3940_CNRS4_IOCRS, see ticket #1169

File size: 3.1 KB
RevLine 
[3875]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO-TOP : GYRE_BFM configuration namelist used to overwrite SHARED/namelist_top_ref
[4152]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/
[3875]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   !
[4152]15!              !           !                                           !            ! from file    ! or not !
[3875]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
25!----------------------------------------------------------------------- 
26   ln_trcadv_tvd     =  .true.   !  TVD scheme
27   ln_trcadv_muscl   =  .false.  !  MUSCL scheme
28/
29!-----------------------------------------------------------------------
30&namtrc_ldf    !   lateral diffusion scheme for passive tracer
31!-----------------------------------------------------------------------
32/
33!-----------------------------------------------------------------------
34&namtrc_zdf        !   vertical physics
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namtrc_rad        !  treatment of negative concentrations
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namtrc_dmp    !   passive tracer newtonian damping
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namtrc_bc     ! boundary conditions
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
51!                          or mixed-layer trends          ('key_trdmld_trc')
52!----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namtrc_dia       !   parameters for passive tracer additional diagnostics
56!----------------------------------------------------------------------
57/
Note: See TracBrowser for help on using the repository browser.