CAM
applicationsfactory Module Reference

Functions/Subroutines

subroutine, public create_betr_usr_application (bgc_reaction, plant_soilbgc, method, bstatus)
 
subroutine create_bgc_reaction_type (bgc_reaction, method, bstatus)
 
subroutine create_plant_soilbgc_type (plant_soilbgc, method, bstatus)
 
subroutine, public apploadparameters (bgc_namelist_buffer, reaction_method, bstatus)
 

Variables

character(len= *), parameter mod_filename = __FILE__
 

Function/Subroutine Documentation

◆ apploadparameters()

subroutine, public applicationsfactory::apploadparameters ( character(len=betr_namelist_buffer_size_ext), intent(in)  bgc_namelist_buffer,
character(len=*), intent(in)  reaction_method,
type(betr_status_type), intent(out)  bstatus 
)
Here is the caller graph for this function:

◆ create_betr_usr_application()

subroutine, public applicationsfactory::create_betr_usr_application ( class(bgc_reaction_type), intent(out), allocatable  bgc_reaction,
class(plant_soilbgc_type), intent(out), allocatable  plant_soilbgc,
character(len=*), intent(in)  method,
type(betr_status_type), intent(out)  bstatus 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_bgc_reaction_type()

subroutine applicationsfactory::create_bgc_reaction_type ( class(bgc_reaction_type), intent(inout), allocatable  bgc_reaction,
character(len=*), intent(in)  method,
type(betr_status_type), intent(out)  bstatus 
)
Here is the caller graph for this function:

◆ create_plant_soilbgc_type()

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

Variable Documentation

◆ mod_filename

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