tree_data Module Reference
Functions/Subroutines | |
| subroutine | init_tree_data () |
| subroutine | copy_tree_data () |
| subroutine | copy_mort_data () |
| subroutine | copy_cuts_data () |
Variables | |
| integer, dimension(maxcy1) | num_recs |
| integer, dimension(maxtre, maxcy1) | tree_seq |
| integer, dimension(maxtre, maxcy1) | tree_id |
| integer, dimension(maxtre, maxcy1) | plot_seq |
| integer, dimension(maxtre, maxcy1) | age |
| integer, dimension(maxtre, maxcy1) | spp_seq |
| real, dimension(maxtre, maxcy1) | live_tpa |
| real, dimension(maxtre, maxcy1) | cut_tpa |
| real, dimension(maxtre, maxcy1) | mort_tpa |
| real, dimension(maxtre, maxcy1) | live_dbh |
| real, dimension(maxtre, maxcy1) | dbh_incr |
| real, dimension(maxtre, maxcy1) | ba_pctl |
| real, dimension(maxtre, maxcy1) | pnt_bal |
| real, dimension(maxtre, maxcy1) | ht_total |
| real, dimension(maxtre, maxcy1) | ht_merch_cuft |
| real, dimension(maxtre, maxcy1) | ht_merch_bdft |
| real, dimension(maxtre, maxcy1) | ht_incr |
| real, dimension(maxtre, maxcy1) | cr_width |
| real, dimension(maxtre, maxcy1) | cr_ratio |
| real, dimension(maxtre, maxcy1) | cuft_total |
| real, dimension(maxtre, maxcy1) | cuft_net |
| real, dimension(maxtre, maxcy1) | bdft_net |
| real, dimension(maxtre, maxcy1) | defect_cuft |
| real, dimension(maxtre, maxcy1) | defect_bdft |
| logical | save_tree_data =.true. |
Function/Subroutine Documentation
| subroutine tree_data::copy_cuts_data | ( | ) |
Here is the caller graph for this function:

| subroutine tree_data::copy_mort_data | ( | ) |
| subroutine tree_data::copy_tree_data | ( | ) |
Here is the caller graph for this function:

| subroutine tree_data::init_tree_data | ( | ) |
Here is the caller graph for this function:

Variable Documentation
| integer, dimension(maxtre,maxcy1) tree_data::age |
| real, dimension(maxtre,maxcy1) tree_data::ba_pctl |
| real, dimension(maxtre,maxcy1) tree_data::bdft_net |
| real, dimension(maxtre,maxcy1) tree_data::cr_ratio |
| real, dimension(maxtre,maxcy1) tree_data::cr_width |
| real, dimension(maxtre,maxcy1) tree_data::cuft_net |
| real, dimension(maxtre,maxcy1) tree_data::cuft_total |
| real, dimension(maxtre,maxcy1) tree_data::cut_tpa |
| real, dimension(maxtre,maxcy1) tree_data::dbh_incr |
| real, dimension(maxtre,maxcy1) tree_data::defect_bdft |
| real, dimension(maxtre,maxcy1) tree_data::defect_cuft |
| real, dimension(maxtre,maxcy1) tree_data::ht_incr |
| real, dimension(maxtre,maxcy1) tree_data::ht_merch_bdft |
| real, dimension(maxtre,maxcy1) tree_data::ht_merch_cuft |
| real, dimension(maxtre,maxcy1) tree_data::ht_total |
| real, dimension(maxtre,maxcy1) tree_data::live_dbh |
| real, dimension(maxtre,maxcy1) tree_data::live_tpa |
| real, dimension(maxtre,maxcy1) tree_data::mort_tpa |
| integer, dimension(maxcy1) tree_data::num_recs |
| integer, dimension(maxtre,maxcy1) tree_data::plot_seq |
| real, dimension(maxtre,maxcy1) tree_data::pnt_bal |
| logical tree_data::save_tree_data =.true. |
| integer, dimension(maxtre,maxcy1) tree_data::spp_seq |
| integer, dimension(maxtre,maxcy1) tree_data::tree_id |
| integer, dimension(maxtre,maxcy1) tree_data::tree_seq |