-
Notifications
You must be signed in to change notification settings - Fork 173
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 #695 from FelicitasBeier/DeepDive_Develop
Added non-ag. water consumption as output
- Loading branch information
Showing
13 changed files
with
136 additions
and
238 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
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 |
---|---|---|
|
@@ -6,18 +6,18 @@ | |
*** | Contact: [email protected] | ||
|
||
parameters | ||
i42_wat_req_k(t,j,k) LPJmL annual water demand for irrigation per ha per year (m^3) + Livestock demand per ton (m^3) | ||
ic42_wat_req_k(j,k) LPJmL annual water demand for irrigation per ha per year (m^3) + Livestock demand per ton (m^3) | ||
i42_env_flows(t,j) Environmental flow requirements if a protection policy is in place (mio. m^3) | ||
i42_env_flows_base(t,j) Environmental flow requirements if no protection policy is in place (mio. m^3) | ||
ic42_env_flow_policy(i) Determines whether environmental flow protection is enforced in the current time step (1) | ||
i42_env_flow_policy(t,i) Determines whether environmental flow protection is enforced (1) | ||
p42_efp(t_all,scen42) Determines whether environmental flow protection is enforced and its fading in of environmental flow policy (1) | ||
p42_efp_fader(t_all) Determines the fading in of environmental flow policy (1) | ||
p42_country_dummy(iso) Dummy parameter indicating whether country is affected by EFP (1) | ||
p42_EFP_region_shr(t_all,i) Weighted share of region with regards to EFP (1) | ||
ic42_pumping_cost(i) Parameter to capture values for pumping costs in a particular time step (USD05MER per m^3) | ||
i42_watdem_total(t,j,watdem_ineldo) Non-agricultural water demand for entire year used in post-processing (mio. m^3 per yr) | ||
i42_wat_req_k(t,j,k) LPJmL annual water demand for irrigation per ha per year (m^3) + Livestock demand per ton (m^3) | ||
ic42_wat_req_k(j,k) LPJmL annual water demand for irrigation per ha per year (m^3) + Livestock demand per ton (m^3) | ||
i42_env_flows(t,j) Environmental flow requirements if a protection policy is in place (mio. m^3) | ||
i42_env_flows_base(t,j) Environmental flow requirements if no protection policy is in place (mio. m^3) | ||
ic42_env_flow_policy(i) Determines whether environmental flow protection is enforced in the current time step (1) | ||
i42_env_flow_policy(t,i) Determines whether environmental flow protection is enforced (1) | ||
p42_efp(t_all,scen42) Determines whether environmental flow protection is enforced and its fading in of environmental flow policy (1) | ||
p42_efp_fader(t_all) Determines the fading in of environmental flow policy (1) | ||
p42_country_dummy(iso) Dummy parameter indicating whether country is affected by EFP (1) | ||
p42_EFP_region_shr(t_all,i) Weighted share of region with regards to EFP (1) | ||
ic42_pumping_cost(i) Parameter to capture values for pumping costs in a particular time step (USD05MER per m^3) | ||
i42_watdem_total(t,j,watdem_ineldo,wtype) Non-agricultural water demand for entire year used in post-processing (mio. m^3 per yr) | ||
; | ||
|
||
equations | ||
|
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
Oops, something went wrong.