-
Notifications
You must be signed in to change notification settings - Fork 28
Release 2.2.7 #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 2.2.7 #127
Conversation
This file contains hidden or 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
These SQL queries are meant to extract things out of the detailed data.
This SQL file deletes everything in both tables of LandBOSSE output.
This query is for determining the number of equipment used in each project.
This query is for finding the number of crews by dividing the time needed for construction by the time available for construction.
Don't load values that are duplicated between the extended project list and output costs.
There have been some slight changes to the schema output. So these queries might not work anymore, but should be here as inspiration for when we may need to do similar things.
This breaks down the costs by module and type of cost and gives all the main project parameters we are varying.
This SQL enables parametric exploration of variable baselines.
Has not been validated or checked. Confirm that values are computed in days then converted to months. Finish checking dependencies for other modules.
This extracts foundation values from the details table. The results will need to be typecase as numeric in the next revision.
…andBOSSE into issue_102_erection_cost_scaling
Number of days for management calculations were previously just pulling from the first row in the num_days table. This worked for this particular case but might not always work.
Adder for roads cost is calculated using a fit of empirical data. Those that use total project duration, not the road portion of project duration.
Previously summed all durations from each module. Should instead add site prep time to max of collection, foundation, and erection). Also adds 1 for deliveries. Also fixes bug when road cost value gets calculated incorrectly.
I believe the erection cost module was using the wrong time to compute management costs. I think it should be using the corrected time when constrained by the construction duration, which is what I've changed it to here.
Fixes a bug on making serial numbers on parametric runs of 9 or fewer projects.
Management costs were getting double counted. Also adds some outputs to the detailed outputs file.
…WISDEM/LandBOSSE into issue_102_erection_cost_scaling
Issue 102 erection cost scaling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 2.2.7
Changed construction duration functionality.
Weather window can now be extended to an arbitrarily long length by duplicating the underlying wind data.
All modules now report the actual construction time they require to perform the scope of work they model.
ManagementCost now keeps the management crew onsite for only the time necessary to complete all scope of work.