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/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/GYRE_PISCES/EXP00 – NEMO

source: branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg @ 7953

Last change on this file since 7953 was 7953, checked in by gm, 7 years ago

#1880 (HPC-09): add zdfphy (the ZDF manager) + remove all key_...

File size: 3.9 KB
RevLine 
[3875]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[7646]2!! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[4152]4!-----------------------------------------------------------------------
5&namtrc_run     !   run information
6!-----------------------------------------------------------------------
7/
8!-----------------------------------------------------------------------
[3875]9&namtrc     !   tracers definition
[4152]10!-----------------------------------------------------------------------
[7646]11   jp_bgc        =  6
[3875]12!
[7646]13   ln_pisces     =  .true.
14   ln_age        =  .false.
15   ln_cfc11      =  .false.
16   ln_cfc12      =  .false.
17   ln_c14        =  .false.
18   ln_my_trc     =  .false.
19!
20!                 !           !                             !               !
21!                 !    name   !   title of the field        !   units       ! initial data from file or not !
22!                 !           !                                             !                               !
23   sn_tracer(1)   = 'DET'     , 'Detritus                   ',  'mmole-N/m3' ,  .false.   
24   sn_tracer(2)   = 'ZOO'     , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.   
25   sn_tracer(3)   = 'PHY'     , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false. 
26   sn_tracer(4)   = 'NO3'     , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.
27   sn_tracer(5)   = 'NH4'     , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.   
28   sn_tracer(6)   = 'DOM'     , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false. 
[3875]29/
30!-----------------------------------------------------------------------
[7715]31&namtrc_adv    !   advection scheme for passive tracer
[7646]32!-----------------------------------------------------------------------
[5836]33   ln_trcadv_fct =  .true.   !  FCT scheme
[7646]34      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
35      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
[5836]36      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
37      !                             !        (number of sub-timestep = nn_fct_zts)
[3875]38/
39!-----------------------------------------------------------------------
[7646]40&namtrc_ldf    !   lateral diffusion scheme for passive tracer
[3875]41!-----------------------------------------------------------------------
42   rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
43/
44!-----------------------------------------------------------------------
[7646]45&namtrc_rad        !  treatment of negative concentrations
[3875]46!-----------------------------------------------------------------------
47   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F)
48/
49!-----------------------------------------------------------------------
[7646]50&namtrc_dmp      !   passive tracer newtonian damping
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namtrc_ice      !    Representation of sea ice growth & melt effects
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
59!                          or mixed-layer trends                        ('key_trdmld_trc')
[3875]60!----------------------------------------------------------------------
61/
[4340]62!----------------------------------------------------------------------
[7646]63&namtrc_bc       !   data for boundary conditions
[4340]64!-----------------------------------------------------------------------
65/
[7646]66!----------------------------------------------------------------------
67&namtrc_bdy      !   Setup of tracer boundary conditions
68!-----------------------------------------------------------------------
69/
Note: See TracBrowser for help on using the repository browser.