Skip to content

Commit

Permalink
Update query
Browse files Browse the repository at this point in the history
"industry water withdrawals and consumption"
  • Loading branch information
siddarthd96 committed Apr 15, 2022
1 parent c1d6dfe commit 04aaad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions output/queries/Main_queries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2257,8 +2257,7 @@ local:generate-sector-input-coefs(remove($outputNameQueue, 1), $currTree, $coefs
<supplyDemandQuery title="industry water withdrawals and consumption">
<axis1 name="input">input</axis1>
<axis2 name="Year">demand-physical[@vintage]</axis2>
<xPath buildList="true" dataName="input" group="false" sumAll="false">*[@type='sector' and (@name='industry' or (exists(child::keyword[@final-energy='industry'])))]//
*[@type='input' and contains(@name,'water_td')]/demand-physical/node()</xPath>
<xPath buildList="true" dataName="input" group="false" sumAll="false">*[@type='sector']//[@type='input' and contains(@name,'water_td_ind')]/demand-physical/node()</xPath>
<comments/>
</supplyDemandQuery>
</queryGroup>
Expand Down

0 comments on commit 04aaad4

Please sign in to comment.