.git-blame-ignore-revs
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CITATION.bib
LICENSE
MANIFEST.in
README.md
pyproject.toml
readthedocs.yaml
.github/workflows/gh_pages.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/tests.yml
ORBIT/__init__.py
ORBIT/config.py
ORBIT/manager.py
ORBIT/parametric.py
ORBIT/supply_chain.py
ORBIT/core/__init__.py
ORBIT/core/cargo.py
ORBIT/core/components.py
ORBIT/core/environment.py
ORBIT/core/exceptions.py
ORBIT/core/library.py
ORBIT/core/port.py
ORBIT/core/supply_chain.py
ORBIT/core/vessel.py
ORBIT/core/defaults/__init__.py
ORBIT/core/defaults/common_costs.yaml
ORBIT/core/defaults/costs_by_procurement_year.csv
ORBIT/core/defaults/process_times.yaml
ORBIT/core/logic/__init__.py
ORBIT/core/logic/vessel_logic.py
ORBIT/phases/__init__.py
ORBIT/phases/base.py
ORBIT/phases/design/__init__.py
ORBIT/phases/design/_cables.py
ORBIT/phases/design/array_system_design.py
ORBIT/phases/design/design_phase.py
ORBIT/phases/design/electrical_export.py
ORBIT/phases/design/export_system_design.py
ORBIT/phases/design/monopile_design.py
ORBIT/phases/design/mooring_system_design.py
ORBIT/phases/design/oss_design.py
ORBIT/phases/design/oss_design_floating.py
ORBIT/phases/design/scour_protection_design.py
ORBIT/phases/design/semi_submersible_design.py
ORBIT/phases/design/spar_design.py
ORBIT/phases/install/__init__.py
ORBIT/phases/install/install_phase.py
ORBIT/phases/install/cable_install/__init__.py
ORBIT/phases/install/cable_install/array.py
ORBIT/phases/install/cable_install/common.py
ORBIT/phases/install/cable_install/export.py
ORBIT/phases/install/jacket_install/__init__.py
ORBIT/phases/install/jacket_install/common.py
ORBIT/phases/install/jacket_install/standard.py
ORBIT/phases/install/monopile_install/__init__.py
ORBIT/phases/install/monopile_install/common.py
ORBIT/phases/install/monopile_install/standard.py
ORBIT/phases/install/mooring_install/__init__.py
ORBIT/phases/install/mooring_install/mooring.py
ORBIT/phases/install/oss_install/__init__.py
ORBIT/phases/install/oss_install/common.py
ORBIT/phases/install/oss_install/floating.py
ORBIT/phases/install/oss_install/standard.py
ORBIT/phases/install/quayside_assembly_tow/__init__.py
ORBIT/phases/install/quayside_assembly_tow/common.py
ORBIT/phases/install/quayside_assembly_tow/gravity_base.py
ORBIT/phases/install/quayside_assembly_tow/moored.py
ORBIT/phases/install/scour_protection_install/__init__.py
ORBIT/phases/install/scour_protection_install/standard.py
ORBIT/phases/install/turbine_install/__init__.py
ORBIT/phases/install/turbine_install/common.py
ORBIT/phases/install/turbine_install/standard.py
docs/CONTRIBUTING.md
docs/_config.yml
docs/_toc.yml
docs/build_book.sh
docs/clean_notebook.py
docs/index.md
docs/refs.bib
docs/_static/css/style.css
docs/_templates/class.rst
docs/_templates/class_without_init.rst
docs/_templates/numpy_docstring.rst
docs/about/changelog.md
docs/about/publications.md
docs/about/team.md
docs/api/DesignPhase.md
docs/api/InstallPhase.md
docs/api/ParametricManager.md
docs/api/ProjectManager.md
docs/api/phases/design/ArraySystemDesign.md
docs/api/phases/design/CableHelpers.md
docs/api/phases/design/ElectricalDesign.md
docs/api/phases/design/ExportSystemDesign.md
docs/api/phases/design/MonopileDesign.md
docs/api/phases/design/MooringSystemDesign.md
docs/api/phases/design/OffshoreSubstationDesign.md
docs/api/phases/design/ScourProtectionDesign.md
docs/api/phases/design/SemiSubmersibleDesign.md
docs/api/phases/design/SparDesign.md
docs/api/phases/install/ArrayCableInstall.md
docs/api/phases/install/ExportCableInstall.md
docs/api/phases/install/GravityBasedInstallation.md
docs/api/phases/install/JacketInstall.md
docs/api/phases/install/MonopileInstallation.md
docs/api/phases/install/MooredSubInstallation.md
docs/api/phases/install/MooringSystemInstallation.md
docs/api/phases/install/OffshoreSubstationInstall.md
docs/api/phases/install/ScourProtectionInstall.md
docs/api/phases/install/TurbineInstallation.md
docs/getting_started/bos.md
docs/getting_started/install.md
docs/getting_started/overview.md
docs/images/ElectricalDesignConfig.png
docs/images/cost_by_procurement.png
docs/images/examples/full_grid_example.png
docs/images/examples/full_ring_example.png
docs/images/examples/partial_grid_example.png
docs/images/examples/partial_ring_example.png
docs/images/process_diagrams/ArrayCableInstall.png
docs/images/process_diagrams/ArraySystemDesign.png
docs/images/process_diagrams/ExportCableInstall.png
docs/images/process_diagrams/ExportSystemDesign.png
docs/images/process_diagrams/MonopileDesign.png
docs/images/process_diagrams/OffshoreBOS.png
docs/images/process_diagrams/OffshoreSubstation.png
docs/images/process_diagrams/OffshoreSubstationInstall.png
docs/images/process_diagrams/OnshoreSubstation.png
docs/images/process_diagrams/Permitting_and_Assessment.png
docs/images/process_diagrams/PortLogistics.png
docs/images/process_diagrams/TopLevel.png
docs/images/process_diagrams/monopile_install.png
docs/images/process_diagrams/monopile_single_wtiv.png
docs/images/process_diagrams/monopile_wtiv_with_feeders.png
docs/images/process_diagrams/turbine_install.png
docs/images/process_diagrams/turbine_single_wtiv.png
docs/images/process_diagrams/turbine_wtiv_with_feeders.png
docs/methods/CommonCost.md
docs/methods/DesignPhase.md
docs/methods/InstallPhase.md
docs/methods/ParametricManager.md
docs/methods/ProjectManager.md
docs/methods/design/ArraySystemDesign.md
docs/methods/design/CableHelpers.md
docs/methods/design/ElectricalDesign.md
docs/methods/design/ExportSystemDesign.md
docs/methods/design/MonopileDesign.md
docs/methods/design/MooringSystemDesign.md
docs/methods/design/OffshoreSubstationDesign.md
docs/methods/design/ScourProtectionDesign.md
docs/methods/design/SemiSubmersibleDesign.md
docs/methods/design/SparDesign.md
docs/methods/install/ArrayCableInstall.md
docs/methods/install/ExportCableInstall.md
docs/methods/install/GravityBasedInstallation.md
docs/methods/install/JacketInstall.md
docs/methods/install/MonopileInstall.md
docs/methods/install/MooredSubInstallation.md
docs/methods/install/MooringSystemInstallation.md
docs/methods/install/OffshoreSubstationInstall.md
docs/methods/install/ScourProtectionInstall.md
docs/methods/install/TurbineInstall.md
docs/topical_guides/cable_installation.md
docs/topical_guides/cost_curves.md
docs/topical_guides/custom_array.md
docs/topical_guides/export_cable_system.md
docs/topical_guides/fixed_bottom_installations.md
docs/topical_guides/index.md
docs/topical_guides/supply_chains.md
docs/tutorials/available_outputs.md
docs/tutorials/index.md
docs/tutorials/introduction.md
docs/tutorials/parametric_manager.md
docs/tutorials/project_manager.md
examples/available_outputs.ipynb
examples/cable_installation.ipynb
examples/cost_curves.ipynb
examples/custom_array.ipynb
examples/export_cable_system.ipynb
examples/fixed_bottom_installations.ipynb
examples/introduction.ipynb
examples/parametric_manager.ipynb
examples/project_manager.ipynb
examples/supply_chains.ipynb
examples/configs/example_fixed_project.yaml
examples/configs/example_floating_project.yaml
examples/configs/example_gravity_based_project.yaml
examples/configs/example_separate_monopile_turbine_vessel.yaml
examples/configs/nrwal.yaml
examples/data/example_weather.csv
library/__init__.py
library/cables/HVDC_2000mm_320kV.yaml
library/cables/HVDC_2000mm_320kV_dynamic.yaml
library/cables/HVDC_2000mm_400kV.yaml
library/cables/HVDC_2500mm_525kV.yaml
library/cables/XLPE_1000mm_220kV.yaml
library/cables/XLPE_1000mm_220kV_dynamic.yaml
library/cables/XLPE_1200mm_220kV.yaml
library/cables/XLPE_1200mm_220kV_dynamic.yaml
library/cables/XLPE_1200mm_275kV.yaml
library/cables/XLPE_1600mm_275kV.yaml
library/cables/XLPE_185mm_66kV.yaml
library/cables/XLPE_185mm_66kV_dynamic.yaml
library/cables/XLPE_1900mm_275kV.yaml
library/cables/XLPE_400mm_33kV.yaml
library/cables/XLPE_500mm_132kV.yaml
library/cables/XLPE_500mm_132kV_dynamic.yaml
library/cables/XLPE_500mm_220kV.yaml
library/cables/XLPE_630mm_220kV.yaml
library/cables/XLPE_630mm_33kV.yaml
library/cables/XLPE_630mm_66kV.yaml
library/cables/XLPE_630mm_66kV_dynamic.yaml
library/cables/XLPE_800mm_220kV.yaml
library/cables/__init__.py
library/cables/dudgeon_array.csv
library/cables/dudgeon_array_no_data.csv
library/cables/dudgeon_custom.csv
library/cables/dudgeon_custom_to_update.csv
library/cables/dudgeon_distance_based.csv
library/defaults/__init__.py
library/ports/__init__.py
library/ports/example_port.yaml
library/project/__init__.py
library/project/config/__init__.py
library/project/config/example_array_cable_install.yaml
library/project/config/example_custom_array_custom.yaml
library/project/config/example_custom_array_exclusions.yaml
library/project/config/example_custom_array_no_data.yaml
library/project/config/example_custom_array_project_manager.yaml
library/project/config/example_custom_array_simple.yaml
library/project/config/example_custom_array_simple_distance_based.yaml
library/project/plant/__init__.py
library/turbines/12MW_generic.yaml
library/turbines/15MW_generic.yaml
library/turbines/22MW_generic.yaml
library/turbines/SWT_6MW_154m_110m.yaml
library/turbines/__init__.py
library/vessels/__init__.py
library/vessels/example_ahts_vessel.yaml
library/vessels/example_cable_lay_vessel.yaml
library/vessels/example_feeder.yaml
library/vessels/example_heavy_feeder.yaml
library/vessels/example_heavy_lift_vessel.yaml
library/vessels/example_scour_protection_vessel.yaml
library/vessels/example_support_vessel.yaml
library/vessels/example_towing_vessel.yaml
library/vessels/example_wtiv.yaml
library/vessels/floating_barge.yaml
library/vessels/floating_heavy_lift_vessel.yaml
library/vessels/foreign_wtiv.yaml
library/vessels/future_feeder.yaml
misc/supply_chain.ipynb
misc/supply_chain_plots.py
misc/supply_chain_project.yaml
orbit_nrel.egg-info/PKG-INFO
orbit_nrel.egg-info/SOURCES.txt
orbit_nrel.egg-info/dependency_links.txt
orbit_nrel.egg-info/requires.txt
orbit_nrel.egg-info/top_level.txt
templates/design_module.py
tests/__init__.py
tests/conftest.py
tests/test_config_management.py
tests/test_design_install_phase_interactions.py
tests/test_parametric.py
tests/test_project_manager.py
tests/core/test_components.py
tests/core/test_environment.py
tests/core/test_library.py
tests/core/test_port.py
tests/core/test_vessel.py
tests/data/__init__.py
tests/data/test_weather.csv
tests/data/library/cables/XLPE_300mm_33kV.yaml
tests/data/library/cables/XLPE_400mm_33kV.yaml
tests/data/library/cables/XLPE_630mm_33kV.yaml
tests/data/library/cables/duplicate_coordinates.csv
tests/data/library/cables/incomplete_optional.csv
tests/data/library/cables/incomplete_required.csv
tests/data/library/cables/missing_columns.csv
tests/data/library/cables/passes.csv
tests/data/library/cables/test_custom.csv
tests/data/library/project/config/array_cable_install.yaml
tests/data/library/project/config/array_design_full_ring.yaml
tests/data/library/project/config/complete_floating_project.yaml
tests/data/library/project/config/complete_project.yaml
tests/data/library/project/config/export_cable_install.yaml
tests/data/library/project/config/export_design.yaml
tests/data/library/project/config/feeder_jacket_install.yaml
tests/data/library/project/config/floating_oss_install.yaml
tests/data/library/project/config/floating_turbine_install_feeder.yaml
tests/data/library/project/config/gbf_install.yaml
tests/data/library/project/config/library.yaml
tests/data/library/project/config/moored_install.yaml
tests/data/library/project/config/moored_install_multi_assembly.yaml
tests/data/library/project/config/moored_install_multi_assembly_multi_tow.yaml
tests/data/library/project/config/moored_install_multi_tow.yaml
tests/data/library/project/config/moored_install_no_supply.yaml
tests/data/library/project/config/mooring_system_install.yaml
tests/data/library/project/config/multi_wtiv_mono_install.yaml
tests/data/library/project/config/oss_install.yaml
tests/data/library/project/config/oss_multi_feeder_substation_install.yaml
tests/data/library/project/config/project_manager.yaml
tests/data/library/project/config/scour_protection_install.yaml
tests/data/library/project/config/single_wtiv_jacket_install.yaml
tests/data/library/project/config/single_wtiv_mono_install.yaml
tests/data/library/project/config/turbine_install_22mw_generic.yaml
tests/data/library/project/config/turbine_install_feeder.yaml
tests/data/library/project/config/turbine_install_long_mobilize.yaml
tests/data/library/project/config/turbine_install_wtiv.yaml
tests/data/library/turbines/12MW_generic.yaml
tests/data/library/vessels/test_ahts_vessel.yaml
tests/data/library/vessels/test_cable_lay_vessel.yaml
tests/data/library/vessels/test_feeder.yaml
tests/data/library/vessels/test_floating_barge.yaml
tests/data/library/vessels/test_floating_heavy_lift_vessel.yaml
tests/data/library/vessels/test_heavy_lift_vessel.yaml
tests/data/library/vessels/test_phase_specific_wtiv.yaml
tests/data/library/vessels/test_scour_protection_vessel.yaml
tests/data/library/vessels/test_support_vessel.yaml
tests/data/library/vessels/test_towing_vessel.yaml
tests/data/library/vessels/test_wtiv.yaml
tests/data/library/vessels/test_wtiv_mobilize.yaml
tests/phases/__init__.py
tests/phases/test_base.py
tests/phases/design/test_array_system_design.py
tests/phases/design/test_cable.py
tests/phases/design/test_electrical_design.py
tests/phases/design/test_export_system_design.py
tests/phases/design/test_monopile_design.py
tests/phases/design/test_mooring_system_design.py
tests/phases/design/test_oss_design.py
tests/phases/design/test_scour_protection_design.py
tests/phases/design/test_semisubmersible_design.py
tests/phases/design/test_spar_design.py
tests/phases/install/test_install_phase.py
tests/phases/install/cable_install/test_array_install.py
tests/phases/install/cable_install/test_cable_tasks.py
tests/phases/install/cable_install/test_export_install.py
tests/phases/install/jacket_install/test_jacket_install.py
tests/phases/install/monopile_install/test_monopile_install.py
tests/phases/install/monopile_install/test_monopile_tasks.py
tests/phases/install/mooring_install/test_mooring_install.py
tests/phases/install/oss_install/test_oss_install.py
tests/phases/install/oss_install/test_oss_tasks.py
tests/phases/install/quayside_assembly_tow/test_common.py
tests/phases/install/quayside_assembly_tow/test_gravity_based.py
tests/phases/install/quayside_assembly_tow/test_moored.py
tests/phases/install/scour_protection_install/test_scour_protection.py
tests/phases/install/turbine_install/test_turbine_install.py
tests/phases/install/turbine_install/test_turbine_tasks.py