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
RevLine 
[3875]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO-TOP : GYRE_BFM configuration namelist used to overwrite SHARED/namelist_top_ref
[4152]3!-----------------------------------------------------------------------
[9356]4&namtrc_run      !   run information
[4152]5!-----------------------------------------------------------------------
6   ln_top_euler  = .true.    !  use Euler time-stepping for TOP
7/
[9356]8!-----------------------------------------------------------------------
9&namtrc          !   tracers definition
10!-----------------------------------------------------------------------
[3875]11   ln_trcdta     =  .false.        !  Initialisation from data input file (T) or not (F)
12!
[9356]13!                !    name   !           title of the field            !   units    ! initial data from file or not !
14   sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false.
[3875]15/
16!-----------------------------------------------------------------------
[9356]17&namage          !   AGE
[3875]18!-----------------------------------------------------------------------
19/
20!-----------------------------------------------------------------------
[9356]21&namtrc_dta      !    Initialisation from data input file
[5836]22!-----------------------------------------------------------------------
[9356]23/
24!-----------------------------------------------------------------------
25&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
[5836]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
[3875]29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
[9568]32&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
[3875]33!-----------------------------------------------------------------------
[9490]34   ln_trcldf_tra   =  .true.     !  use active tracer setting
[3875]35/
36!-----------------------------------------------------------------------
[9356]37&namtrc_rad      !  treatment of negative concentrations
[3875]38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
[9356]41&namtrc_dmp      !   passive tracer newtonian damping   
[3875]42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
[9356]45&namtrc_ice      !    Representation of sea ice growth & melt effects
[3875]46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
[9356]49&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
[3875]50!----------------------------------------------------------------------
51/
[9356]52!----------------------------------------------------------------------
53&namtrc_bc       !   data for boundary conditions
[3875]54!-----------------------------------------------------------------------
[9356]55/
[3875]56!----------------------------------------------------------------------
[9356]57&namtrc_bdy      !   Setup of tracer boundary conditions
58!-----------------------------------------------------------------------
[3875]59/
Note: See TracBrowser for help on using the repository browser.