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.
1_namelist_top_cfg in branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00 – NEMO

source: branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_top_cfg @ 5967

Last change on this file since 5967 was 5967, checked in by timgraham, 8 years ago

Reset keywords before merging with head of trunk

  • Property svn:keywords set to Id
File size: 7.0 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   =  10950      !  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     =  .false. !  Initialisation from data input file (T) or not (F)
23   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F)
24!
25!              !    name   !           title of the field              !   units    ! initial data ! save   !
26!              !           !                                           !            ! from file    ! or not !
27!              !           !                                           !            ! or not       !        !
28   sn_tracer(1)  = 'CFC11   ' , 'CFC11 Concentration                    ',  'umolC/L',   .false.    ,  .true.
29   sn_tracer(2)  = 'C14B    ' , 'Bomb C14 Concentration                 ',  'ration ',   .false.    ,  .true.
30/
31!-----------------------------------------------------------------------
32&namtrc_dta      !    Initialisation from data input file
33!-----------------------------------------------------------------------
34!
35!                !  file name               ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
36!                !                          !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
37/
38!-----------------------------------------------------------------------
39&namtrc_adv    !   advection scheme for passive tracer
40!-----------------------------------------------------------------------
41   ln_trcadv_cen2   =  .false.  !  2nd order centered scheme   
42   ln_trcadv_tvd    =  .true.  !  TVD scheme
43   ln_trcadv_muscl  =  .false.   !  MUSCL scheme
44   ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries
45   ln_trcadv_ubs    =  .false.  !  UBS scheme
46   ln_trcadv_qck    =  .false.  !  QUICKEST scheme
47/
48!-----------------------------------------------------------------------
49&namtrc_ldf    !   lateral diffusion scheme for passive tracer
50!-----------------------------------------------------------------------
51   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
52!                               !  Type of the operator :
53   ln_trcldf_lap    =  .true.   !     laplacian operator       
54   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
55                                !  Direction of action  :
56   ln_trcldf_level  =  .false.  !     iso-level               
57   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
58   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
59!                               !  Coefficient
60   rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s]
61   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
62/
63!-----------------------------------------------------------------------
64&namtrc_zdf        !   vertical physics
65!-----------------------------------------------------------------------
66   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
67   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
68/
69!-----------------------------------------------------------------------
70&namtrc_rad        !  treatment of negative concentrations
71!-----------------------------------------------------------------------
72   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F)
73/
74!-----------------------------------------------------------------------
75&namtrc_dmp    !   passive tracer newtonian damping   
76!-----------------------------------------------------------------------
77   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
78                           !                   =XX, damping poleward of XX degrees (XX>0)
79                           !                      + F(distance-to-coast) + Red and Med Seas
80   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
81                           !                   =1 no damping in the mixing layer (kz  criteria)
82                           !                   =2 no damping in the mixed  layer (rho crieria)
83   rn_surf_tr  =   50.     !  surface time scale of damping   [days]
84   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days]
85   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters]
86   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
87/
88!-----------------------------------------------------------------------
89&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
90!                          or mixed-layer trends          ('key_trdmld_trc')
91!----------------------------------------------------------------------
92   nn_trd_trc  =  10950       !  time step frequency and tracers trends
93   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk)
94   rn_ucf_trc  =   86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
95   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics
96   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
97   ln_trdtrc(1)  =   .true.
98   ln_trdtrc(2)  =   .true.
99/
100!-----------------------------------------------------------------------
101&namtrc_dia       !   parameters for passive tracer additional diagnostics
102!----------------------------------------------------------------------
103   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F)
104   nn_writedia   =  10950     !  time step frequency for diagnostics
105/
Note: See TracBrowser for help on using the repository browser.