watertap-org / watertap-reflo

WaterTAP-REFLO repository for development of renewable energy-driven desalination models.
Other
4 stars 11 forks source link

Add solar still unit model, costing model, test file #131

Open kurbansitterley opened 3 weeks ago

kurbansitterley commented 3 weeks ago

This PR adds an implementation of the solar still unit model and costing model provided by NMSU for the SETO project.

The unit model is relatively straight forward. The most important calculation water_yield relies on user input for the weather file (.csv) and an external function in util to calculate the daily water yield. This value is used to set the model parameter water_yield.

The model assumes:

The test file tests against a case provided by the NMSU team.

The ZLD Solar Still will be a separate PR. Documentation will also be a separate PR.

TODO