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_cfg in branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00 – NEMO

source: branches/2014/dev_r4650_UKMO14.4_OBS_GENERAL_VINTERP/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_top_cfg @ 5951

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

Merged trunk r5936 into branch

  • Property svn:keywords set to Id
File size: 3.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  ORCA2_LIM_CFC_C14b configuration namelist used to overwrite SHARED/namelist_top
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run     !   run information
6!-----------------------------------------------------------------------
7/
8!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
9&namtrc     !   tracers definition
10!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
11   ln_trcdta     =  .false. !  Initialisation from data input file (T) or not (F)
12!
13!              !    name   !           title of the field              !   units    ! initial data ! save   !
14!              !           !                                           !            ! from file    ! or not !
15!              !           !                                           !            ! or not       !        !
16   sn_tracer(1)  = 'CFC11   ' , 'CFC11 Concentration                    ',  'umolC/L',   .false.    ,  .true.
17   sn_tracer(2)  = 'C14B    ' , 'Bomb C14 Concentration                 ',  'ration ',   .false.    ,  .true.
18/
19!-----------------------------------------------------------------------
20&namtrc_dta      !    Initialisation from data input file
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namtrc_adv    !   advection scheme for passive tracer
25!-----------------------------------------------------------------------   
26   ln_trcadv_fct =  .true.   !  FCT scheme
27      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
28      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
29      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
30      !                             !        (number of sub-timestep = nn_fct_zts)
31/
32!-----------------------------------------------------------------------
33&namtrc_ldf    !   lateral diffusion scheme for passive tracer
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namtrc_zdf        !   vertical physics
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namtrc_rad        !  treatment of negative concentrations
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namtrc_dmp    !   passive tracer newtonian damping   
46!-----------------------------------------------------------------------
47/
48!-----------------------------------------------------------------------
49&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
50!                          or mixed-layer trends          ('key_trdmld_trc')
51!----------------------------------------------------------------------
52   rn_ucf_trc  =   86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
53/
54!-----------------------------------------------------------------------
55&namtrc_dia       !   parameters for passive tracer additional diagnostics
56!----------------------------------------------------------------------
57/
58!----------------------------------------------------------------------
59&namtrc_bc        !   data for boundary conditions
60!-----------------------------------------------------------------------
61/
Note: See TracBrowser for help on using the repository browser.