Recent Releases of ORBIT
ORBIT - v1.2.5 Release
What's Changed
- Enhancements to the GravityBasedInstallation module by @dmulash in https://github.com/WISDEM/ORBIT/pull/196
- Adding Supply Chain Parameter by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/197
- Feature: Enable DataFrames in plant
location_datainputs by @RHammond2 in https://github.com/WISDEM/ORBIT/pull/202 - Cost of Wind Energy Review: 2025 Edition Updates by @dmulash in https://github.com/WISDEM/ORBIT/pull/201
- Feature: Split the array design
save_layoutinto separate creation and save methods by @RHammond2 in https://github.com/WISDEM/ORBIT/pull/203 - Release 1.2.5 by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/204
Full Changelog: https://github.com/WISDEM/ORBIT/compare/v1.2.4...v1.2.5
Renewable Energy - Wind Energy
- Python
Published by nRiccobo about 1 month ago
ORBIT - v1.2.4
What's Changed
- Permit python 3.14 by @gbarter in https://github.com/WISDEM/ORBIT/pull/200
Full Changelog: https://github.com/WISDEM/ORBIT/compare/v1.2.3...v1.2.4
Renewable Energy - Wind Energy
- Python
Published by RHammond2 4 months ago
ORBIT - v1.2.3 patch
Adjusted the np.trapz fix to accommodate numpy < 2.0
Renewable Energy - Wind Energy
- Python
Published by nRiccobo 4 months ago
ORBIT - v1.2.2
What's Changed
- Patch: v1.2.2, Replace deprecated NumPy
trapzmethod and sunset Python 3.9 by @RHammond2 in https://github.com/WISDEM/ORBIT/pull/198
Full Changelog: https://github.com/WISDEM/ORBIT/compare/v1.2.1...v1.2.2
Renewable Energy - Wind Energy
- Python
Published by RHammond2 4 months ago
ORBIT - Release v1.2.1
A patch release to incorporate a recent update regarding the WISDEM API and update some python packages. See #193
What's Changed
- No OpenMDAO and support newer python versions by @gbarter in https://github.com/WISDEM/ORBIT/pull/193
- Remove WIDSEM API by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/194
Full Changelog: https://github.com/WISDEM/ORBIT/compare/v1.2...v1.2.1
Renewable Energy - Wind Energy
- Python
Published by nRiccobo 10 months ago
ORBIT - Release v1.2
Enhancements:
In this release there were updates to ORBIT's cost model. Users can expect to see different CapEx results because of:
- Soft CapEx Methodology consistent with https://www.nrel.gov/docs/fy16osti/66579.pdf. Users can still specify a $/kW for all any CapEx categories.
- Common Cost (defaults) now employs a similar approach to NYSERD to adjust ORBIT's common costs (a.k.a default values) based on publicly available commodity indices. We updated all the common costs (design costs, cable, vessel day rates, project parameters, soft cost) to be updated as of 2024 dollars. See #187.
Improvements:
Some infrastructure needed a few fixes.
- The WISDEM API that connects ORBIT to WISDEM was out of sync and had some variable naming errors. See #183.
- Updated
ParametricManagerto be compatible with latest version of python-benedict See #189. User's should rebuild their environment.
Bug Fixes:
There was a units error in the characteristic impedance calculation that effected the power factor and ultimately determined how much power an HVAC cable can support. Note that HVDC cables were unaffected by this bug. With this fix, the AC power that each cable can handle is lower which means fewer turbines can be connected on the same array cable. See #186 for more detail on the issue and #188 for the PR.
New Feature:
- Added a new 220kV HVAC cable that can carry 400MW per industry feedback. cable file name: XLPE_1200mm_220kV.yaml
- Updated Project Manager documentation .
- A new common cost page to outline common cost approach.
See changelog
What's Changed
- Enhancement/soft capex by @dmulash in https://github.com/WISDEM/ORBIT/pull/177
- Updated ProjectManager doc to include Soft Capex Methodology by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/185
- Fix wisdem api by @gbarter in https://github.com/WISDEM/ORBIT/pull/183
- Bug Fix: #186 by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/188
- Update/py benedict#148 by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/189
- Cost Updates from Industry Outreach by @dmulash in https://github.com/WISDEM/ORBIT/pull/187
- Release v1.2 by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/191
- Version bump by @nRiccobo in https://github.com/WISDEM/ORBIT/pull/192
Full Changelog: https://github.com/WISDEM/ORBIT/compare/v1.1.0...v1.2
Renewable Energy - Wind Energy
- Python
Published by nRiccobo 11 months ago
ORBIT - Release v1.1.0
New features include HVDC export systems, semitaut mooring systems, new library additions, and general improvements to workflows. See change log for details.
Renewable Energy - Wind Energy
- Python
Published by nRiccobo over 1 year ago
ORBIT - Initial Floating Release
Includes initial design and installation modules for modeling floating offshore wind projects.
Renewable Energy - Wind Energy
- Python
Published by JakeNunemaker over 5 years ago
ORBIT - Updated Beta Release
- Vessel mobilization added to all vessels in all installation modules.
Defaults to 7 days at 50% day-rate. - Cable lay, bury and simulataneous lay/bury methods are not flagged as
suspendable to avoid unrealistic project delays. - Cost of onshore transmission construction added to
ExportCableInstallation. - Simplified
ArrayCableInstallation,ExportCableInstallationmodules. - Removed
pandasfrom the internals of the model, though it is still useful
for tabulating the project logs. - Revised package structure. Functionally formerly in ORBIT.simulation or
ORBIT.vessels has been moved to ORBIT.core. InstallPhasecleaned up and slimmed down.Environmentand associated functionality has been replaced with
marmot.Environment.- Logging functionality revised. No longer uses the base python logging module.
Vesselnow inherits frommarmot.Agent.- Tasks that were in
ORBIT.vessels.taskshave been moved to their
respective modules and restructured withmarmot.processand
Agent.tasks. - Modules inputs cleaned up.
typeparameters are no longer required for
monopile, transition piece or turbine component definitions. - Removed old/irrelevant tests.
Renewable Energy - Wind Energy
- Python
Published by JakeNunemaker almost 6 years ago
ORBIT - Initial Beta Release
Renewable Energy - Wind Energy
- Python
Published by JakeNunemaker about 6 years ago