Skip to content

Commit

Permalink
Removed old links to the previous heat profile generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Oct 14, 2024
1 parent 5c9657d commit a31a7fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 143 deletions.
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
6 changes: 5 additions & 1 deletion src/Modules/heat_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,12 @@ def load_profiles_from_balmorel(ctx):
return df

@click.pass_context
def heat_profiles_func(ctx, df):
def heat_profiles_func(df):
"""Generates heat profiles from previous Balmorel input data
Args:
df (_type_): The previous profiles input data
"""

### Save DH_VAR_T.inc
incfile = IncFile(name='DH_VAR_T', path='Output',
Expand Down

0 comments on commit a31a7fd

Please sign in to comment.