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 NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/ORCA2_LIM_FABM_ERSEM/EXP00 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/ORCA2_LIM_FABM_ERSEM/EXP00/namelist_top_cfg

Last change on this file was 15480, checked in by jcastill, 3 years ago

Changes as in the git branch NEMO-FABMv1-ERSEM

File size: 4.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run     !   run information
6!-----------------------------------------------------------------------
7   ln_top_euler  = .false.    !  use Euler time-stepping for TOP
8   ln_rsttr      = .true.   !  start from a restart file (T) or not (F)
9   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
10                           !                  = 1 do not use the value in the restart file
11                           !                  = 2 calendar parameters read in the restart file
12   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
13   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
14   cn_trcrst_indir   = "./"   !  directory of ocean restart name (input)
15   cn_trcrst_outdir  = "./"   !  directory of ocean restart name (output)
16/
17!-----------------------------------------------------------------------
18&namtrc     !   tracers definition
19!-----------------------------------------------------------------------
20!                !    name   !           title of the field              ! initial data ! initial data ! save   !
21!                !           !                                           !  units       ! from file    ! or not !
22!                !           !                                           !              ! or not       !        !
23/
24!-----------------------------------------------------------------------
25&namtrc_dta      !    Initialisation from data input file
26!-----------------------------------------------------------------------
27!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
28!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
29/
30!-----------------------------------------------------------------------
31&namtrc_adv    !   advection scheme for passive tracer
32!-----------------------------------------------------------------------
33   ln_trcadv_tvd     =  .false.  !  TVD scheme
34   ln_trcadv_muscl   =  .true.   !  MUSCL scheme
35/
36!-----------------------------------------------------------------------
37&namtrc_ldf    !   lateral diffusion scheme for passive tracer
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namtrc_zdf        !   vertical physics
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namtrc_rad        !  treatment of negative concentrations
46!-----------------------------------------------------------------------
47   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F)
48/
49!-----------------------------------------------------------------------
50&namtrc_dia       !   parameters for passive tracer additional diagnostics
51!----------------------------------------------------------------------
52/
53!----------------------------------------------------------------------
54&namtrc_bc        !   data for boundary conditions
55!-----------------------------------------------------------------------
56   cn_dir_sbc        =  './'      !  root directory for the location of the data files
57   cn_dir_obc        =  './'      !  root directory for the location of the data files
58   cn_dir_cbc        =  './'      !  root directory for the location of the data files
59/
60!----------------------------------------------------------------------
61!namtrc_bdy       !   Setup of tracer boundary conditions
62!-----------------------------------------------------------------------
63$namtrc_bdy
64   cn_trc_dflt     =  'none','none'  !  OBC applied by default to all tracers
65   cn_trc          =  'none','none'       !  Boundary conditions appled to the active tracers (see namtrc)
66   nn_trcdmp_bdy   = 0,0     !  Use damping timescales defined in nambdy of namelist
67                           !  = 0 NO damping of tracers at open boudaries
68                           !  = 1 Only for tracers forced with external data
69                           !  = 2 Damping applied to all tracers
70/
Note: See TracBrowser for help on using the repository browser.