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

source: trunk/CONFIG/GYRE_LOBSTER/EXP00/namelist_top @ 1134

Last change on this file since 1134 was 1121, checked in by cetlod, 16 years ago

change the style of all top namelist to be consistent with the forthcoming style of OPA namelist, see ticket:196

File size: 6.3 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  1 - tracer definition                     (namtoptrc)
3!! namelists    2 - dynamical tracer trends               (namtoptrd)
4!!              6 - tracer advection                      (namtopadv)
5!!              7 - tracer bottom boundary                (namtopbbl)
6!!              8 - tracer lateral diffusion              (namtopldf)
7!!              3 - tracer vertical physics               (namtopzdf)
8!!              9 - tracer newtonian damping              (namtopdmp)
9!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
10!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
11&namtoptrc     !   tracers definition
12!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
13   ndttrc      =  1        !  time step frequency for passive tracers     
14   nwritetrc   = 360      !  time step frequency for tracer outputs
15   lrsttr      = .false.   !  start from a restart file (T) or not (F)
16   nrsttr      =   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!
20!              ! name  !     title of the field       !   units       ! initial data ! save   !
21!              !       !                              !               ! from file    ! or not !
22!              !       !                              !               ! or not       !        !
23   tracer(1)   = 'DET' , 'Detritus                   ',  'mmole-N/m3' ,  .false.     ,  .true.
24   tracer(2)   = 'ZOO' , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.     ,  .true.
25   tracer(3)   = 'PHY' , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.     ,  .true.
26   tracer(4)   = 'NO3' , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.     ,  .true.
27   tracer(5)   = 'NH4' , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.     ,  .true.
28   tracer(6)   = 'DOM' , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.     ,  .true.
29/
30!-----------------------------------------------------------------------
31&namtoptrd     !   dynamical tracers trends ("key_trc_diatrd")
32!-----------------------------------------------------------------------
33   nwritetrd  =    360   !  time step frequency for dynamical trends outputs
34!             !    save trends or not  !
35   luttrd(1)  =   .false.
36   luttrd(2)  =   .false.
37   luttrd(3)  =   .false.
38   luttrd(4)  =   .false.
39   luttrd(5)  =   .false.
40   luttrd(6)  =   .false.
41/
42!-----------------------------------------------------------------------
43&namtopadv    !   advection scheme for passive tracer
44!-----------------------------------------------------------------------
45   ln_trcadv_cen2   =  .false.  !  2nd order centered scheme   
46   ln_trcadv_tvd    =  .true.  !  TVD scheme   
47   ln_trcadv_muscl  =  .false.   !  MUSCL scheme
48   ln_trcadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries
49   ln_trcadv_smolar =  .false.  !  SMOLAR scheme
50   rsc              =  1.       !  tuning coefficient for Smolar. scheme
51   ncortrc          =  1        !  number of corrective phases for Smolar. scheme
52   crosster         =  .false.  !  computes Smolar crossterms (T) or not (F)
53/
54!-----------------------------------------------------------------------
55&namtopbbl    !   bottom boundary layer scheme for passive tracer
56!-----------------------------------------------------------------------
57   atrcbbl          = 1000.     !  lateral mixing coefficient in the bbl  [m2/s]
58/
59!-----------------------------------------------------------------------
60&namtopldf    !   lateral diffusion scheme for passive tracer
61!-----------------------------------------------------------------------
62   ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F)
63!                               !  Type of the operator :
64   ln_trcldf_lap    =  .true.   !     laplacian operator       
65   ln_trcldf_bilap  =  .false.  !     bilaplacian operator     
66                                !  Direction of action  :
67   ln_trcldf_level  =  .false.  !     iso-level               
68   ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T)
69   ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp")
70!                               !  Coefficient
71   ahtrc0      =   300.         !     horizontal eddy diffusivity for tracers [m2/s]
72   ahtrb0      =     0.         !     background eddy diffusivity for ldf_iso [m2/s]
73   aeivtr0     =  1000.         !     eddy induced velocity coefficient [m2/s]    (require "key_trcldf_eiv")
74   trcrat      =  1.            !  ratio betweeen passive and active tracer diffusion coeff
75/
76!-----------------------------------------------------------------------
77&namtopzdf        !   vertical physics
78!-----------------------------------------------------------------------
79   ln_trczdf_exp   =  .false.  !  split explicit (T) or implicit (F) time stepping
80   n_trczdf_exp    =   3       !  number of sub-timestep for ln_trczdfexp=T
81/
82!-----------------------------------------------------------------------
83&namtopdmp        !   passive tracer newtonian damping                 ('key_trcdmp')
84!-----------------------------------------------------------------------
85   ndmptr      =   20      !  type of damping in passive tracers
86                           !     ='latitude', damping poleward of 'ndmp' degrees and function
87                           !                  of the distance-to-coast. Red and Med Seas as ndmptr=-1
88                           !     =-1 damping only in Med and Red Seas
89   ndmpftr     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0)
90   nmldmptr    =    1      !  type of damping: =0 damping throughout the water column
91                           !                   =1 no damping in the mixed layer defined by avt >5cm2/s )
92                           !                   =2 no damping in the mixed layer defined rho<rho(surf)+.01 )
93   sdmptr      =   50.     !  surface time scale for internal damping (days)
94   bdmptr      =  360.     !  bottom  time scale for internal damping (days)
95   hdmptr      =  800.     !  depth of transition between sdmptr and bdmptr (meters)
96/
Note: See TracBrowser for help on using the repository browser.