Skip to content

Commit

Permalink
Updated water module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbantje committed Dec 1, 2023
1 parent 1ea468e commit 6b0541e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
1 change: 0 additions & 1 deletion modules/70_water/exogenous/realization.gms
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*** SOF ./modules/70_water/exogenous/realization.gms

*' @description Exogenous water demand is calculated based on data on water demand coefficients and cooling shares.
*' @limitations Water demand is calculated in a post-processing of REMIND and not part of the optimization.

*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "sets" $include "./modules/70_water/exogenous/sets.gms"
Expand Down
22 changes: 18 additions & 4 deletions modules/70_water/heat/realization.gms
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,24 @@
*** | Contact: [email protected]
*** SOF ./modules/70_water/heat/realization.gms

*' @description Exogenous water demand is calculated based on data on water demand coefficients and cooling shares.
*' Vintage structure in combination with time dependent cooling shares as vintages and efficiency factors are also considered.
*' Demand is a function of excess heat as opposed to electricity output.
*' @limitations Water demand is calculated in a post-processing of REMIND and not part of the optimization.
*' @description Water demand is calculated based on data on water demand coefficients (both for consumption
*' and withdrawal) and cooling shares.
*'
*' For thermal power plants, water demand is proportional to excess heat production, which is calculated as fuel input minus
*' electricity output and smokestack losses (assumed to be 10% of fuel input for non-nuclear thermal power plants).
*'
*' For non-biomass renewable technologies, water demand is proportional to electricty output.
*'
*' The regional vintage structure of power plants enters the water demand calculation through the time- and region-dependent
*' conversion efficiencies in the excess heat calculation, and also through time- and region-dependent shares of cooling
*' technologies. Four cooling technologies are implemented: once trough, wet tower, dry tower and pond cooling. We assume
*' a shift away from once-through cooling systems towards recirculating or dry cooling technologies.
*' @limitations Water demand is calculated in a post-processing of REMIND; there is no market-based decision making process
*' for water allocation. Instead, a rule-based priorization is adopted: only 50% of available water is allowed to be used
*' for agricultural purposes. Accordingly, there are no constraints on water quantity or quality for the expansion of
*' water-intense technologies.
*'
*' Water demand in sectors other than electricity is not represented.

*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "sets" $include "./modules/70_water/heat/sets.gms"
Expand Down
4 changes: 2 additions & 2 deletions modules/70_water/module.gms
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

*' @title Water
*'
*' @description The 70_water module calculates water demand in a post-processing mode if it is turned on. The method and results are described in @Mouratiadou2016.
*'
*' @description This module calculates water consumption and withdrawals from cooling in electricity production.
*' The method and results are described detail in @Mouratiadou2016.
*' @authors Ioanna Mouratiadou

*###################### R SECTION START (MODULETYPES) ##########################
Expand Down
2 changes: 1 addition & 1 deletion modules/70_water/off/realization.gms
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*** SOF ./modules/70_water/off/realization.gms

*' @description The off-realization of the water module takes no water demand into account.
*' @limitations REMIND calculates no results regarding water demand.
*' @limitations No water demand calculated.

*####################### R SECTION START (PHASES) ##############################
*######################## R SECTION END (PHASES) ###############################
Expand Down

0 comments on commit 6b0541e

Please sign in to comment.