Skip to content

Commit

Permalink
Merge pull request #411 from UU-ER/fix_docs_energyhub
Browse files Browse the repository at this point in the history
Fix docs energyhub
  • Loading branch information
masseramatteo authored Feb 7, 2025
2 parents 31c14fc + b96c54f commit 0786681
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"size_is_int": 0,
"decommission": 0,
"Economics": {
"comment": "CAPEX in EUR/t/hCO2_in, OPEX_variable in EUR/t/h_CO2_captured, OPEX_fixed in % of CAPEX_annual",
"comment": "CAPEX in EUR/(t/hCO2_in), OPEX_variable in EUR/(t/h_CO2_captured), OPEX_fixed in % of CAPEX_annual",
"CAPEX_model": 3,
"unit_CAPEX": 1.1084E+06,
"CAPEX_kappa": 3.11E+06,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"size_is_int": 0,
"decommission": 0,
"Economics": {
"comment": "CAPEX in EUR/t/hCO2_in, OPEX_variable in EUR/t/h_CO2_captured, OPEX_fixed in % of CAPEX_annual",
"comment": "CAPEX in EUR/(t/hCO2_in), OPEX_variable in EUR/(t/h_CO2_captured), OPEX_fixed in % of CAPEX_annual",
"CAPEX_model": 3,
"unit_CAPEX": 1.1084E+06,
"CAPEX_kappa": 2.83E+06,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"size_is_int": 0,
"decommission": 0,
"Economics": {
"comment": "CAPEX in EUR/t/hCO2_in, OPEX_variable in EUR/t/h_CO2_captured, OPEX_fixed in % of CAPEX_annual",
"comment": "CAPEX in EUR/(t/hCO2_in), OPEX_variable in EUR/(t/h_CO2_captured), OPEX_fixed in % of CAPEX_annual",
"CAPEX_model": 3,
"unit_CAPEX": 1.104E+06,
"CAPEX_kappa": 3.44E+06,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Welcome to AdOpT-NET0 documentation!
=====================================
Energyhub is a Python Library for bottom-up multi energy system modelling. It can model conversion technologies and
AdOpT-NET0 is a Python Library for bottom-up multi energy system modelling. It can model conversion technologies and
networks for any carrier and optimize the design and operation of your energy system.
We recommend to start with the :ref:`installation<installation>`, the
:ref:`workflow for (first-time) users<workflow>`, and the
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
certifi==2024.12.14 ; python_version >= "3.12" and python_version < "4.0"
certifi==2025.1.31 ; python_version >= "3.12" and python_version < "4.0"
cffi==1.17.1 ; python_version >= "3.12" and python_version < "4.0"
charset-normalizer==3.4.1 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows"
et-xmlfile==2.0.0 ; python_version >= "3.12" and python_version < "4.0"
h3==4.1.2 ; python_version >= "3.12" and python_version < "4.0"
h3==4.2.1 ; python_version >= "3.12" and python_version < "4.0"
h5py==3.12.1 ; python_version >= "3.12" and python_version < "4.0"
highspy==1.9.0 ; python_version >= "3.12" and python_version < "4.0"
idna==3.10 ; python_version >= "3.12" and python_version < "4.0"
joblib==1.4.2 ; python_version >= "3.12" and python_version < "4.0"
networkx==3.4.2 ; python_version >= "3.12" and python_version < "4.0"
numpy==2.2.1 ; python_version >= "3.12" and python_version < "4.0"
numpy==2.2.2 ; python_version >= "3.12" and python_version < "4.0"
openpyxl==3.1.5 ; python_version >= "3.12" and python_version < "4.0"
packaging==24.2 ; python_version >= "3.12" and python_version < "4.0"
pandas==2.2.3 ; python_version >= "3.12" and python_version < "4.0"
Expand All @@ -21,16 +21,16 @@ pycparser==2.22 ; python_version >= "3.12" and python_version < "4.0"
pydoe==0.3.8 ; python_version >= "3.12" and python_version < "4.0"
pyomo==6.8.2 ; python_version >= "3.12" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "4.0"
pytz==2024.2 ; python_version >= "3.12" and python_version < "4.0"
pytz==2025.1 ; python_version >= "3.12" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.12" and python_version < "4.0"
scandir==1.10.0 ; python_version >= "3.12" and python_version < "4.0"
scikit-learn==1.6.1 ; python_version >= "3.12" and python_version < "4.0"
scipy==1.15.1 ; python_version >= "3.12" and python_version < "4.0"
six==1.17.0 ; python_version >= "3.12" and python_version < "4.0"
statsmodels==0.14.4 ; python_version >= "3.12" and python_version < "4.0"
threadpoolctl==3.5.0 ; python_version >= "3.12" and python_version < "4.0"
timezonefinder==6.5.7 ; python_version >= "3.12" and python_version < "4.0"
timezonefinder==6.5.8 ; python_version >= "3.12" and python_version < "4.0"
tqdm==4.67.1 ; python_version >= "3.12" and python_version < "4.0"
tsam==2.3.5 ; python_version >= "3.12" and python_version < "4.0"
tzdata==2024.2 ; python_version >= "3.12" and python_version < "4.0"
tzdata==2025.1 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.3.0 ; python_version >= "3.12" and python_version < "4.0"

0 comments on commit 0786681

Please sign in to comment.