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_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00 – NEMO

source: branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_top_cfg @ 5947

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

Reinstate svn Id keywords before merge

  • Property svn:keywords set to Id
File size: 3.3 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_tvd     =  .true.   !  TVD scheme
27   ln_trcadv_muscl   =  .false.  !  MUSCL scheme
28/
29!-----------------------------------------------------------------------
30&namtrc_ldf    !   lateral diffusion scheme for passive tracer
31!-----------------------------------------------------------------------
32/
33!-----------------------------------------------------------------------
34&namtrc_zdf        !   vertical physics
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namtrc_rad        !  treatment of negative concentrations
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namtrc_dmp    !   passive tracer newtonian damping   
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
47!                          or mixed-layer trends          ('key_trdmld_trc')
48!----------------------------------------------------------------------
49   rn_ucf_trc  =   86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
50/
51!-----------------------------------------------------------------------
52&namtrc_dia       !   parameters for passive tracer additional diagnostics
53!----------------------------------------------------------------------
54/
55!----------------------------------------------------------------------
56&namtrc_bc        !   data for boundary conditions
57!-----------------------------------------------------------------------
58/
Note: See TracBrowser for help on using the repository browser.