From 08cae489ca9d2b73d694cbb6532ad796d619c4f0 Mon Sep 17 00:00:00 2001 From: nriccobo Date: Mon, 10 Jun 2024 11:44:23 -0600 Subject: [PATCH] changelog and floating.py clean up and update after file save. --- ORBIT/phases/install/oss_install/floating.py | 4 +--- docs/source/changelog.rst | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ORBIT/phases/install/oss_install/floating.py b/ORBIT/phases/install/oss_install/floating.py index 53353021..1170ad7e 100644 --- a/ORBIT/phases/install/oss_install/floating.py +++ b/ORBIT/phases/install/oss_install/floating.py @@ -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 ) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 17be76bd..914f37a6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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