CAM
|
Data Types | |
type | betr_biogeophys_input_type |
Functions/Subroutines | |
class(betr_biogeophys_input_type) function, pointer, public | create_betr_biogeophys_input () |
subroutine | init (this, bounds) |
subroutine | initallocate (this, bounds) |
subroutine | reset (this, value_column) |
Variables | |
character(len= *), parameter, private | mod_filename = __FILE__ |
class(betr_biogeophys_input_type) function, pointer, public betr_biogeophysinputtype::create_betr_biogeophys_input | ( | ) |
subroutine betr_biogeophysinputtype::init | ( | class(betr_biogeophys_input_type) | this, |
type(betr_bounds_type), intent(in) | bounds | ||
) |
subroutine betr_biogeophysinputtype::initallocate | ( | class(betr_biogeophys_input_type) | this, |
type(betr_bounds_type), intent(in) | bounds | ||
) |
subroutine betr_biogeophysinputtype::reset | ( | class(betr_biogeophys_input_type) | this, |
real(r8), intent(in) | value_column | ||
) |
|
private |