Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ authors:
given-names:
title: "HERCULES"
version: 2
url: https://github.com/NREL/hercules
url: https://github.com/NatLabRockies/hercules

date-released: 2025-12-31
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Hercules is an open-source tool for hybrid plant simulation in real time. Hercul

## Part of the WETO Stack

Hercules is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://nrel.github.io/WETOStack). For more information and other integrated modeling software, see:
- [Portfolio Overview](https://nrel.github.io/WETOStack/portfolio_analysis/overview.html)
- [Entry Guide](https://nrel.github.io/WETOStack/_static/entry_guide/index.html)
- [High-Fidelity Modeling Workshop](https://nrel.github.io/WETOStack/workshops/user_workshops_2024.html#high-fidelity-modeling)
Hercules is primarily developed with the support of the U.S. Department of Energy and is part of the [WETO Software Stack](https://natlabrockies.github.io/WETOStack). For more information and other integrated modeling software, see:
- [Portfolio Overview](https://natlabrockies.github.io/WETOStack/portfolio_analysis/overview.html)
- [Entry Guide](https://natlabrockies.github.io/WETOStack/_static/entry_guide/index.html)
- [High-Fidelity Modeling Workshop](https://natlabrockies.github.io/WETOStack/workshops/user_workshops_2024.html#high-fidelity-modeling)

# Documentation

For detailed instructions see the [online documentation](https://nrel.github.io/hercules/)
For detailed instructions see the [online documentation](https://natlabrockies.github.io/hercules/)

# Installation

For installation instructions see: [installation instructions](https://nrel.github.io/hercules/install.html)
For installation instructions see: [installation instructions](https://natlabrockies.github.io/hercules/install.html)
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bibtex_bibfiles:

# Information about where the book exists on the web
repository:
url: https://github.com/NREL/hercules
url: https://github.com/NatLabRockies/hercules
path_to_book: docs
branch: develop

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd hercules_root
## Clone Hercules

```bash
git clone https://github.com/NREL/hercules
git clone https://github.com/NatLabRockies/hercules
cd hercules
```

Expand Down
2 changes: 1 addition & 1 deletion docs/not_used/install_on_kestrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pip install -e SEAS
Go back to herc_root

```
git clone https://github.com/NREL/hercules
git clone https://github.com/NatLabRockies/hercules
pip install -e hercules
```

Expand Down
4 changes: 2 additions & 2 deletions examples/grid/grid_status_download_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Download 2 days of data for the OKGE.FRONTIER location
# Download both real time and day ahead data
# See the documentation for more details of this example:
# https://nrel.github.io/hercules/gridstatus_download.html
# https://natlabrockies.github.io/hercules/gridstatus_download.html
# Note api key is required, see the documentation for more details:
# https://nrel.github.io/hercules/gridstatus_download.html#api-key-setup
# https://natlabrockies.github.io/hercules/gridstatus_download.html#api-key-setup

# Run using uvx --with gridstatusio --with pyarrow python grid_status_download_example.py

Expand Down
2 changes: 1 addition & 1 deletion examples/grid/process_grid_status_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The output dataframe is formatted for use as external data in Hercules and includes convenient
# forward hours of day ahead for certain Hycon applications.
# See the documentation for more details of this example:
# https://nrel.github.io/hercules/gridstatus_download.html#combining-real-time-and-day-ahead-data-for-hycon
# https://natlabrockies.github.io/hercules/gridstatus_download.html#combining-real-time-and-day-ahead-data-for-hycon

import pandas as pd
from hercules.grid.grid_utilities import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
{ name = "Brooke Stanislawski", email = "[email protected]" },
]
license = { file = "LICENSE.txt" }
urls = { "Homepage" = "https://github.com/NREL/hercules" }
urls = { "Homepage" = "https://github.com/NatLabRockies/hercules" }
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down