This repository hosts the District's Regulatory automated tool to calculate changes in groundwater availability and other drawdown effects due to well additions or deletions (cup - consumptive use permit) within the NFSEG groundwater model.
The script sum_sim_q_reach.py that sums upstream gages requires an overhaul, including:
Update file open statements to use the "with" statements
Simplify and cleanup
Add additional comments to describe processes
Similar changes were made to the create_delta_q_report.py script (to create the current create_delta_q_report_PMB.py script). These changes would make the code more readable, work faster, and be more robust in the event of a runtime issue.
Original issue opened Feb 22, 2021 by @pbremner-sjr
The script sum_sim_q_reach.py that sums upstream gages requires an overhaul, including:
Similar changes were made to the create_delta_q_report.py script (to create the current create_delta_q_report_PMB.py script). These changes would make the code more readable, work faster, and be more robust in the event of a runtime issue.
Original issue opened Feb 22, 2021 by @pbremner-sjr