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

source: tags/nemo_v3_2/nemo_v3_2/CONFIG/GYRE_LOBSTER/EXP00/namelist_top @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

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