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

Default values of the default values #638

Open
jacob-mannhardt opened this issue Sep 17, 2024 · 1 comment
Open

Default values of the default values #638

jacob-mannhardt opened this issue Sep 17, 2024 · 1 comment
Labels
enhancement New feature or request input data

Comments

@jacob-mannhardt
Copy link
Collaborator

In our current approach, we have to fill every attributes.json file with all parameters, most of which we probably never touch.

Can we simplfiy this, following our paradigm that we should only provide those values that we actually want to touch?

I see two options:

  1. we can provide an attributes file for the group of technologies in the input data
  2. we can provide the default values in the code (e.g., default demand is zero etc.)

The issue are the units but we can circumvent that by skipping that specific parameter of that specific tech/carrier in the unit consistency tests.

I think in general it should be possible to derive default default values

@jacob-mannhardt jacob-mannhardt added enhancement New feature or request input data labels Sep 17, 2024
@jacob-mannhardt
Copy link
Collaborator Author

similar to default_config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request input data
Projects
None yet
Development

No branches or pull requests

1 participant