-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #66 #48 Also revise factor finder for sb This has introduced a discrepancy in the simulation results originating in factor finder The Sw factor is now 3.75 for plot 1049300, before it was 1.1352 Probably because of: - initial_age_sw = kwargs['startTageSw'] - years_to_bh_sw = kwargs['y2bh_Sw'] - species_comp_sw = kwargs['SC_Sw'] site_index = kwargs['SI_bh_Sw'] - present_density = kwargs['N_bh_SwT'] + densities = kwargs['densities'] now, the species_composition is variable isntead of fixed at the time of data provided the time series of species_composition from the densities array passes through the data in the appropriate year, this hsould not be changed it may not pass through it; and this was peculiar for aspen because aspen density for young plots is more variable than other species one option is to use a flag in the simulation functions to use constant values for species_comp and present density (the values from the data year)
- Loading branch information
Jotham Apaloo
committed
Dec 28, 2016
1 parent
38d3df9
commit 11d7b31
Showing
3 changed files
with
22 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters