-
Notifications
You must be signed in to change notification settings - Fork 9
Add external coupling for input and output conversion of liquid fuels #3452
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
cd2f908
Add input files for liquid-fluids (external coupling) so that input a…
robindesmit-quintel e9fffad
Add external coupling group to the input files of liquid fuels.
robindesmit-quintel 0bff2ec
Move folder liquid fuels inside the external coupling folder.
robindesmit-quintel 67a40bf
Restructure folders
mabijkerk cc619b4
Rename the inputs to shorten the name.
robindesmit-quintel f988152
Add loss shares of external coupling liquid fuels.
robindesmit-quintel a356223
Remove redundant external coupling inputs
mabijkerk 0ef5996
Reduce priority for external coupling liquid fuels
mabijkerk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...id_fuels/bio_ethanol_production/external_coupling_bio_ethanol_bio_ethanol_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_bio_ethanol), bio_ethanol), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol, bio_ethanol_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...ng/liquid_fuels/bio_ethanol_production/external_coupling_bio_ethanol_loss_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_bio_ethanol), loss), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol, loss_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...uid_fuels/bio_ethanol_production/external_coupling_bio_ethanol_network_gas_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_bio_ethanol), network_gas), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol, network_gas_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...uid_fuels/bio_ethanol_production/external_coupling_bio_ethanol_wet_biomass_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_bio_ethanol), wet_biomass), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol, wet_biomass_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
..._fuels/bio_ethanol_to_jet/external_coupling_bio_ethanol_to_jet_bio_ethanol_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_bio_ethanol_to_jet), bio_ethanol), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_to_jet_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol_to_jet, bio_ethanol_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...uels/bio_ethanol_to_jet/external_coupling_bio_ethanol_to_jet_bio_kerosene_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_bio_ethanol_to_jet), bio_kerosene), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_to_jet_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol_to_jet, bio_kerosene_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...d_fuels/bio_ethanol_to_jet/external_coupling_bio_ethanol_to_jet_biodiesel_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_bio_ethanol_to_jet), biodiesel), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_to_jet_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol_to_jet, biodiesel_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...uid_fuels/bio_ethanol_to_jet/external_coupling_bio_ethanol_to_jet_hydrogen_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_bio_ethanol_to_jet), hydrogen), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_to_jet_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol_to_jet, hydrogen_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...liquid_fuels/bio_ethanol_to_jet/external_coupling_bio_ethanol_to_jet_loss_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_bio_ethanol_to_jet), loss), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_bio_ethanol_to_jet_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_bio_ethanol_to_jet, loss_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...tropsch/external_coupling_fischer_tropsch_biogenic_waste_ccs_bio_kerosene_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_biogenic_waste_ccs), bio_kerosene), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_biogenic_waste_ccs, bio_kerosene_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...er_tropsch/external_coupling_fischer_tropsch_biogenic_waste_ccs_biodiesel_output_share.ad
|
mabijkerk marked this conversation as resolved.
|
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_biogenic_waste_ccs), biodiesel), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_biogenic_waste_ccs, biodiesel_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...r_tropsch/external_coupling_fischer_tropsch_biogenic_waste_ccs_bionaphtha_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_biogenic_waste_ccs), bionaphtha), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_biogenic_waste_ccs, bionaphtha_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...fischer_tropsch/external_coupling_fischer_tropsch_biogenic_waste_ccs_loss_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_biogenic_waste_ccs), loss), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_biogenic_waste_ccs, loss_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...er_tropsch/external_coupling_fischer_tropsch_dry_biomass_ccs_bio_kerosene_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_dry_biomass_ccs), bio_kerosene), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_dry_biomass_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_dry_biomass_ccs, bio_kerosene_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...scher_tropsch/external_coupling_fischer_tropsch_dry_biomass_ccs_biodiesel_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_dry_biomass_ccs), biodiesel), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_dry_biomass_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_dry_biomass_ccs, biodiesel_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...cher_tropsch/external_coupling_fischer_tropsch_dry_biomass_ccs_bionaphtha_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_dry_biomass_ccs), bionaphtha), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_dry_biomass_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_dry_biomass_ccs, bionaphtha_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...ls/fischer_tropsch/external_coupling_fischer_tropsch_dry_biomass_ccs_loss_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_dry_biomass_ccs), loss), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_dry_biomass_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_dry_biomass_ccs, loss_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...r_tropsch/external_coupling_fischer_tropsch_non_biogenic_waste_ccs_diesel_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_non_biogenic_waste_ccs), diesel), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_non_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_non_biogenic_waste_ccs, diesel_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...tropsch/external_coupling_fischer_tropsch_non_biogenic_waste_ccs_kerosene_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_non_biogenic_waste_ccs), kerosene), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_non_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_non_biogenic_waste_ccs, kerosene_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...her_tropsch/external_coupling_fischer_tropsch_non_biogenic_waste_ccs_loss_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_non_biogenic_waste_ccs), loss), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_non_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_non_biogenic_waste_ccs, loss_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
..._tropsch/external_coupling_fischer_tropsch_non_biogenic_waste_ccs_naphtha_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_non_biogenic_waste_ccs), naphtha), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_non_biogenic_waste_ccs_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_non_biogenic_waste_ccs, naphtha_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...opsch/external_coupling_fischer_tropsch_synthetic_dispatchable_electricity_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_dispatchable), electricity), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_dispatchable_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_dispatchable, electricity_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...tropsch/external_coupling_fischer_tropsch_synthetic_dispatchable_gasoline_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_dispatchable), gasoline), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_dispatchable_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_dispatchable, gasoline_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
..._tropsch/external_coupling_fischer_tropsch_synthetic_dispatchable_hydrogen_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_dispatchable), hydrogen), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_dispatchable_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_dispatchable, hydrogen_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...tropsch/external_coupling_fischer_tropsch_synthetic_dispatchable_kerosene_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_dispatchable), kerosene), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_dispatchable_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_dispatchable, kerosene_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...her_tropsch/external_coupling_fischer_tropsch_synthetic_dispatchable_loss_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_dispatchable), loss), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_dispatchable_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_dispatchable, loss_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...r_tropsch/external_coupling_fischer_tropsch_synthetic_must_run_electricity_input_share.ad
|
mabijkerk marked this conversation as resolved.
|
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_must_run), electricity), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_must_run_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_must_run, electricity_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...her_tropsch/external_coupling_fischer_tropsch_synthetic_must_run_gasoline_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_must_run), gasoline), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_must_run_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_must_run, gasoline_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...cher_tropsch/external_coupling_fischer_tropsch_synthetic_must_run_hydrogen_input_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(INPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_must_run), hydrogen), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_must_run_input | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_must_run, hydrogen_input_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
12 changes: 12 additions & 0 deletions
12
...her_tropsch/external_coupling_fischer_tropsch_synthetic_must_run_kerosene_output_share.ad
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # Priority is set at 2 to go before the regular liquid fuels inputs | ||
|
|
||
| - query = UPDATE(OUTPUT_SLOTS(V(energy_production_fischer_tropsch_synthetic_must_run), kerosene), conversion, DIVIDE(USER_INPUT(),100.0)) | ||
| - share_group = energy_production_fischer_tropsch_synthetic_must_run_output | ||
| - priority = 2 | ||
| - max_value = 100.0 | ||
| - min_value = 0.0 | ||
| - start_value_gql = present:V(energy_production_fischer_tropsch_synthetic_must_run, kerosene_output_conversion) * 100.0 | ||
| - step_value = 0.1 | ||
| - unit = % | ||
| - update_period = future | ||
| - coupling_groups = [external_model_liquid_fuels] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.