FZJ-IEK3-VSA / HiSim

HiSim - House Infrastructure Simulator
MIT License
27 stars 14 forks source link

Windturbine and additional parameters/function in weather modell #277

Closed Hoppe-J closed 3 months ago

Hoppe-J commented 7 months ago

generic Windturbine: based on windpowerlib (https://github.com/wind-python/windpowerlib/tree/dev) Calculates the elctrical output power of a windturbine with weather data from weather model (pressure,windspeed,temperature) windpowerlib calculates the weatherparameter on hub height and calculate the elecitrical power for a specific windturbine model from a specific manufactor.

Because of the windtrubine modell the hisim weather model was expanded to include the parameter “pressure” in outputs for every weather data format (nsrdb,try/dwd) In addition, the weather model has been expanded to include a function that can process current DWD data. The integration of the dwd database and the provision of the data will follow later

Hoppe-J commented 6 months ago

please also check new implemented model for weather data request from dwd and era5 weather_data_import.py

"original" weather.py model is adapted to new import possibility

noah80 commented 6 months ago

Is this ready?

Hoppe-J commented 6 months ago

From my side I have nothing more to add for now. The commit from just now was the last point that came to mind for more "flexibility" of the model

Hoppe-J commented 4 months ago

Licence issues for weather data talked about in meeting:

Both licences are free to use. So I think there is no problem to publish the data requests in hisim repository