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 in branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top @ 3399

Last change on this file since 3399 was 3399, checked in by vichi, 12 years ago

Merge branch 'BFM_3.4'(r5b59a317) into dev_r3379_CMCC6_topbfm

File size: 6.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  1 - tracer definition                     (namtrc    )
3!! namelists    2 - dynamical tracer trends               (namtrc_trd)
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!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
9!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
10&namtrc     !   tracers definition
11!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
12   nn_dttrc      =  1        !  time step frequency for passive sn_tracers     
13   nn_writetrc   =  360     !  time step frequency for sn_tracer outputs
14   ln_top_euler  = .false.   !  use Euler timestepping at first step (T) or not (F)
15   ln_rsttr      = .false.   !  start from a restart file (T) or not (F)
16   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
17                           !                  = 1 do not use the value in the restart file
18                           !                  = 2 calendar parameters read in the restart file
19   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
20   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
21!
22!              !    name   !           title of the field              !   units    ! initial data ! save   !
23!              !           !                                           !            ! from file    ! or not !
24!              !           !                                           !            ! or not       !        !
25   sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false.     ,  .true.
26/
27!-----------------------------------------------------------------------
28&namtrc_adv    !   advection scheme for passive tracer
29!-----------------------------------------------------------------------
30   ln_trcadv_cen2   =  .false.  !  2nd order centered scheme   
31   ln_trcadv_tvd    =  .true.  !  TVD scheme
32   ln_trcadv_muscl  =  .false.   !  MUSCL scheme
33   ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries
34   ln_trcadv_ubs    =  .false.  !  UBS scheme
35   ln_trcadv_qck    =  .false.  !  QUICKEST scheme
36/
37!-----------------------------------------------------------------------
38&namtrc_ldf    !   lateral diffusion scheme for passive tracer
39!-----------------------------------------------------------------------
40   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
41!                               !  Type of the operator :
42   ln_trcldf_lap    =  .true.   !     laplacian operator       
43   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
44                                !  Direction of action  :
45   ln_trcldf_level  =  .false.  !     iso-level               
46   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
47   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
48!                               !  Coefficient
49   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
50/
51!-----------------------------------------------------------------------
52&namtrc_zdf        !   vertical physics
53!-----------------------------------------------------------------------
54   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
55   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
56/
57!-----------------------------------------------------------------------
58&namtrc_rad        !  treatment of negative concentrations
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namtrc_dmp    !   passive tracer newtonian damping
63!-----------------------------------------------------------------------
64/
65
66!-----------------------------------------------------------------------
67&namtrc_dta
68!-----------------------------------------------------------------------
69!              ! file name                ! frequency (hr) ! variable ! time interp. ! clim    !'yearly' or ! weights  ! rotation
70!              !                          !  (if <0 mon)   !   name   !  (logical)   ! (T/F)   ! 'monthly'  ! filename ! pairing
71   sn_trcdta(1)  = 'data_O2_nomask'       ,        -1      ,  'O2'      ,    .true.  , .true.  , 'yearly'   , ''       , ''
72   sn_trcdta(2)  = 'data_PO4_nomask'      ,        -1      ,  'PO4'     ,    .true.  , .true.  , 'yearly'   , ''       , ''
73   sn_trcdta(3)  = 'data_NO3_nomask'      ,        -1      ,  'NO3'     ,    .true.  , .true.  , 'yearly'   , ''       , ''
74   sn_trcdta(6)  = 'data_Si_nomask'       ,        -1      ,  'Si'      ,    .true.  , .true.  , 'yearly'   , ''       , ''
75   sn_trcdta(43) = 'data_DOC_nomask'      ,        -12     ,  'DOC'     ,    .false. , .true.  , 'yearly'   , ''       , ''
76   sn_trcdta(49) = 'data_DIC_nomask'      ,        -12     ,  'DIC'     ,    .false. , .true.  , 'yearly'   , ''       , ''
77   sn_trcdta(50) = 'data_Alkalini_nomask' ,        -12     ,  'Alkalini',    .false. , .true.  , 'yearly'   , ''       , ''
78   !
79   cn_dir       = './'     !  root directory for the location of the input files
80/
81
82!-----------------------------------------------------------------------
83&namtrc_bc
84!-----------------------------------------------------------------------
85!              ! file name                ! frequency (hr) ! variable ! time interp. ! clim    !'yearly' or ! weights  ! rotation
86!              !                          !  (if <0 mon)   !   name   !  (logical)   ! (T/F)   ! 'monthly'  ! filename ! pairing
87   sn_trcsbc(3)  = 'ndeposition.orca.nc'  ,        -12     ,  ''      ,    .true.  , .true.  , 'yearly'   , ''       , ''
88   !
89   cn_dir       = './'     !  root directory for the location of the boundary condition files
90/
91!-----------------------------------------------------------------------
92&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
93!                          or mixed-layer trends          ('key_trdmld_trc')
94!----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namtrc_dia       !   parameters for passive tracer additional diagnostics
98!----------------------------------------------------------------------
99/
Note: See TracBrowser for help on using the repository browser.