Skip to content

Commit

Permalink
changelog and floating.py clean up and update after file save.
Browse files Browse the repository at this point in the history
  • Loading branch information
nRiccobo committed Jun 10, 2024
1 parent bdcff41 commit 08cae48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ORBIT/phases/install/oss_install/floating.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ def system_capex(self):
mooring_system_for_each_oss = num_mooring_lines * (
line_cost + anchor_cost
)
# print('topside: ' + str(topside))
# print('oss substructure' + str(substructure))
# print('mooring system' + str(mooring_system_for_each_oss))

return self.num_substations * (
topside + substructure + mooring_system_for_each_oss
)
Expand Down
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Unreleased (TBD)
- "drag_embedment_install_time" increased from 5 to 12 hours
- quayside turbine tower section lift time from 12 to 4 hours per section. User specifies number of sections (default =1)
- quayside nacelle lift time changed from 7 to 12 hours
- XLPE_500mm_132kV cost_per_km changed from 200k to 500k
- example_cable_lay_vessel min_draft changed from 4.8m to 8.5m, overall_length 99m to 171m, max_mass 4000t to 13000t
- example_towing_vessel max_waveheight changed from 2.5m to 3.0m, max_windspeed 20m to 15m, transit_speed 6km/h to 14 km/h, day_rate 30k to 35k


Unreleased (TBD)
----------------
- merged electrical-refactor
Expand Down

0 comments on commit 08cae48

Please sign in to comment.