Skip to content

Commit

Permalink
Refactor to remove "`" as an illegal character
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Dec 12, 2024
1 parent 8b12fd7 commit e03775f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions definitions/variable/energy/final-energy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
description: Electricity use for carbon management
unit: EJ/yr
tier: 2
notes: See `Secondary Energy|Electricity|...` for the power generation mix
notes: See 'Secondary Energy|Electricity|*' for the power generation mix.
navigate: Final Energy|Carbon Removal|Electricity
- Final Energy|Carbon Management|{Secondary Fuel Level 2}:
description: Use of {Secondary Fuel Level 2} for carbon management
Expand All @@ -140,7 +140,7 @@
description: Electricity use for carbon management by {Carbon Management Technology}
unit: EJ/yr
tier: 2
notes: See `Secondary Energy|Electricity|...` for the power generation mix
notes: See 'Secondary Energy|Electricity|*' for the power generation mix.
navigate: Final Energy|Carbon Removal|Electricity|{Carbon Management Technology}
engage: Final Energy|Carbon Removal|Electricity|{Carbon Management Technology}
- Final Energy|Carbon Management|{Carbon Management Technology}|{Secondary Fuel Level 2}:
Expand Down
2 changes: 1 addition & 1 deletion nomenclature.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
illegal_characters: [ ":", '"' ]
illegal_characters: [ ":", '"', "`" ]

0 comments on commit e03775f

Please sign in to comment.