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_ref in branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/SHARED/namelist_top_ref @ 3875

Last change on this file since 3875 was 3875, checked in by clevy, 11 years ago

Configuration Setting/Step? 1, see ticket:#1074

File size: 6.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  1 - tracer definition                     (namtrc    )
3!!              2 - tracer data initialisation            (namtrc_dta)
4!!              3 - tracer advection                      (namtrc_adv)
5!!              4 - tracer lateral diffusion              (namtrc_ldf)
6!!              5 - tracer vertical physics               (namtrc_zdf)
7!!              6 - tracer newtonian damping              (namtrc_dmp)
8!!              7 - dynamical tracer trends               (namtrc_trd)
9!!              8 - tracer output diagonstics             (namtrc_dia)
10!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
11!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
12&namtrc     !   tracers definition
13!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
14   nn_dttrc      =  1        !  time step frequency for passive sn_tracers     
15   nn_writetrc   =  5475     !  time step frequency for sn_tracer outputs
16   ln_rsttr      = .false.   !  start from a restart file (T) or not (F)
17   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
18                             !                  = 1 do not use the value in the restart file
19                             !                  = 2 calendar parameters read in the restart file
20   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
21   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
22   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F)
23   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F)
24/
25!-----------------------------------------------------------------------
26&namtrc_dta      !    Initialisation from data input file
27!-----------------------------------------------------------------------
28!
29   cn_dir        =  './'      !  root directory for the location of the data files
30/
31!-----------------------------------------------------------------------
32&namtrc_adv    !   advection scheme for passive tracer
33!-----------------------------------------------------------------------
34   ln_trcadv_cen2    =  .false.  !  2nd order centered scheme   
35   ln_trcadv_tvd     =  .false.  !  TVD scheme
36   ln_trcadv_muscl   =  .true.   !  MUSCL scheme
37   ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries
38   ln_trcadv_ubs     =  .false.  !  UBS scheme
39   ln_trcadv_qck     =  .false.  !  QUICKEST scheme
40   ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl
41/
42!-----------------------------------------------------------------------
43&namtrc_ldf    !   lateral diffusion scheme for passive tracer
44!-----------------------------------------------------------------------
45   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
46!                               !  Type of the operator :
47   ln_trcldf_lap    =  .true.   !     laplacian operator       
48   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
49                                !  Direction of action  :
50   ln_trcldf_level  =  .false.  !     iso-level               
51   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
52   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
53!                               !  Coefficient
54   rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s]
55   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
56/
57!-----------------------------------------------------------------------
58&namtrc_zdf        !   vertical physics
59!-----------------------------------------------------------------------
60   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
61   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
62/
63!-----------------------------------------------------------------------
64&namtrc_rad        !  treatment of negative concentrations
65!-----------------------------------------------------------------------
66   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F)
67/
68!-----------------------------------------------------------------------
69&namtrc_dmp    !   passive tracer newtonian damping   
70!-----------------------------------------------------------------------
71   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
72                           !                   =XX, damping poleward of XX degrees (XX>0)
73                           !                      + F(distance-to-coast) + Red and Med Seas
74   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
75                           !                   =1 no damping in the mixing layer (kz  criteria)
76                           !                   =2 no damping in the mixed  layer (rho crieria)
77   rn_surf_tr  =   50.     !  surface time scale of damping   [days]
78   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days]
79   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters]
80   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
81/
82!-----------------------------------------------------------------------
83&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
84!                          or mixed-layer trends          ('key_trdmld_trc')
85!----------------------------------------------------------------------
86   nn_trd_trc  =  5475      !  time step frequency and tracers trends
87   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk)
88   rn_ucf_trc  =   1        !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
89   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics
90   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
91   ln_trdtrc(1)  =   .true.
92   ln_trdtrc(2)  =   .true.
93   ln_trdtrc(23) =   .true.
94/
95!-----------------------------------------------------------------------
96&namtrc_dia       !   parameters for passive tracer additional diagnostics
97!----------------------------------------------------------------------
98   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F)
99   nn_writedia   =  5475     !  time step frequency for diagnostics
100/
Note: See TracBrowser for help on using the repository browser.