CAM
|
Data Types | |
type | subgrid_weights_diagnostics_type |
Functions/Subroutines | |
subroutine, public | init_subgrid_weights_mod (bounds) |
subroutine, public | compute_higher_order_weights (bounds) |
subroutine, public | set_active (bounds) |
logical function, private | is_active_l (l) |
logical function, private | is_active_c (c) |
logical function, private | is_active_p (p) |
real(r8) function, public | get_landunit_weight (g, ltype) |
subroutine, public | set_landunit_weight (g, ltype, weight) |
logical function, public | is_gcell_all_ltypex (g, ltype) |
subroutine, public | check_weights (bounds, active_only) |
logical function, private | weights_okay (sumwts, active_weights_only, i_am_active) |
subroutine, public | set_subgrid_diagnostic_fields (bounds) |
subroutine, private | set_pct_landunit_diagnostics (bounds) |
subroutine, private | set_pct_glc_mec_diagnostics (bounds) |
subroutine, private | set_pct_pft_diagnostics (bounds) |
Variables | |
type(subgrid_weights_diagnostics_type) | subgrid_weights_diagnostics |
subroutine, public subgridweightsmod::check_weights | ( | type(bounds_type), intent(in) | bounds, |
logical, intent(in) | active_only | ||
) |
subroutine, public subgridweightsmod::compute_higher_order_weights | ( | type(bounds_type), intent(in) | bounds | ) |
real(r8) function, public subgridweightsmod::get_landunit_weight | ( | integer, intent(in) | g, |
integer, intent(in) | ltype | ||
) |
subroutine, public subgridweightsmod::init_subgrid_weights_mod | ( | type(bounds_type), intent(in) | bounds | ) |
|
private |
|
private |
|
private |
logical function, public subgridweightsmod::is_gcell_all_ltypex | ( | integer, intent(in) | g, |
integer, intent(in) | ltype | ||
) |
subroutine, public subgridweightsmod::set_active | ( | type(bounds_type), intent(in) | bounds | ) |
subroutine, public subgridweightsmod::set_landunit_weight | ( | integer, intent(in) | g, |
integer, intent(in) | ltype, | ||
real(r8), intent(in) | weight | ||
) |
|
private |
|
private |
|
private |
subroutine, public subgridweightsmod::set_subgrid_diagnostic_fields | ( | type(bounds_type), intent(in) | bounds | ) |
|
private |
|
private |