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/latex/TOP/namelists – NEMO

source: NEMO/trunk/doc/latex/TOP/namelists/namtrc @ 10896

Last change on this file since 10896 was 10896, checked in by cetlod, 5 years ago

Adding a first Draft of TOP documentation

File size: 1.1 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   !____________!__________!________________________!_______!________________!
19   !            !    name  !  title of the field    ! units ! init from file !
20!  sn_tracer(1)  = 'tracer', 'Tracer  Concentration', ' - ' ,   .false.
21/
22
Note: See TracBrowser for help on using the repository browser.