Skip to content

Resolve units discrepancy in water_use.py #4489

Description

@timothy-nunn

When the various water use variables are output they are described being m^3/day:

if output:
po.ovarre(
self.outfile,
"Volume used in cooling tower (m3/day)",
"(waterusetower)",
self.data.water_use.waterusetower,
"OP ",
)

However in the data structure the units are listed as m3:

waterusetower: float = 0.0
"""total volume of water used in cooling tower (m3)"""

The correct units need to be established and the units need to be corrected so they are consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions