CAM
reactionsfactory Module Reference

Functions/Subroutines

subroutine, public create_betr_def_application (bgc_reaction, plant_soilbgc, method, yesno)
 
subroutine create_bgc_reaction_type (bgc_reaction, method)
 
subroutine create_plant_soilbgc_type (plant_soilbgc, method)
 
logical function is_reaction_exist (method)
 

Variables

character(len= *), parameter mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ create_betr_def_application()

subroutine, public reactionsfactory::create_betr_def_application ( class(bgc_reaction_type), intent(out), allocatable  bgc_reaction,
class(plant_soilbgc_type), intent(out), allocatable  plant_soilbgc,
character(len=*), intent(in)  method,
logical, intent(out)  yesno 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_bgc_reaction_type()

subroutine reactionsfactory::create_bgc_reaction_type ( class(bgc_reaction_type), intent(inout), allocatable  bgc_reaction,
character(len=*), intent(in)  method 
)
private
Here is the caller graph for this function:

◆ create_plant_soilbgc_type()

subroutine reactionsfactory::create_plant_soilbgc_type ( class(plant_soilbgc_type), intent(inout), allocatable  plant_soilbgc,
character(len=*), intent(in)  method 
)
Here is the caller graph for this function:

◆ is_reaction_exist()

logical function reactionsfactory::is_reaction_exist ( character(len=*), intent(in)  method)
Here is the caller graph for this function:

Variable Documentation

◆ mod_filename

character(len=*), parameter reactionsfactory::mod_filename = __FILE__