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/releases/release-4.0.1/doc/namelists – NEMO

source: NEMO/releases/release-4.0.1/doc/namelists/namtrc @ 11699

Last change on this file since 11699 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
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.