Skip to content

Commit

Permalink
Merge pull request #139 from ckiefer14/feature/offshore-h2
Browse files Browse the repository at this point in the history
Add clarity to depth limitation on example_floating_project.yaml and …
  • Loading branch information
jaredthomas68 authored Aug 1, 2023
2 parents 2f16f70 + a302d07 commit 6f8f323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hopp/offshore/example_floating_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install_phases:
FloatingPlatformInstallation: 0 # Register Install Phase
oss_install_vessel: example_heavy_lift_vessel
site:
depth: 500.5 # site depth [m]
depth: 500.5 # site depth [m] Site depths for floating projects need to be at depths 500 m to 1500 m because of Orbit SemiTaut branch limitations (7/31)
distance: 124 # distance to port [km]
equipment:
tech_required_area: 300. # equipment area [m**2]
Expand Down
2 changes: 1 addition & 1 deletion hopp/offshore/floating_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- tech_combined_mass: (float): mass of all tech being placed on the platform (kg or tonnes)year
- depth: (float): bathometry at the platform location (m)
- depth: (float): bathometry at the platform location (m) ##Site depths for floating projects need to be at depths 500 m to 1500 m because of Orbit SemiTaut branch limitations (7/31)
- distance_to_port: (float): distance ships must travel from port to site location (km)
Future arguments: (Not used at this time)
Expand Down

0 comments on commit 6f8f323

Please sign in to comment.