Skip to content

Commit

Permalink
Add non energetic ammonia in fertilizer sector to external coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Aug 29, 2024
1 parent 0c47e61 commit 7b24b84
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- type = share
- reversed = false
- groups = [final_demand, chemical_industry, fertilizers_industry, aggregated_chemical_industry]

~ parent_share = 0.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- type = share
- reversed = false
- groups = [final_demand, chemical_industry, fertilizers_industry, aggregated_chemical_industry]

~ parent_share = 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- input.wood_pellets = 0.0
- input.crude_oil = 0.0
- input.hydrogen = 0.0
- input.ammonia = 0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- query = UPDATE(INPUT_SLOTS(V(industry_chemicals_fertilizers_external_coupling_node_non_energetic),ammonia), conversion, DIVIDE(USER_INPUT(),100.0))
- share_group = external_coupling_chemicals_fertilizers_non_energetic_input
- priority = 0
- max_value = 100.0
- min_value = 0.0
- start_value_gql = present:V(industry_chemicals_fertilizers_external_coupling_node_non_energetic,ammonia_input_conversion) * 100.0
- step_value = 0.1
- unit = %
- update_period = future
- coupling_groups = [external_model_industry, industry_chemical_fertilizers]

0 comments on commit 7b24b84

Please sign in to comment.