Based on @HendrikKok's conversion prototype:
What I didn't really get in the script yet was why the "artificial_recharge_capacity" grid is not taken there, but instead it is set to 0.001 * 'rural_infiltration_capacity'.
Requirements
- Derive
max_abstraction_groundwater grid, where artificial_recharge == 1
- Derive
max_abstraction_surfacewater grid, where artificial_recharge == 2
- If groundwater extraction, then set surface water extraction to 0
- Convert recharge artificial layer grid to
LayeredWell package
- Wells in inactive layers should deactivated.
- Throw
NotImplementedError if dataframe provided instead of grid
Based on @HendrikKok's conversion prototype:
What I didn't really get in the script yet was why the
"artificial_recharge_capacity"grid is not taken there, but instead it is set to 0.001 *'rural_infiltration_capacity'.Requirements
max_abstraction_groundwatergrid, where artificial_recharge == 1max_abstraction_surfacewatergrid, where artificial_recharge == 2LayeredWellpackageNotImplementedErrorif dataframe provided instead of grid