Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Peak Crop Water Requirement formula #25

Open
camiloramirezgo opened this issue Nov 6, 2019 · 1 comment
Open

Check Peak Crop Water Requirement formula #25

camiloramirezgo opened this issue Nov 6, 2019 · 1 comment
Labels
Nexus tool Development of Nexus tool

Comments

@camiloramirezgo
Copy link
Contributor

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:

df[pcwr] += ((df[acwr]*10)/30)*2*0.012

Where the following factors and assumptions were used:

  1. Crop Water Requirement, CWR (m3/ha) = CWR (mm) * 10
  2. Average Crop Water Requirement (m3/ha/d) = (CWR (m3/ha) / Length of crop duration (days))
  3. Assuming here that the lenght of the season is 30 (1 month)
  4. Assuming that the Peak Crop Water Requirement = 2 * average crop water requirement (m3/ha/d)
  5. conversion factor from (m3/d/ha) to (l/sec/ha) is 0.012

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.

@camiloramirezgo camiloramirezgo added enhancement New feature or request and removed enhancement New feature or request labels Nov 6, 2019
@camiloramirezgo
Copy link
Contributor Author

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.

@camiloramirezgo camiloramirezgo added the Nexus tool Development of Nexus tool label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nexus tool Development of Nexus tool
Projects
None yet
Development

No branches or pull requests

1 participant