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

Examples that make sense for the pipeline #1

Open
abelsiqueira opened this issue Jun 26, 2024 · 3 comments
Open

Examples that make sense for the pipeline #1

abelsiqueira opened this issue Jun 26, 2024 · 3 comments

Comments

@abelsiqueira
Copy link
Member

  • One example where you change specific individual values in a file
    e.g. NL_E_Demand.investable = false
  • One example where you change a whole column in a tabular file
    e.g. Add a column in a table that replaces an existing column of or is new
  • A few code example where you change some things
    e.g. Scaling

cc. @datejada

@datejada
Copy link
Member

  1. One example where you change specific individual values in a file:
  • Example 1.1: A user would like to answer the question: What happens if investment in Asgard_CCGT is not allowed? So, they will need Asgard_CCGT.investable = false in the assets file

  • Example 1.2: Similar question could be on the flow from Asgard_E_demand to Valhalla_E_balance. So change the value of investable of that column as false.

  1. One example where you change a whole column in a tabular file
  • Example 2.1: In the assets or flow file, the user wants to set the whole investment_integer to false. So, the problem is solved in a relaxed way.
  • Example 2.2: In the assets or flow file, the user wants to set the whole investment_limit to empty. So, the problem can invest without limits in each investable asset/flow.
  1. A few code example where you change some things
  • Example 3.1: The user wants to see the impact of reducing the cost of storage assets by 1/2. So, the investment_cost of storage assets should be scaled down by 0.5.
  • Example 3.2: The user wants to see the impact of increasing the demand 2%. So, the peak_demand of consumers assets should be scaled up by 1.02.

These are common cases in a pipeline. Please let me know if they make sense to you or if you need more information/details.

@abelsiqueira
Copy link
Member Author

@clizbe also wanted an example where two conditions are given at the same time.

@clizbe
Copy link
Member

clizbe commented Jul 22, 2024

Yeah something like:

  • All German wind production:
    • SELECT Asset: Wind AND Region: Germany
  • All wind production except in Germany:
    • SELECT Asset: Wind NOT Region: Germany

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants