.git-blame-ignore-revs
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
readthedocs.yaml
.github/workflows/gh_pages.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/Makefile
docs/conf.py
docs/contents.rst
docs/index.rst
docs/make.bat
docs/_templates/class.rst
docs/_templates/class_without_init.rst
docs/_templates/numpy_docstring.rst
docs/source/api.rst
docs/source/api_DesignPhase.rst
docs/source/api_InstallPhase.rst
docs/source/api_ParametricManager.rst
docs/source/api_ProjectManager.rst
docs/source/changelog.rst
docs/source/doc_CommonCost.rst
docs/source/doc_DesignPhase.rst
docs/source/doc_InstallPhase.rst
docs/source/doc_ParametricManager.rst
docs/source/doc_ProjectManager.rst
docs/source/examples.rst
docs/source/methods.rst
docs/source/team.rst
docs/source/_static/css/style.css
docs/source/images/ElectricalDesignConfig.png
docs/source/images/cost_by_procurement.png
docs/source/images/examples/full_grid_example.png
docs/source/images/examples/full_ring_example.png
docs/source/images/examples/partial_grid_example.png
docs/source/images/examples/partial_ring_example.png
docs/source/images/process_diagrams/ArrayCableInstall.png
docs/source/images/process_diagrams/ArraySystemDesign.png
docs/source/images/process_diagrams/ExportCableInstall.png
docs/source/images/process_diagrams/ExportSystemDesign.png
docs/source/images/process_diagrams/MonopileDesign.png
docs/source/images/process_diagrams/OffshoreBOS.png
docs/source/images/process_diagrams/OffshoreSubstation.png
docs/source/images/process_diagrams/OffshoreSubstationInstall.png
docs/source/images/process_diagrams/OnshoreSubstation.png
docs/source/images/process_diagrams/Permitting_and_Assessment.png
docs/source/images/process_diagrams/PortLogistics.png
docs/source/images/process_diagrams/TopLevel.png
docs/source/images/process_diagrams/monopile_install.png
docs/source/images/process_diagrams/monopile_single_wtiv.png
docs/source/images/process_diagrams/monopile_wtiv_with_feeders.png
docs/source/images/process_diagrams/turbine_install.png
docs/source/images/process_diagrams/turbine_single_wtiv.png
docs/source/images/process_diagrams/turbine_wtiv_with_feeders.png
docs/source/installation/index.rst
docs/source/intro/bos.rst
docs/source/intro/index.rst
docs/source/intro/overview.rst
docs/source/phases/design/api_ArraySystemDesign.rst
docs/source/phases/design/api_CableHelpers.rst
docs/source/phases/design/api_ElectricalDesign.rst
docs/source/phases/design/api_ExportSystemDesign.rst
docs/source/phases/design/api_MonopileDesign.rst
docs/source/phases/design/api_MooringSystemDesign.rst
docs/source/phases/design/api_OffshoreSubstationDesign.rst
docs/source/phases/design/api_ScourProtectionDesign.rst
docs/source/phases/design/api_SemiSubmersibleDesign.rst
docs/source/phases/design/api_SparDesign.rst
docs/source/phases/design/doc_ArraySystemDesign.rst
docs/source/phases/design/doc_CableHelpers.rst
docs/source/phases/design/doc_ElectricalDesign.rst
docs/source/phases/design/doc_ExportSystemDesign.rst
docs/source/phases/design/doc_MonopileDesign.rst
docs/source/phases/design/doc_MooringSystemDesign.rst
docs/source/phases/design/doc_OffshoreSubstationDesign.rst
docs/source/phases/design/doc_ScourProtectionDesign.rst
docs/source/phases/design/doc_SemiSubmersibleDesign.rst
docs/source/phases/design/doc_SparDesign.rst
docs/source/phases/install/array/api_ArrayCableInstall.rst
docs/source/phases/install/array/doc_ArrayCableInstall.rst
docs/source/phases/install/export/api_ExportCableInstall.rst
docs/source/phases/install/export/doc_ExportCableInstall.rst
docs/source/phases/install/jacket/api_JacketInstall.rst
docs/source/phases/install/jacket/doc_JacketInstall.rst
docs/source/phases/install/monopile/api_MonopileInstallation.rst
docs/source/phases/install/monopile/doc_MonopileInstall.rst
docs/source/phases/install/mooring/api_MooringSystemInstallation.rst
docs/source/phases/install/mooring/doc_MooringSystemInstallation.rst
docs/source/phases/install/oss/api_OffshoreSubstationInstall.rst
docs/source/phases/install/oss/doc_OffshoreSubstationInstall.rst
docs/source/phases/install/quayside_towout/api_GravityBasedInstallation.rst
docs/source/phases/install/quayside_towout/api_MooredSubInstallation.rst
docs/source/phases/install/quayside_towout/doc_GravityBasedInstallation.rst
docs/source/phases/install/quayside_towout/doc_MooredSubInstallation.rst
docs/source/phases/install/scour/api_ScourProtectionInstall.rst
docs/source/phases/install/scour/doc_ScourProtectionInstall.rst
docs/source/phases/install/turbine/api_TurbineInstallation.rst
docs/source/phases/install/turbine/doc_TurbineInstall.rst
docs/source/publications/index.rst
docs/source/tutorial/available_outputs.rst
docs/source/tutorial/define_vessels.rst
docs/source/tutorial/design_phases.rst
docs/source/tutorial/index.rst
docs/source/tutorial/load_config.rst
docs/source/tutorial/parametric_manager.rst
docs/source/tutorial/phase_specific.rst
docs/source/tutorial/project_manager.rst
docs/source/tutorial/start_dates.rst
examples/1. Introduction.ipynb
examples/2. Installation Modules.ipynb
examples/3. ProjectManager Introduction.ipynb
examples/4. Example Fixed Project.ipynb
examples/5. Example Floating Project.ipynb
examples/Example - Cable Install Configurations.ipynb
examples/Example - Cash Flow.ipynb
examples/Example - Custom Array Layout.ipynb
examples/Example - Dependent Phases.ipynb
examples/Example - Modifying Library Assets.ipynb
examples/Example - Parametric Manager.ipynb
examples/Example - Using HVDC or HVAC.ipynb
examples/Example - Using Monopile or GBF Intallation.ipynb
examples/cost_curves.ipynb
examples/nrwal.yaml
examples/supply_chain_dev.ipynb
examples/configs/example_fixed_project.yaml
examples/configs/example_floating_project.yaml
examples/configs/example_gravity-based_project.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/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