Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
johnjasa closed an issue on NREL/GreenHEART
Remove erroneous references to WISDEM
copy-paste errors!johnjasa closed an issue on NREL/GreenHEART
humpday module requires Visual C++ on Windows
Sorry for not reporting this sooner before the GreenHEART/HOPP split, which has made the issue even worse: the required module "humpday" triggers the need to build an "accumulation_tree" wheel duri...johnjasa pushed 1 commit to main johnjasa/new_greenheart
- Added simple electrolyzer sizing optimization 8616e5c
johnjasa pushed 2 commits to main johnjasa/new_greenheart
johnjasa pushed 2 commits to main johnjasa/new_greenheart
johnjasa opened an issue on NREL/GreenHEART
How should technology-level details be defined in the yaml?
johnjasa created a comment on an issue on NREL/GreenHEART
Gen suggests that resources should be coupled to the technologies, not at the site level
johnjasa created a comment on an issue on NREL/GreenHEART
Gen suggests that resources should be owned by individual technology models
johnjasa closed a pull request on NREL/HOPP
Feature: PV Tilt Angle
<!-- IMPORTANT NOTES Is this pull request ready to be merged? - Do the existing tests pass and new tests added for new code? - Is all development in a state where you are proud to share it wi...johnjasa opened an issue on NREL/HOPP
This is where the capacity credit percent is calculated, it looks to me that it should increase given increased AEP, so it does seem strange. https://github.com/NREL/HOPP/blob/53490cb54abfe024e6338310a88374707d54ed20/hopp/simulation/technologies/power_source.py#L210
This is where the capacity credit percent is calculated, it looks to me that it should increase given increased AEP, so it does seem strange. https://github.com/NREL/HOPP/blob/53490cb...johnjasa opened an issue on NREL/GreenHEART
Add ruff as an automatic linter
# Add ruff as an automatic linter We should add a pre-commit hook for linting GreenHEART to streamline and simplify code coming from disparate sources. ## Proposed solution [Ruff](https:...johnjasa opened an issue on NREL/GreenHEART
How should we handle technologies or resources across different sites?
In the `site_config.yaml` we nominally have a top-level site definition. How should we handle a case where some assets are on or off shore, electrolyzers are clustered elsewhere, we need to transp...johnjasa closed an issue on NREL/GreenHEART
Trying to make a path from something that is not a path
Running examples/greenheart/reference_plants/01-onshore-steel-mn/onshore-steel-mn.py (But is also happening trying to run anything involving Floris in Windows): pathlib is trying to turn some non...johnjasa pushed 1 commit to main johnjasa/new_greenheart
- Added call to existing electrolyzer model in GreenHEART 4708d18
johnjasa pushed 1 commit to main johnjasa/new_greenheart
- Added initial call to HOPP wind plant 728cdbf
johnjasa pushed 3 commits to feature/pv_tilt kbrunik/HOPP
- update bug report, feature request, and PR templates (#403) Co-authored-by: John Jasa <[email protected]> 9c65e59
- Documentation: Replace Sphinx Build with Jupyter Book (#400) * add jupyter book dependencies and fix shapely minimum... 6d094d2
- Merge branch 'develop' into feature/pv_tilt 53490cb