Metadata-Version: 2.4
Name: hydesign
Version: 1.6.0
Summary: A tool for design and control of utility-scale wind-solar-storage based hybrid power plant.
Author-email: DTU Wind Energy <mikf@dtu.dk>
License: MIT
Project-URL: Documentation, https://topfarm.pages.windenergy.dtu.dk/hydesign/
Project-URL: Source, https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign
Project-URL: Tracker, https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/-/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: h5netcdf
Requires-Dist: netcdf4
Requires-Dist: xarray
Requires-Dist: openmdao
Requires-Dist: smt==2.9.2
Requires-Dist: cplex
Requires-Dist: docplex
Requires-Dist: numpy-financial
Requires-Dist: pvlib
Requires-Dist: statsmodels
Requires-Dist: rainflow
Requires-Dist: pyyaml
Requires-Dist: matplotlib
Requires-Dist: ortools
Requires-Dist: NREL-PySAM
Requires-Dist: tqdm
Requires-Dist: h5py>=3.13
Provides-Extra: all
Requires-Dist: hydesign[docs,loads,reliability,test]; extra == "all"
Provides-Extra: test
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: optional
Requires-Dist: seaborn; extra == "optional"
Requires-Dist: jupyterlab; extra == "optional"
Requires-Dist: finitediff; extra == "optional"
Requires-Dist: dask; extra == "optional"
Requires-Dist: scikit-learn; extra == "optional"
Requires-Dist: zarr; extra == "optional"
Requires-Dist: openpyxl; extra == "optional"
Provides-Extra: docs
Requires-Dist: pypandoc; extra == "docs"
Requires-Dist: sphinx<=7.3.7; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: sphinx-tags; extra == "docs"
Provides-Extra: loads
Requires-Dist: surrogates-interface; extra == "loads"
Requires-Dist: py_wake; extra == "loads"
Requires-Dist: topfarm; extra == "loads"
Provides-Extra: reliability
Requires-Dist: chaospy; extra == "reliability"
Dynamic: license-file

[![pipeline status](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/badges/main/pipeline.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/-/commits/main)
[![coverage report](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/badges/main/coverage.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/commits/main)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7573040.svg)](https://doi.org/10.5281/zenodo.7573040)
[![PyPi](https://img.shields.io/pypi/v/hydesign)](https://pypi.org/project/hydesign/)
[![License](https://img.shields.io/pypi/l/hydesign)](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/blob/main/LICENSE)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.windenergy.dtu.dk%2FTOPFARM%2FHyDesign.git/main)

## Welcome to Hydesign
The DTU tool for design, control and optimization of utility scale Hybrid Power- and Energy Plants including wind, solar, storage and P2X technologies.
- Hydesign is a non-linear model for evaluating HPP projects including: 
    - Wind turbine selection
    - Wake losses that depend on the number of turbines and the installation density of the wind plant
    - Internal energy management system operation of the plant. The operation of the HPP plant is designed in an ideal scenario without degradation and an actual operation that can include degradation of the battery, or PV plant, as well as forecast errors in wind, solar and spot prices.
    - Non-linear battery degradation
    - Detailed cost models for wind, solar and Li-ion battery
    - Detailed financial model based on weighted costs of capital per technology
    - P2X capability with power to Hydrogen

## How to cite
If you make use of HyDesign please cite this paper, which includes a detailed description of the methodology applied in the framework:
```
@Article{wes-9-759-2024,
AUTHOR = {Murcia Leon, J. P. and Habbou, H. and Friis-M{\o}ller, M. and Gupta, M. and Zhu, R. and Das, K.},
TITLE = {HyDesign: a tool for sizing optimization of grid-connected hybrid power plants including wind, solar photovoltaic, and lithium-ion batteries},
JOURNAL = {Wind Energy Science},
VOLUME = {9},
YEAR = {2024},
NUMBER = {4},
PAGES = {759--776},
URL = {https://wes.copernicus.org/articles/9/759/2024/},
DOI = {10.5194/wes-9-759-2024}
}
```

## Source code repository (and issue tracker):
[https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign)

## License:
[MIT](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/blob/main/LICENSE)

## Documentation, installation, etc:
[https://topfarm.pages.windenergy.dtu.dk/hydesign](https://topfarm.pages.windenergy.dtu.dk/hydesign).


