Skip to content

Emprical Gauss Model #662

Closed Answered by misi9170
Ooussamaa asked this question in Q&A
May 23, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @Ooussamaa, I'm sorry for the long delay before replying. I have not been able to reproduce your issue, unfortunately.

I've run the following script, modified from yours with a made-up layout:

import pandas as pd

import matplotlib.pyplot as plt
import numpy as np

import floris.tools.visualization as wakeviz
from floris.tools import FlorisInterface
from floris.tools.visualization import (
    calculate_horizontal_plane_with_turbines,
    #visualize_cut_plane,
)

#layout= "S1_Layout.csv"
# df_layout = pd.read_csv(layout)
# print("The wind farm layout dataframe looks as follows: \n\n {} \n".format(df_layout))

# x_array=np.array(df_layout["x"].unique(), dtype=float)
# y_array=np.array(d…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by christiannvaughn
Comment options

You must be logged in to vote
1 reply
@misi9170
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants