Offshore Converter Platform – Sofia Offshore Wind Farm

Detailed Time Schedule for the Engineering & Design

<?php $sectors = get_Field("sector", get_the_ID()); $projecten = get_Field("soort_projecten", get_the_ID()); $projecten = get_Field("soort_projecten", get_the_ID()); $projectfases = get_Field("projectfase", get_the_ID()); $type_contract_object = get_field_object("type_contract", get_the_ID()); $type_contract= get_Field("type_contract", get_the_ID()); $html = "
"; foreach($sectors as $sector){ $html .= "".$sector->name.""; } foreach($projecten as $project){ $html .= "".$project.""; } foreach($projectfases as $projectfase){ $html .= "".$projectfase.""; } if($type_contract_object['choices'][$type_contract]){ $html .= "".$type_contract_object['choices'][$type_contract].""; } $html .= "
"; echo $html; ?>

Iv-Offshore & Energy b.v. announced it has signed the early works contract with Sembcorp Marine Offshore Platforms Pte Ltd (SMOP) for the engineering of the Sofia high voltage direct current (HVDC) platform (10,000 T). Sofia Offshore Wind Farm will be one of the largest offshore wind farms in the world and when operational could provide almost 1.2 million UK homes with their annual electricity needs. Iv-Offshore & Energy is SMOP’s engineering subcontractor for the detailed design for both the topside and jacket of the Offshore Converter Platform. The contract also includes procurement of topside equipment. In the project, GE will be responsible for the High Voltage equipment on the platform.

Primaned Projectadvies B.V. has been assisting Iv-Offshore & Energy b.v. since the tender phase. This resulted in a level 3 time schedule, created together with Sembcorp Marine Offshore Platforms Pte Ltd (SMOP). During the start up phase of the early works, extensive cooperation between Iv-ONE and SMOP resulted in a more detailed time schedule. During the project, the time schedule will be used to analyse the progress and to keep track of the critical path of the entire project. For this, Earned Value Management will be applied.

 

PROJECTDETAILS
<?php $pm_maturity = get_field("pm_maturity", get_the_ID()); $projectduur = get_field("projectduur", get_the_ID()); $projectgrootte = get_field("projectgrootte", get_the_ID()); $vorm = get_field("vorm", get_the_ID()); $table_html = ""; $table_html .= ""; if($projectduur){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } if($projectgrootte){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } if($pm_maturity){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } if($vorm){ $table_html .= ""; $table_html .= ""; $table_html .= ""; $table_html .= ""; } $table_html .= ""; $table_html .= "
Projectduur".$projectduur."
Projectgrootte".$projectgrootte."
PM Maturity".$pm_maturity."
Vorm".$vorm."
"; echo $table_html; ?>