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/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00 – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_top_cfg @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

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_fct =  .true.   !  FCT scheme
42      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
43      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
44      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
45      !                             !        (number of sub-timestep = nn_fct_zts)
46/
47!-----------------------------------------------------------------------
48&namtrc_ldf    !   lateral diffusion scheme for passive tracer
49!-----------------------------------------------------------------------
50   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
51!                               !  Type of the operator :
52   ln_trcldf_lap    =  .true.   !     laplacian operator       
53   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
54                                !  Direction of action  :
55   ln_trcldf_level  =  .false.  !     iso-level               
56   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
57   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
58!                               !  Coefficient
59   rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s]
60   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
61/
62!-----------------------------------------------------------------------
63&namtrc_zdf        !   vertical physics
64!-----------------------------------------------------------------------
65   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
66   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
67/
68!-----------------------------------------------------------------------
69&namtrc_rad        !  treatment of negative concentrations
70!-----------------------------------------------------------------------
71   ln_trcrad   =  .true.  !  artificially correct negative concentrations (T) or not (F)
72/
73!-----------------------------------------------------------------------
74&namtrc_dmp    !   passive tracer newtonian damping   
75!-----------------------------------------------------------------------
76   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
77                           !                   =XX, damping poleward of XX degrees (XX>0)
78                           !                      + F(distance-to-coast) + Red and Med Seas
79   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
80                           !                   =1 no damping in the mixing layer (kz  criteria)
81                           !                   =2 no damping in the mixed  layer (rho crieria)
82   rn_surf_tr  =   50.     !  surface time scale of damping   [days]
83   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days]
84   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters]
85   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
86/
87!-----------------------------------------------------------------------
88&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
89!                          or mixed-layer trends          ('key_trdmld_trc')
90!----------------------------------------------------------------------
91   nn_trd_trc  =  10950       !  time step frequency and tracers trends
92   nn_ctls_trc =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk)
93   rn_ucf_trc  =   86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
94   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics
95   ln_trdmld_trc_instant = .true.  !  flag to diagnose trends of instantantaneous or mean ML T/S
96   ln_trdtrc(1)  =   .true.
97   ln_trdtrc(2)  =   .true.
98/
99!-----------------------------------------------------------------------
100&namtrc_dia       !   parameters for passive tracer additional diagnostics
101!----------------------------------------------------------------------
102   ln_diatrc     =  .true.   !  save additional diag. (T) or not (F)
103   nn_writedia   =  10950     !  time step frequency for diagnostics
104/
Note: See TracBrowser for help on using the repository browser.