CAM
|
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__ |
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 | ||
) |
|
private |
subroutine reactionsfactory::create_plant_soilbgc_type | ( | class(plant_soilbgc_type), intent(inout), allocatable | plant_soilbgc, |
character(len=*), intent(in) | method | ||
) |
logical function reactionsfactory::is_reaction_exist | ( | character(len=*), intent(in) | method | ) |
character(len=*), parameter reactionsfactory::mod_filename = __FILE__ |