Skip to content

Commit

Permalink
Remove variables for energy service for floor space (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Oct 14, 2024
1 parent 48ec91e commit 618ddc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
python-version: 3.11

- name: Install requirements
run: pip install nomenclature-iamc pytest
run: |
pip install nomenclature-iamc>=0.19.1 pytest
pip list
- name: Run the integration test
run: pytest tests/test_integration.py --rootdir='tests'
9 changes: 0 additions & 9 deletions definitions/variable/variable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2432,15 +2432,6 @@
definition: secondary energy consumption of hydrogen for the autoproduction of
liquids, incl. hydrocarbon inputs for olefine production
unit: EJ/yr
- Energy Service|Commercial|Floor Space:
definition: energy service demand for conditioned floor space in commercial buildings
unit: bn m2
- Energy Service|Residential and Commercial|Floor Space:
definition: energy service demand for conditioned floor space in buildings
unit: bn m2
- Energy Service|Residential|Floor Space:
definition: energy service demand for conditioned floor space in residential buildings
unit: bn m2
- Energy Service|Transportation|Freight|Domestic Aviation:
definition: energy service demand for freight transport on domestic aircrafts
unit: bn tkm/yr
Expand Down

0 comments on commit 618ddc7

Please sign in to comment.