! BioCGT CElements file
! *********************
! properties of CElements: (colored elements to be traced)
! element=        internal name of element, e.g., "N"
! color=          e.g. "red", may not contain spaces
! description=    e.g. "nitrogen from Oder river", default=""
! isAging=        1=accumulates time since entering the system, 0=does not (default)
! isTracer=       1=store total Element content in a separate tracer, 0=do not (default)
!                 setting isAging=1 implies isTracer=1
! atmosDep=       1=atmospheric deposition of marked tracers may occur, 0=not (default)
! riverDep=       1=river deposition of marked tracers may occur, 0=not (default)
! comment=        any comments
! *************************************************************************************
element     = N
color       = blue
description = Oder N
isAging     = 1
isTracer    = 1
***********************
