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 NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/GYRE_PISCES/EXPREF – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/cfgs/GYRE_PISCES/EXPREF/namelist_top_cfg @ 9957

Last change on this file since 9957 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:mime-type set to text/x-fortran
File size: 4.0 KB
RevLine 
[3875]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9490]2!! NEMO/TOP :   Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
[7646]3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[4152]4!-----------------------------------------------------------------------
[9356]5&namtrc_run      !   run information
[4152]6!-----------------------------------------------------------------------
7/
8!-----------------------------------------------------------------------
[9356]9&namtrc          !   tracers definition
[4152]10!-----------------------------------------------------------------------
[7646]11   jp_bgc        =  6
[9490]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.
[9490]19   !_____________!__________!________________________________!______________!________________!
20   !             !   name   !           title of the field   !   units      ! init from file !
21   sn_tracer(1)   = 'DET'   , 'Detritus                   '  , 'mmole-N/m3' ,  .false.   
22   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  '  , 'mmole-N/m3' ,  .false.   
23   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration'  , 'mmole-N/m3' ,  .false. 
24   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      '  , 'mmole-N/m3' ,  .false. 
25   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     '  , 'mmole-N/m3' ,  .false.   
26   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   '  , 'mmole-N/m3' ,  .false. 
[3875]27/
28!-----------------------------------------------------------------------
[9356]29&namage          !   AGE
[7646]30!-----------------------------------------------------------------------
[9356]31/
32!-----------------------------------------------------------------------
33&namtrc_dta      !    Initialisation from data input file
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
38!-----------------------------------------------------------------------
[5836]39   ln_trcadv_fct =  .true.   !  FCT scheme
[7646]40      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
41      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
[3875]42/
43!-----------------------------------------------------------------------
[9490]44&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
[3875]45!-----------------------------------------------------------------------
[9490]46   ln_trcldf_tra   =  .true.     !  use active tracer setting
[3875]47/
48!-----------------------------------------------------------------------
[9356]49&namtrc_rad      !  treatment of negative concentrations
[3875]50!-----------------------------------------------------------------------
51   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F)
52/
53!-----------------------------------------------------------------------
[9490]54&namtrc_dmp      !   passive tracer newtonian damping                   (ln_trcdmp=T)
[7646]55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namtrc_ice      !    Representation of sea ice growth & melt effects
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
[3875]63!----------------------------------------------------------------------
64/
[4340]65!----------------------------------------------------------------------
[7646]66&namtrc_bc       !   data for boundary conditions
[4340]67!-----------------------------------------------------------------------
68/
[7646]69!----------------------------------------------------------------------
70&namtrc_bdy      !   Setup of tracer boundary conditions
71!-----------------------------------------------------------------------
72/
Note: See TracBrowser for help on using the repository browser.