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/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/SHARED/namelist_top_ref @ 7041

Last change on this file since 7041 was 7041, checked in by cetlod, 8 years ago

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File size: 8.7 KB
RevLine 
[3875]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[4152]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)
[3875]10!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[4152]11!-----------------------------------------------------------------------
[6140]12&namtrc_run      !   run information
[4152]13!-----------------------------------------------------------------------
[7041]14   jptra         =  3        ! Total number of tracers
[4152]15   nn_dttrc      =  1        !  time step frequency for passive sn_tracers
[6140]16   ln_top_euler  = .false.   !  use Euler time-stepping for TOP
[3875]17   ln_rsttr      = .false.   !  start from a restart file (T) or not (F)
18   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
[6140]19                             !                  = 1 do not use the value in the restart file
20                             !                  = 2 calendar parameters read in the restart file
[3875]21   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
[5341]22   cn_trcrst_indir = "."           !  directory from which to read input passive tracer restarts
[3875]23   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
[5341]24   cn_trcrst_outdir = "."          !  directory to which to write output passive tracer restarts
[4152]25/
26!-----------------------------------------------------------------------
[6140]27&namtrc          !   tracers definition
[4152]28!-----------------------------------------------------------------------
[7041]29   ln_age        =  .true.
30   ln_cfc11      =  .true.
31   ln_cfc12      =  .false.
32   ln_c14        =  .true.
33   ln_trcdta     =  .false.  !  Initialisation from data input file (T) or not (F)
[3875]34   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F)
[4159]35   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas
[7041]36!
37!              !    name   !           title of the field              !   units    ! initial data from file or not !
38   sn_tracer(1)  = 'Age   ' , 'Sea water age since surface contact     ',  'yr'     ,      .false.
39   sn_tracer(2)  = 'CFC11 ' , 'CFC11 Concentration                     ',  'umolC/L',      .false.
40   sn_tracer(3)  = 'RC14  ' , 'Radiocarbon ratio                       ',  '-'      ,      .false.
[3875]41/
42!-----------------------------------------------------------------------
43&namtrc_dta      !    Initialisation from data input file
44!-----------------------------------------------------------------------
[6140]45   cn_dir        =  './'     !  root directory for the location of the data files
[3875]46/
47!-----------------------------------------------------------------------
[6140]48&namtrc_adv      !   advection scheme for passive tracer
[3875]49!-----------------------------------------------------------------------
[5836]50   ln_trcadv_cen =  .false.  !  2nd order centered scheme
51      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN
52      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT
53   ln_trcadv_fct =  .false.  !  FCT scheme
54      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
55      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
56      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
57      !                             !        (number of sub-timestep = nn_fct_zts)
58   ln_trcadv_mus =  .false.  !  MUSCL scheme
59      ln_mus_ups =  .false.         !  use upstream scheme near river mouths
60   ln_trcadv_ubs =  .false.  !  UBS scheme
61      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT
62   ln_trcadv_qck =  .false.  !  QUICKEST scheme
[3875]63/
64!-----------------------------------------------------------------------
[6140]65&namtrc_ldf      !   lateral diffusion scheme for passive tracer
[3875]66!-----------------------------------------------------------------------
[6140]67!                            !  Type of the operator: 
68   ln_trcldf_lap   =  .true.     !    laplacian operator
69   ln_trcldf_blp   =  .false.    !  bilaplacian operator
70   !                         !  Direction of action:
71   ln_trcldf_lev   =  .false.    !  iso-level
72   ln_trcldf_hor   =  .false.    !  horizontal (geopotential)
73   ln_trcldf_iso   =  .true.     !  iso-neutral (standard operator)
74   ln_trcldf_triad =  .false.    !  iso-neutral (triad    operator)
75   !                         !  Coefficient
76   rn_ahtrc_0      = 2000.       !  lateral eddy diffusivity   (lap. operator) [m2/s]
77   rn_bhtrc_0      = 1.e+12      !  lateral eddy diffusivity (bilap. operator) [m4/s]
[6403]78   !
79   rn_fact_lap      =     1.     !     enhanced zonal eddy diffusivity
[3875]80/
81!-----------------------------------------------------------------------
[6140]82&namtrc_zdf      !   vertical physics
[3875]83!-----------------------------------------------------------------------
[6140]84   ln_trczdf_exp =  .false.  !  split explicit (T) or implicit (F) time stepping
85   nn_trczdf_exp =   3       !  number of sub-timestep for ln_trczdfexp=T
[3875]86/
87!-----------------------------------------------------------------------
[6140]88&namtrc_rad      !  treatment of negative concentrations
[3875]89!-----------------------------------------------------------------------
[6140]90   ln_trcrad     =  .true.   !  artificially correct negative concentrations (T) or not (F)
[3875]91/
92!-----------------------------------------------------------------------
[6140]93&namtrc_dmp      !   passive tracer newtonian damping   
[3875]94!-----------------------------------------------------------------------
[6140]95   nn_zdmp_tr    =    1      !  vertical   shape =0    damping throughout the water column
96                             !                   =1 no damping in the mixing layer (kz  criteria)
97                             !                   =2 no damping in the mixed  layer (rho crieria)
98   cn_resto_tr   = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0)
[5416]99/
[5385]100!-----------------------------------------------------------------------
[6140]101&namtrc_ice      !    Representation of sea ice growth & melt effects
[5385]102!-----------------------------------------------------------------------
[6140]103   nn_ice_tr     =  -1       !  tracer concentration in sea ice
104                             !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0)
105                             !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = )
106                             !    = 1 prescribed to a namelist value (implemented in pisces only)
[3875]107/
108!-----------------------------------------------------------------------
[6140]109&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
110!                          or mixed-layer trends                        ('key_trdmld_trc')
[3875]111!----------------------------------------------------------------------
[6140]112   nn_trd_trc    =  5475     !  time step frequency and tracers trends
113   nn_ctls_trc   =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
114   rn_ucf_trc    =   1       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
115   ln_trdmld_trc_restart = .false. !  restart for ML diagnostics
[3875]116   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
[6140]117   ln_trdtrc( 1) = .true.
118   ln_trdtrc( 2) = .true.
119   ln_trdtrc(23) = .true.
[3875]120/
121!----------------------------------------------------------------------
[6140]122&namtrc_bc       !   data for boundary conditions
[4340]123!-----------------------------------------------------------------------
[6140]124   cn_dir_sbc    =  './'     !  root directory for the location of SURFACE data files
125   cn_dir_cbc    =  './'     !  root directory for the location of COASTAL data files
126   cn_dir_obc    =  './'     !  root directory for the location of OPEN data files
[4340]127/
[6140]128!----------------------------------------------------------------------
129&namtrc_bdy      !   Setup of tracer boundary conditions
130!-----------------------------------------------------------------------
131   cn_trc_dflt   = 'neumann' !  OBC applied by default to all tracers
132   cn_trc        = 'none'    !  Boundary conditions used for tracers with data files (selected in namtrc)
133
134   nn_trcdmp_bdy = 0         !  Use damping timescales defined in nambdy of namelist
135                             !  = 0 NO damping of tracers at open boudaries
136                             !  = 1 Only for tracers forced with external data
137                             !  = 2 Damping applied to all tracers
138/
Note: See TracBrowser for help on using the repository browser.