|
CAM
|
Data Types | |
| type | betr_biogeo_flux_type |
Functions/Subroutines | |
| class(betr_biogeo_flux_type) function, pointer, public | create_betr_biogeoflux () |
| subroutine | init (this, bounds, active_soibgc) |
| subroutine | initallocate (this, bounds) |
| subroutine | reset (this, value_column, active_soibgc) |
| subroutine | summary (this, bounds, lbj, ubj, dz) |
Variables | |
| character(len= *), parameter, private | mod_filename = __FILE__ |
| class(betr_biogeo_flux_type) function, pointer, public betr_biogeofluxtype::create_betr_biogeoflux | ( | ) |

| subroutine betr_biogeofluxtype::init | ( | class(betr_biogeo_flux_type), intent(inout) | this, |
| type(betr_bounds_type), intent(in) | bounds, | ||
| logical, intent(in) | active_soibgc | ||
| ) |
| subroutine betr_biogeofluxtype::initallocate | ( | class(betr_biogeo_flux_type), intent(inout) | this, |
| type(betr_bounds_type), intent(in) | bounds | ||
| ) |
| subroutine betr_biogeofluxtype::reset | ( | class(betr_biogeo_flux_type) | this, |
| real(r8), intent(in) | value_column, | ||
| logical, intent(in) | active_soibgc | ||
| ) |
| subroutine betr_biogeofluxtype::summary | ( | class(betr_biogeo_flux_type), intent(inout) | this, |
| type(betr_bounds_type), intent(in) | bounds, | ||
| integer, intent(in) | lbj, | ||
| integer, intent(in) | ubj, | ||
| real(r8), dimension(bounds%begc:bounds%endc,lbj:ubj), intent(in) | dz | ||
| ) |
|
private |