CAM
cnc14decaymod Module Reference

Functions/Subroutines

subroutine, public c14decay (num_soilc, filter_soilc, num_soilp, filter_soilp, cnstate_vars, c14_carbonstate_vars)
 
subroutine, public c14bombspike (num_soilp, filter_soilp, cnstate_vars)
 
subroutine, public c14_init_bombspike ()
 

Variables

logical, public use_c14_bombspike = .false.
 
character(len=256), public atm_c14_filename = ' '
 
real(r8), dimension(:), allocatable, private atm_c14file_time
 
real(r8), dimension(:), allocatable, private atm_delta_c14
 

Function/Subroutine Documentation

◆ c14_init_bombspike()

subroutine, public cnc14decaymod::c14_init_bombspike ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ c14bombspike()

subroutine, public cnc14decaymod::c14bombspike ( integer, intent(in)  num_soilp,
integer, dimension(:), intent(in)  filter_soilp,
type(cnstate_type), intent(inout)  cnstate_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ c14decay()

subroutine, public cnc14decaymod::c14decay ( integer, intent(in)  num_soilc,
integer, dimension(:), intent(in)  filter_soilc,
integer, intent(in)  num_soilp,
integer, dimension(:), intent(in)  filter_soilp,
type(cnstate_type), intent(in)  cnstate_vars,
type(carbonstate_type), intent(inout)  c14_carbonstate_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ atm_c14_filename

character(len=256), public cnc14decaymod::atm_c14_filename = ' '

◆ atm_c14file_time

real(r8), dimension(:), allocatable, private cnc14decaymod::atm_c14file_time
private

◆ atm_delta_c14

real(r8), dimension(:), allocatable, private cnc14decaymod::atm_delta_c14
private

◆ use_c14_bombspike

logical, public cnc14decaymod::use_c14_bombspike = .false.