You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The wind farm operation level calculation was moved to `wombat/utilities/utilities.py`
389
397
so it can be reused when `Metrics` loads the operational data.
@@ -532,7 +540,7 @@ cables:
532
540
533
541
- Replace Flake8 and Pylint in the pre-commit workflow with ruff, and fix/ignore the resulting errors as appropriate
534
542
- Features:
535
-
- Weather data now has the ability to contain more than just the required "windspeed" and "waveheight" columns. This will allow for easier expansion of the weather model in the future, and increase compatibility with other NREL techno economic modeling frameworks.
543
+
- Weather data now has the ability to contain more than just the required "windspeed" and "waveheight" columns. This will allow for easier expansion of the weather model in the future, and increase compatibility with other NLR techno economic modeling frameworks.
536
544
- Bug fixes:
537
545
- Maintenance and failure simulation process interruptions were occuring prior to starting the process timing, and causing simulation failures.
538
546
- Duplicated parameters were being processed in `WombatEnvironment.log_action` stemming from improper handling of varying parameters in some of the more complex control flow logic in *in situ* repairs.
@@ -26,7 +27,7 @@ With that said, it would be greatly appreciated for issues or PRs to be submitte
26
27
any improvements at all, from fixing typos (guaranteed to be a few) to features to
27
28
testing.
28
29
29
-
If you use this library please cite our NREL Technical Report:
30
+
If you use this library please cite our NLR Technical Report:
30
31
31
32
```bibtex
32
33
@techreport{hammond2022wombat,
@@ -44,11 +45,11 @@ If you use this library please cite our NREL Technical Report:
44
45
45
46
## Part of the WETO Stack
46
47
47
-
WOMBAT is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://nrel.github.io/WETOStack). For more information and other integrated modeling software, see:
WOMBAT is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://nlr.github.io/WETOStack). For more information and other integrated modeling software, see:
0 commit comments