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_cfg in NEMO/branches/2021/ticket2680_C1D_PAPA/doc/namelists – NEMO

source: NEMO/branches/2021/ticket2680_C1D_PAPA/doc/namelists/namtrc_cfg @ 15015

Last change on this file since 15015 was 15015, checked in by gsamson, 3 years ago

merge trunk into branch (#2680)

File size: 1.5 KB
Line 
1!-----------------------------------------------------------------------
2&namtrc          !   tracers definition
3!-----------------------------------------------------------------------
4   jp_bgc        =  24
5!
6   ln_pisces     =  .true.
7   ln_my_trc     =  .false.
8   ln_age        =  .false.
9   ln_cfc11      =  .false.
10   ln_cfc12      =  .false.
11   ln_c14        =  .false.
12!
13   !
14   ln_trcdta     =  .true.   !  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   ln_trcbc      =  .true.   !  Surface, Lateral or Open Boundaries conditions
18   ln_trcais     =  .true.   !  Antarctic Ice Sheet nutrient supply
19!                !           !                                           !             !         !
20!                !    name   !           title of the field              !   units     ! init    ! sbc    ! cbc    !  obc    !  ais
21   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' , .true.  , .false., .true. , .false. , .false.
22   sn_tracer(2)   = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .true.
23   sn_tracer(3)   = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false.
24   sn_tracer(4)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
25
Note: See TracBrowser for help on using the repository browser.