Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow to use TulipaEnergyModel v0.11.0 #12

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ TulipaIO = "7b3808b7-0819-42d4-885c-978ba173db11"
[compat]
DuckDB = "0.10, ~1.0"
DuckDB_jll = "0.10, ~1.0"
TulipaEnergyModel = "0.10"
TulipaIO = "0.2"
TulipaEnergyModel = "0.11"
TulipaIO = "0.3"
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Tulipa OBZ

# How to add a new asset
## Updating the repo

If you have an error after updating your repository, consider, delete the Manifest.TOML in your project folder and instantiate the julia enviroment again to get the latest updated packages.

## How to add a new asset

1. Go to the folder `user-input-files` and then add the asset to the correspondent `asset-XXX-basic-data.csv` and the `asset-XXX-year-data.csv`
2. (optional) Go to the `profiles.csv` and add the profile for the asset
Expand Down
317 changes: 0 additions & 317 deletions tulipa-energy-model-files/assets-data.csv

This file was deleted.

161 changes: 0 additions & 161 deletions tulipa-energy-model-files/assets-profiles.csv

This file was deleted.

Loading