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

Last change on this file since 9356 was 9356, checked in by acc, 6 years ago

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

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