Resolve units discrepancy in `water_use.py`
Open
@ChangeinX is already working on this.
Since Sep 16, 2026.
papercut
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
When the various water use variables are output they are described being m^3/day:
However in the data structure the units are listed as m3:
https://github.com/ukaea/PROCESS/blob/bd4752b9ea46cbf464cda136333fc01d2ccf8259/process/data_structure/water_usage_variables.py#L44-L45
The correct units need to be established and the units need to be corrected so they are consistent.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.