Skip to content

Commit

Permalink
corrected typo in unit
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicitasBeier committed Jun 18, 2024
1 parent 0678ddb commit c467178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/42_water_demand/agr_sector_aug13/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parameters
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 (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)
;

equations
Expand Down
2 changes: 1 addition & 1 deletion modules/42_water_demand/all_sectors_aug13/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parameters
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 (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)
;

equations
Expand Down

0 comments on commit c467178

Please sign in to comment.