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

| subroutine betr_biogeostatetype::init | ( | class(betr_biogeo_state_type) | this, |
| type(betr_bounds_type), intent(in) | bounds, | ||
| logical, intent(in) | active_soibgc | ||
| ) |
| subroutine betr_biogeostatetype::initallocate | ( | class(betr_biogeo_state_type) | this, |
| type(betr_bounds_type), intent(in) | bounds | ||
| ) |
| subroutine betr_biogeostatetype::reset | ( | class(betr_biogeo_state_type) | this, |
| real(r8), intent(in) | value_column, | ||
| logical, intent(in) | active_soibgc | ||
| ) |
| subroutine betr_biogeostatetype::summary | ( | class(betr_biogeo_state_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, | ||
| real(r8), dimension(bounds%begc:bounds%endc,lbj:ubj), intent(in) | zs, | ||
| logical, intent(in) | active_soibgc | ||
| ) |
|
private |