Skip to content

Commit

Permalink
Merge branch 'new_heat_profiles' into spatial_study
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Oct 14, 2024
2 parents 746e198 + a31a7fd commit c7ccbbd
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 200 deletions.
Binary file modified src/Analysis/preprocessing_dag.pdf
Binary file not shown.
133 changes: 0 additions & 133 deletions src/Modules/Submodules/read_futuregas_profiles.py

This file was deleted.

9 changes: 0 additions & 9 deletions src/Modules/format_balmorel_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from geofiles import prepared_geofiles
from Submodules.utils import store_balmorel_input
from onshore_vre_func import onshore_vre_func
from heat_profiles_func import heat_profiles_func
import numpy as np
from pybalmorel import IncFile
import pandas as pd
Expand Down Expand Up @@ -61,14 +60,6 @@ def main(ctx, model_path: str, scenario: str, load_again: bool = False):
ctx.obj['mun'] = mun



@main.command()
@click.pass_context
def heat_profiles(ctx):
"""Get heat profiles from Bramstoft, Rasmus, Amalia Pizarro-Alonso, Ida Græsted Jensen, Hans Ravn, and Marie Münster. “Modelling of Renewable Gas and Renewable Liquid Fuels in Future Integrated Energy Systems.” Applied Energy 268 (June 15, 2020): 114869. https://doi.org/10.1016/j.apenergy.2020.114869."""
return heat_profiles_func(ctx)


@main.command()
@click.pass_context
def onshore_vre(ctx):
Expand Down
Loading

0 comments on commit c7ccbbd

Please sign in to comment.