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

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_top_cfg @ 3875

Last change on this file since 3875 was 3875, checked in by clevy, 11 years ago

Configuration Setting/Step? 1, see ticket:#1074

File size: 2.9 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  ORCA2_LIM_CFC_C14b configuration namelist used to overwrite SHARED/namelist_top
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
5&namtrc     !   tracers definition
6!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
7   ln_trcdta     =  .false. !  Initialisation from data input file (T) or not (F)
8!
9!              !    name   !           title of the field              !   units    ! initial data ! save   !
10!              !           !                                           !            ! from file    ! or not !
11!              !           !                                           !            ! or not       !        !
12   sn_tracer(1)  = 'CFC11   ' , 'CFC11 Concentration                    ',  'umolC/L',   .false.    ,  .true.
13   sn_tracer(2)  = 'C14B    ' , 'Bomb C14 Concentration                 ',  'ration ',   .false.    ,  .true.
14/
15!-----------------------------------------------------------------------
16&namtrc_dta      !    Initialisation from data input file
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&namtrc_adv    !   advection scheme for passive tracer
21!-----------------------------------------------------------------------   
22   ln_trcadv_tvd     =  .true.   !  TVD scheme
23   ln_trcadv_muscl   =  .false.  !  MUSCL scheme
24/
25!-----------------------------------------------------------------------
26&namtrc_ldf    !   lateral diffusion scheme for passive tracer
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&namtrc_zdf        !   vertical physics
31!-----------------------------------------------------------------------
32/
33!-----------------------------------------------------------------------
34&namtrc_rad        !  treatment of negative concentrations
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namtrc_dmp    !   passive tracer newtonian damping   
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
43!                          or mixed-layer trends          ('key_trdmld_trc')
44!----------------------------------------------------------------------
45   rn_ucf_trc  =   86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
46/
47!-----------------------------------------------------------------------
48&namtrc_dia       !   parameters for passive tracer additional diagnostics
49!----------------------------------------------------------------------
50/
Note: See TracBrowser for help on using the repository browser.