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/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00 – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00/namelist_top @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 6.2 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_rsttr      = .false.   !  start from a restart file (T) or not (F)
15   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
16                           !                  = 1 do not use the value in the restart file
17                           !                  = 2 calendar parameters read in the restart file
18   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
19   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
20!
21!              ! name  !     title of the field       !   units       ! initial data ! save   !
22!              !       !                              !               ! from file    ! or not !
23!              !       !                              !               ! or not       !        !
24   sn_tracer(1)   = 'DET' , 'Detritus                   ',  'mmole-N/m3' ,  .false.     ,  .true.
25   sn_tracer(2)   = 'ZOO' , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.     ,  .true.
26   sn_tracer(3)   = 'PHY' , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.     ,  .true.
27   sn_tracer(4)   = 'NO3' , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.     ,  .true.
28   sn_tracer(5)   = 'NH4' , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.     ,  .true.
29   sn_tracer(6)   = 'DOM' , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.     ,  .true.
30/
31!-----------------------------------------------------------------------
32&namtrc_adv    !   advection scheme for passive tracer
33!-----------------------------------------------------------------------
34   ln_trcadv_cen2   =  .false.  !  2nd order centered scheme
35   ln_trcadv_tvd    =  .true.   !  TVD scheme
36   ln_trcadv_muscl  =  .false.  !  MUSCL scheme
37   ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries
38   ln_trcadv_ubs    =  .false.  !  UBS scheme
39   ln_trcadv_qck    =  .false.  !  QUICKEST scheme
40/
41!-----------------------------------------------------------------------
42&namtrc_ldf    !   lateral diffusion scheme for passive tracer
43!-----------------------------------------------------------------------
44   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
45!                               !  Type of the operator :
46   ln_trcldf_lap    =  .true.   !     laplacian operator       
47   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
48                                !  Direction of action  :
49   ln_trcldf_level  =  .false.  !     iso-level               
50   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
51   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
52!                               !  Coefficient
53   rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s]
54/
55!-----------------------------------------------------------------------
56&namtrc_zdf        !   vertical physics
57!-----------------------------------------------------------------------
58   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
59   nn_trczdf_exp   =   3       !  number of sub-timestep for ln_trczdfexp=T
60/
61!-----------------------------------------------------------------------
62&namtrc_rad        !  treatment of negative concentrations
63!-----------------------------------------------------------------------
64   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F)
65/
66!-----------------------------------------------------------------------
67&namtrc_dmp    !   passive tracer newtonian damping    ('key_tradmp && key_trcdmp')
68!-----------------------------------------------------------------------
69   nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only
70                           !                   =XX, damping poleward of XX degrees (XX>0)
71                           !                      + F(distance-to-coast) + Red and Med Seas
72   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column
73                           !                   =1 no damping in the mixing layer (kz  criteria)
74                           !                   =2 no damping in the mixed  layer (rho crieria)
75   rn_surf_tr  =   50.     !  surface time scale of damping   [days]
76   rn_bot_tr   =  360.     !  bottom  time scale of damping   [days]
77   rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters]
78   nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
79/
80!-----------------------------------------------------------------------
81&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc')
82!                          or mixed-layer trends          ('key_trdmld_trc')
83!----------------------------------------------------------------------
84   nn_trd_trc   =  360      !  time step frequency and tracers trends
85   nn_ctls_trc  =   0       !  control surface type in mixed-layer trends (0,1 or n<jpk)
86   rn_ucf_trc   =  86400    !  unit conversion factor (=1 -> /seconds ; =86400. -> /day)
87   ln_trdmld_trc_restart = .false.  !  restart for ML diagnostics
88   ln_trdmld_trc_instant = .false.  !  flag to diagnose trends of instantantaneous or mean ML T/S
89   ln_trdtrc(1)  =   .true.
90   ln_trdtrc(2)  =   .true.
91   ln_trdtrc(3)  =   .true.
92   ln_trdtrc(4)  =   .true.
93   ln_trdtrc(5)  =   .true.
94   ln_trdtrc(6)  =   .true.
95/
Note: See TracBrowser for help on using the repository browser.