You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the original code the Peak Water Demand (PWD) was calculated based on the Peak Crop Water Requirements (PCWR), the pumping hours per day and the distribution and application efficiencies. The PWD is then used to account for the power generation capacity required to cope with such peak in every month. Currently the PCWR is being calculated as:
This formula is OK as it is based on FAO guidelines. However, this has not been implemented in the Nexus tool but directly computed in the Souss Massa model. This should be also implemented for the Jordan model or included as a method in the Nexus tool.
In the original code the Peak Water Demand (PWD) was calculated based on the Peak Crop Water Requirements (PCWR), the pumping hours per day and the distribution and application efficiencies. The PWD is then used to account for the power generation capacity required to cope with such peak in every month. Currently the PCWR is being calculated as:
FAO/nexus_tool/water_demand.py
Line 304 in 5be15f8
Where the following factors and assumptions were used:
It is necessary to generalise this formula in order to compute the PCWD based on the WEAP input data, using the right units and factors.
The text was updated successfully, but these errors were encountered: