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/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top_cfg @ 9568

Last change on this file since 9568 was 9568, checked in by davestorkey, 6 years ago

Update branch to be relative to rev 9565 of dev_merge_2017.

  • Property svn:mime-type set to text/x-fortran
File size: 3.2 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        (default: NO selection)
33!-----------------------------------------------------------------------
34   ln_trcldf_tra   =  .true.     !  use active tracer setting
35/
36!-----------------------------------------------------------------------
37&namtrc_rad      !  treatment of negative concentrations
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namtrc_dmp      !   passive tracer newtonian damping   
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namtrc_ice      !    Representation of sea ice growth & melt effects
46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
49&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
50!----------------------------------------------------------------------
51/
52!----------------------------------------------------------------------
53&namtrc_bc       !   data for boundary conditions
54!-----------------------------------------------------------------------
55/
56!----------------------------------------------------------------------
57&namtrc_bdy      !   Setup of tracer boundary conditions
58!-----------------------------------------------------------------------
59/
Note: See TracBrowser for help on using the repository browser.