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.template in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP07 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP07/namelist_top.template @ 15480

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

Changes as in the git branch NEMO-FABMv1-ERSEM

File size: 9.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :   - tracer run information                (namtrc_run)
3!!               - tracer definition                     (namtrc    )
4!!               - tracer data initialisation            (namtrc_dta)
5!!               - tracer advection                      (namtrc_adv)
6!!               - tracer lateral diffusion              (namtrc_ldf)
7!!               - tracer vertical physics               (namtrc_zdf)
8!!               - tracer newtonian damping              (namtrc_dmp)
9!!               - dynamical tracer trends               (namtrc_trd)
10!!               - tracer output diagonstics             (namtrc_dia)
11!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
12!-----------------------------------------------------------------------
13&namtrc_run     !   run information
14!-----------------------------------------------------------------------
15   nn_dttrc      =  1        !  time step frequency for passive sn_tracers
16   nn_writetrc   =  105120     !  time step frequency for sn_tracer outputs
17   ln_top_euler  = .false.    !  use Euler time-stepping for TOP
18   ln_rsttr      = .true. ! start from a restart file (T) or not (F)
19   nn_rsttr      = __RST__ ! restart control = 0 initial time step is not compared to the restart file value
20                           !                  = 1 do not use the value in the restart file
21                           !                  = 2 calendar parameters read in the restart file
22   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
23   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
24   cn_trcrst_indir   = "./"   !  directory of ocean restart name (input)
25   cn_trcrst_outdir  = "./"   !  directory of ocean restart name (output)
26/
27!-----------------------------------------------------------------------
28&namtrc     !   tracers definition
29!-----------------------------------------------------------------------
30!                    sname       lname                unit ,  init    ,  sbc     ,   cbc   ,  obc   ,  save
31   sn_tracer(1)   = 'TRC1_p     ' , 'phosphate  ',  ' '  , .false.  ,  .false. , .false. , .false. , .false.
32   sn_tracer(2)   = 'TRC2_n     ' , 'nitrate    ',  ' '  , .false.  ,  .false. , .false. , .false. , .false.
33   sn_tracer(3)   = 'TRC3_s     ' , 'silicate   ',  ' '  , .false.  ,  .false. , .false. , .true.  , .false.
34   ln_trcdta     =  .false.  !  Initialisation from data input file (T) or not (F)
35   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F)
36   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas
37/
38!-----------------------------------------------------------------------
39&namtrc_dta      !    Initialisation from data input file
40!-----------------------------------------------------------------------
41!
42   cn_dir        =  './'      !  root directory for the location of the data files
43/
44!-----------------------------------------------------------------------
45&namtrc_adv    !   advection scheme for passive tracer
46!-----------------------------------------------------------------------
47   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme
48   ln_trcadv_tvd     =  .true.   !  TVD scheme
49   ln_trcadv_muscl   =  .false.  !  MUSCL scheme
50   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries
51   ln_trcadv_ubs     =  .false.  !  UBS scheme
52   ln_trcadv_qck     =  .false.  !  QUICKEST scheme
53   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl
54/
55!-----------------------------------------------------------------------
56&namtrc_ldf    !   lateral diffusion scheme for passive tracer
57!-----------------------------------------------------------------------
58!  ln_trcldf_diff   =  .false. ! slwa .true.   !  performs lateral diffusion (T) or not (F) ! slwa
59!                               !  Type of the operator :
60   ln_trcldf_lap    =  .false. ! slwa .true.   !     laplacian operator
61   ln_trcldf_bilap  =  .false.  !     bilaplacian operator
62                                !  Direction of action  :
63   ln_trcldf_level  =  .false.  !     iso-level
64   ln_trcldf_hor    =  .true.   !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
65   ln_trcldf_iso    =  .false.  !     iso-neutral                       (require "key_ldfslp")
66!                               !  Coefficient
67   rn_ahtrc_0       =  50 ! slwa 2000.    !  horizontal eddy diffusivity for tracers [m2/s]
68   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
69/
70!-----------------------------------------------------------------------
71&namtrc_zdf        !   vertical physics
72!-----------------------------------------------------------------------
73   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
74   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
75/
76!-----------------------------------------------------------------------
77&namtrc_rad        !  treatment of negative concentrations
78!-----------------------------------------------------------------------
79   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F)  ! slwa .true.
80/
81!-----------------------------------------------------------------------
82&namtrc_dmp    !   passive tracer newtonian damping
83!-----------------------------------------------------------------------
84   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
85                           !                   =1 no damping in the mixing layer (kz  criteria)
86                           !                   =2 no damping in the mixed  layer (rho crieria)
87   cn_resto_tr  = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0)
88/
89!-----------------------------------------------------------------------
90&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
91!                          or mixed-layer trends          ('key_trdmld_trc')
92!----------------------------------------------------------------------
93   nn_trd_trc  =   1     !  time step frequency and tracers trends
94   nn_ctls_trc =   50        !  control surface type in mixed-layer trends (0,1 or n<jpk)
95   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
96   ln_trdmxl_trc_restart = .false.  !  restart for ML diagnostics
97   ln_trdmxl_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
98/
99!-----------------------------------------------------------------------
100&namtrc_dia       !   parameters for passive tracer additional diagnostics
101!----------------------------------------------------------------------
102   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F)
103   ln_diabio     =  .true.   !  output biological trends
104   nn_writedia   =  105120 ! 1440     !  time step frequency for diagnostics
105   nn_writebio   =  105120 ! 10     !: frequency of biological outputs
106/
107!----------------------------------------------------------------------
108! namtrc_bc       !   data for boundary conditions
109!-----------------------------------------------------------------------
110&namtrc_bc
111!
112   cn_dir_sbc        =  './'      !  root directory for the location of SURFACE data files
113   cn_dir_cbc        =  './'      !  root directory for the location of COASTAL data files
114   cn_dir_obc        =  './'      !  root directory for the location of OPEN data files
115!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
116!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
117   sn_trcobc2(3) = 'TRC3_bdy' ,    -1     , 'silicate' ,   .true.     , .true. , 'yearly'  , ''       , ''       ,   ''
118   rn_trofac(3) = 1
119/
120!----------------------------------------------------------------------
121! namtrc_bc       !   data for boundary conditions
122!-----------------------------------------------------------------------
123&namtrc_bc
124!
125   cn_dir_sbc        =  './'      !  root directory for the location of SURFACE data files
126   cn_dir_cbc        =  './'      !  root directory for the location of COASTAL data files
127   cn_dir_obc        =  './'      !  root directory for the location of OPEN data files
128!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
129!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
130   sn_trcobc2(3) = 'TRC3_skagbdy' ,    -1     , 'silicate' ,   .true.     , .true. , 'yearly'  , ''       , ''       ,   ''
131   rn_trofac(3) = 1
132/
133!----------------------------------------------------------------------
134!namtrc_bdy       !   Setup of tracer boundary conditions
135!-----------------------------------------------------------------------
136&namtrc_bdy
137   !cn_trc_dflt     =  'specified','none'   !  OBC applied by default to all tracers
138   cn_trc_dflt     =  'neumann','neumann'   !  OBC applied by default to all tracers
139   cn_trc          =  'frs','frs'   !  Boundary conditions appled to the active tracers (see namtrc)
140   !cn_trc          =  'frs','frs'   !  Boundary conditions appled to the active tracers (see namtrc)
141   nn_trcdmp_bdy   = 0,0     !  Use damping timescales defined in nambdy of namelist
142                           !  = 0 NO damping of tracers at open boudaries
143                           !  = 1 Only for tracers forced with external data
144                           !  = 2 Damping applied to all tracers
145/
Note: See TracBrowser for help on using the repository browser.