From 5af47600353c0743c4395d290a3a2cf5bae41eee Mon Sep 17 00:00:00 2001 From: Jared Thomas Date: Wed, 15 May 2024 05:45:49 -0600 Subject: [PATCH] add comment on usage to platform examples --- .../technologies/offshore/example_fixed_project.yaml | 4 +++- .../technologies/offshore/example_floating_project.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/greenheart/simulation/technologies/offshore/example_fixed_project.yaml b/greenheart/simulation/technologies/offshore/example_fixed_project.yaml index 8bafc6a03..7b57bd423 100644 --- a/greenheart/simulation/technologies/offshore/example_fixed_project.yaml +++ b/greenheart/simulation/technologies/offshore/example_fixed_project.yaml @@ -11,4 +11,6 @@ equipment: tech_required_area: 300. # equipment area [m**2] tech_combined_mass: 1000 # equipment mass [t] topside_design_cost: 4500000 # topside design cost [USD] - installation_duration: 14 # time at sea [days] \ No newline at end of file + installation_duration: 14 # time at sea [days] + +# set input values to -1 to use values calculated or input in other files during GreenHEART run (depth, distance, tech_required_area, tech_combined_mass) \ No newline at end of file diff --git a/greenheart/simulation/technologies/offshore/example_floating_project.yaml b/greenheart/simulation/technologies/offshore/example_floating_project.yaml index c8d823055..0c97476ec 100644 --- a/greenheart/simulation/technologies/offshore/example_floating_project.yaml +++ b/greenheart/simulation/technologies/offshore/example_floating_project.yaml @@ -12,3 +12,5 @@ equipment: tech_combined_mass: 1000 # equipment mass [t] topside_design_cost: 4500000 # topside design cost [USD] installation_duration: 14 # time at sea [days] + +# set input values to -1 to use values calculated or input in other files during GreenHEART run (depth, distance, tech_required_area, tech_combined_mass) \ No newline at end of file