|
CAM
|
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__ |
| 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 | ||
| ) |

| 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 | ||
| ) |


| 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 | ||
| ) |

| 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 | ||
| ) |

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