-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from balmorelcommunity:merge
Improvements from Kountouris et al. 2024
- Loading branch information
Showing
28 changed files
with
5,459 additions
and
3,324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,40 @@ | ||
|
||
|
||
QHYDROGEN_HGEHTOH2 | ||
QHYDROGEN_HGETOHH2 | ||
QHYDROGEN_H2TOEH | ||
QHYDROGEN_EQ | ||
QHYDROGEN_EQ_AREA | ||
QHYDROGEN_STOMAXCON | ||
QHYDROGEN_STOMAXLOAD | ||
QHYDROGEN_STOMAXUNLD | ||
QHYDROGEN_STOVOL | ||
QHYDROGEN_GCH4KT_UP | ||
QBIOMETHANE_EQ | ||
QBIOMETHANE_STOVOLTS | ||
QGKBIOMETHANE_UP | ||
QGKBIOGASUPGRADING_UP | ||
QGKBIOGASMETHANATION_UP | ||
|
||
|
||
QXH2K_UP | ||
$ifi %H2TransInvest%==yes QXH2KNACCUMNET | ||
$ifi %H2TransInvest%==yes QXH2KNACCUMNET_NGTOH2 | ||
$ifi %H2TransInvest%==yes QXH2INVSYMMETRY | ||
$ifi %H2TransInvest%==yes QXH2INVSYMMETRY_NGTOH2 | ||
$ifi %H2TransInvest%==yes QXH2KMAX_NGTOH2 | ||
$ifi %H2TransInvest%==yes QVXH2KN_ES | ||
$ifi %H2TransInvest%==yes QXH2LAMBDA_ES | ||
|
||
|
||
|
||
QHYDROGEN_HGEHTOH2 | ||
QHYDROGEN_HGETOHH2 | ||
QHYDROGEN_H2TOEH | ||
QHYDROGEN_EQ | ||
QHYDROGEN_EQ_AREA | ||
QHYDROGEN_STOMAXCON | ||
QHYDROGEN_STOMAXLOAD | ||
QHYDROGEN_STOMAXUNLD | ||
QHYDROGEN_STOVOL | ||
QHYDROGEN_GCH4KT_UP | ||
$ifi %COMBTECH%==yes QHYDROGENGKE_UP_ADD | ||
QBIOMETHANE_EQ | ||
QBIOMETHANE_STOVOLTS | ||
QGKBIOMETHANE_UP | ||
QGKBIOGASUPGRADING_UP | ||
QGKBIOGASMETHANATION_UP | ||
|
||
|
||
|
||
QXH2K_UP | ||
$ifi %H2TransInvest%==yes QXH2KNACCUMNET | ||
$ifi %H2TransInvest%==yes QXH2KNACCUMNET_NGTOH2 | ||
$ifi %H2TransInvest%==yes QXH2INVSYMMETRY | ||
$ifi %H2TransInvest%==yes QXH2INVSYMMETRY_NGTOH2 | ||
$ifi %H2TransInvest%==yes QXH2KMAX_NGTOH2 | ||
$ifi %H2TransInvest%==yes $ifi %ES_H2TRANS%==yes QVXH2KN_ES | ||
$ifi %H2TransInvest%==yes $ifi %ES_H2TRANS%==yes QXH2LAMBDA_ES | ||
|
||
* Flexible hydrogen demand in space by Ioannis | ||
$ifi not %flexible_h2_space%==yes $goto no_flexible_h2_space | ||
QSYNTHETIC_EQ_PRODUCTION | ||
QSYNTHETIC_EQ_SHIFT | ||
QSYNTHETIC_EQ_SHIFT_UP | ||
QSYNTHETIC_EQ_SHIFT_DOWN | ||
QSYNTHETIC_EQ_SHIFT_BALANCE_MOVE | ||
QSYNTHETIC_EQ_SHIFT_BALANCE_OVERALL | ||
$label no_flexible_h2_space | ||
|
Oops, something went wrong.