Seting the height that the wind speed is calulated at #492
-
|
Hi, SiteInfo Technologiestechnologies: grid: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @mmoulton1! Wind Turbine Hub-HeightThis message pops up when the wind turbine hub-height doesn't match the hub-height input into SiteInfo. The 80m is associated with the default PySAM wind model used in HOPP. To update the wind turbine hub-height, specify site:
...
hub_height: 100 # make sure this matches the hub_height under 'wind'
technologies:
wind:
hub_height: 100 # make sure this matches the hub_height under 'site'
...If you specify the FormulasWhat formulas are you referring to when you say "where can I find the formulas used in the solar panel model and the wind turbine model"? A good starting place would be to look:
More detailed formulations are going to be found in any tools or packaged called within the Happy to provide more information if there's specific formulas you're interested in! |
Beta Was this translation helpful? Give feedback.
Hi @mmoulton1!
Wind Turbine Hub-Height
This message pops up when the wind turbine hub-height doesn't match the hub-height input into SiteInfo. The 80m is associated with the default PySAM wind model used in HOPP. To update the wind turbine hub-height, specify
hub_heightunder the wind technologies section of the input file.If you specify the
hub_heightfor the wind technology, this should resolve the problem (let us know if it does!).Formulas
What formulas are you referring to when you say "where can I f…