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
Irrigation module allowing three irrigation methods for one cft in one pixel and transient irrigation techniques share data under future scenarios #1921
Followed by my last issue #1696 , I want to further extend the irrigation module. In my last development, we chose one irrigation method (drip, sprinkler or flood) for one CFT in one pixel, which is still a bit limited, especially when we want to include transient irrigation techniques share in the simulations. In this development, my current plan is:
Extend the CFTs from 64 to 128, which means, for every crop, we have one rainfed and three irrigated columns (different method). With this we need to expand the pftconMod.F90 and some modules using the variables in the pftconMod.F90.
Create the dataset of future irrigation techniques share under future scenarios and implement it in CESM landuse timeseries data.
This idea is still at an initial stage and will update every time we need to do a modification.