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/GYRE_PISCES/EXP00 – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg @ 3954

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

Configuration setting/Step2, additions, see ticket:#1074

File size: 2.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO-TOP Configuration namelist for GYRE_PISCES configuration used to overwrite SHARED/namelist_top_ref
3!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
4&namtrc     !   tracers definition
5!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
6   nn_writetrc   =  60      !  time step frequency for sn_tracer outputs
7   nn_rsttr      =   1       !  restart control = 0 initial time step is not compared to the restart file value
8   ln_trcdta     =   .false.    !  Initialisation from data input file (T) or not (F)
9!
10!                ! name  !     title of the field          !   units       ! initial data ! save   !
11!                !       !                                 !               ! from file    ! or not !
12!                !       !                                 !               ! or not       !        !
13   sn_tracer(1)   = 'DET'   , 'Detritus                   ',  'mmole-N/m3' ,  .false.     ,  .false.
14   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.     ,  .false.
15   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.     ,  .false.
16   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.     ,  .true.
17   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.     ,  .false.
18   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.     ,  .false.
19/
20!-----------------------------------------------------------------------
21&namtrc_adv    !   advection scheme for passive tracer
22!-----------------------------------------------------------------------   
23   ln_trcadv_tvd     =  .true.   !  TVD scheme
24   ln_trcadv_muscl   =  .false.  !  MUSCL scheme
25/
26!-----------------------------------------------------------------------
27&namtrc_ldf    !   lateral diffusion scheme for passive tracer
28!-----------------------------------------------------------------------
29   rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
30/
31!-----------------------------------------------------------------------
32&namtrc_zdf        !   vertical physics
33!-----------------------------------------------------------------------
34/
35!-----------------------------------------------------------------------
36&namtrc_rad        !  treatment of negative concentrations
37!-----------------------------------------------------------------------
38   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F)
39/
40!-----------------------------------------------------------------------
41&namtrc_dia       !   parameters for passive tracer additional diagnostics
42!----------------------------------------------------------------------
43   nn_writedia   =  60     !  time step frequency for diagnostics
44/
Note: See TracBrowser for help on using the repository browser.