Metadata-Version: 2.1
Name: hydesign
Version: 1.4.0
Summary: A tool for design and scontrol of utility scale wind-solar-storage based hybrid power plant.
Home-page: https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign
Author: DTU Wind Energy
Author-email: jumu@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
License-File: LICENSE
Requires-Dist: dask
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: h5netcdf
Requires-Dist: netcdf4
Requires-Dist: xarray
Requires-Dist: openmdao
Requires-Dist: smt
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: zarr
Requires-Dist: ortools
Requires-Dist: NREL-PySAM
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: optional
Requires-Dist: seaborn; extra == "optional"
Requires-Dist: jupyterlab; extra == "optional"
Requires-Dist: finitediff; extra == "optional"
Provides-Extra: docs
Requires-Dist: pypandoc; extra == "docs"
Requires-Dist: sphinx; 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"

|pipeline status| |coverage report| |DOI| |PyPi| |License| |Binder|

Welcome to Hydesign
-------------------

-  A tool for design and control of utility scale wind-solar-storage
   based hybrid power plant (HPP).
-  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 a 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

How to cite
-----------

If you make use of HyDesign please cite this paper, which inludes 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

License:
--------

`MIT <https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/blob/main/LICENSE>`__

Documentation, installation, etc:
---------------------------------

https://topfarm.pages.windenergy.dtu.dk/hydesign.

.. |pipeline status| image:: https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/badges/main/pipeline.svg
   :target: https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/-/commits/main
.. |coverage report| image:: https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/badges/main/coverage.svg
   :target: https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/commits/main
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7573040.svg
   :target: https://doi.org/10.5281/zenodo.7573040
.. |PyPi| image:: https://img.shields.io/pypi/v/hydesign
   :target: https://pypi.org/project/hydesign/
.. |License| image:: https://img.shields.io/pypi/l/hydesign
   :target: https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/blob/main/LICENSE
.. |Binder| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/DTUWindEnergy/HyDesignExamples/HEAD
