meaning of v42_irrig_eff #296
-
Hello everyone, Very excited to work on/with MAgPIE but still getting the hang of it. So, I may have a few basic questions here and there. The first one is a sanity check; In Water Demand, the variable v42_irrig_eff is described as "correspond[ing] to the amount of water that is used inefficiently in the irrigation process". However, the way I understand the demand equation, the variable describes the share of the total (crop) water demand that actually reaches the crops, while, for example, in the global static scenario with, by default, This, in my understanding, is the exact opposite of the variable description quoted above. So, my question is: Is this interpretation correct or do I misunderstand the variable description, equation, or both? Thank you and all the best, Edit for clarity, as I was imprecise when calling the global static efficiency the default (meaning the default efficiency in that scenario). It was just intended as a calculation example. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi Jan, The default realization of water demand module ( There, Default In case you have a MAgPIE run available. You can plug in the
As From the documentation link, it looks like this was generated from in-code documentation which was last updated quite a long time ago. Meanwhile, I am tagging our irrigation experts @FelicitasBeier and @vartika271987 here as they would be the best ones to clarify it further. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
v42_irrig_eff(j) indeed refers to Irrigation efficiency (as defined in the declarations). It is the share of water that is actually used by the crop(s). I will have a look at the wording of the in-code comments again. It seems that this might have been phrased misleadingly. The variable v42_irrig_eff indeed captures inefficient water use (which I assume the author wanted to say here), but it does not correspond to it, in my view. Hope this was helpful. |
Beta Was this translation helpful? Give feedback.
v42_irrig_eff(j) indeed refers to Irrigation efficiency (as defined in the declarations). It is the share of water that is actually used by the crop(s).
To calculate water demand for agriculture we calculate water use of crops (areawater_requirementsirrigation_efficiency) + water use of livestock (livestock_production * water_requirements_of_livestock) (as you can see in the respective equation).
Losses of water that occur through transport from source to field are not consumed by the crops and therefore should not be accounted as agricultural water use.
I will have a look at the wording of the in-code comments again. It seems that this might have been phrased misleadingly. The variable v…