We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to iiasa/message_ix#254.
The Java code under JDBCBackend pre-populates every Platform with the following units:
- % cases G$ GW GWa kg kg/kWa km MW MWa t T$ tC tCO2 USD USD/GWa USD/kg USD/km USD/kWa USD/tC USD/tCO2 y
This happens at the SQL schema level; see https://github.com/iiasa/ixmp_source/blob/4f96133a8ad152aa6aadf9436ab7bb3010f0c0de/src/main/resources/db/migration/hsql/V1__hsql_base_version.sql#L418-L443
This list should be:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to iiasa/message_ix#254.
The Java code under JDBCBackend pre-populates every Platform with the following units:
This happens at the SQL schema level; see https://github.com/iiasa/ixmp_source/blob/4f96133a8ad152aa6aadf9436ab7bb3010f0c0de/src/main/resources/db/migration/hsql/V1__hsql_base_version.sql#L418-L443
This list should be:
The text was updated successfully, but these errors were encountered: