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.
namtrc in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namtrc @ 10218

Last change on this file since 10218 was 10201, checked in by nicolasmartin, 5 years ago

Various modifications related to the setting of a NEMO Quick Start Guide

  • Add missing namelist blocks from ICE and TOP
  • Create a hidden .global.rst to gather common URL links
  • Convert animated gif to frames images for PDF export
  • Place different README.rst appropriately in the code structure and refer to them with symbolic links in doc/rst/source
File size: 1.3 KB
Line 
1!-----------------------------------------------------------------------
2&namtrc          !   tracers definition
3!-----------------------------------------------------------------------
4   jp_bgc        =  0           !  Number of passive tracers of the BGC model
5   !
6   ln_pisces     =  .false.     !  Run PISCES BGC model
7   ln_my_trc     =  .false.     !  Run MY_TRC BGC model
8   ln_age        =  .false.     !  Run the sea water age tracer
9   ln_cfc11      =  .false.     !  Run the CFC11 passive tracer
10   ln_cfc12      =  .false.     !  Run the CFC12 passive tracer
11   ln_sf6        =  .false.     !  Run the SF6 passive tracer
12   ln_c14        =  .false.     !  Run the Radiocarbon passive tracer
13   !
14   ln_trcdta     =  .false.  !  Initialisation from data input file (T) or not (F)
15   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F)
16   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas
17   !
18   jp_dia3d      = 0         ! Number of 3D diagnostic variables
19   jp_dia2d      = 0         ! Number of 2D diagnostic variables
20   !_____________!___________!_________________________________________!____________!________________!
21   !             !    name   !           title of the field            !   units    ! init from file !
22!  sn_tracer(1)  = 'tracer  ', 'Tracer  Concentration                 ',   ' - '    ,   .false.
23/
Note: See TracBrowser for help on using the repository browser.