sjrwmd-wmm / nfseg_auto_cup_tool

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.
0 stars 0 forks source link

Switch dh calculatation to use dedicated script/code #5

Closed pbremner-sjr closed 3 years ago

pbremner-sjr commented 3 years ago

Switch the calculation of the change in heads to use a dedicated script or code, rather than GIS. The candidate code is already incorporated into v2.0 as a standalone feature. Simple modifications to this code could replace the GIS calculations.

Original issue opened Sept 4, 2020 by @pbremner-sjr

pbremner-sjr commented 3 years ago

Maybe this could be combined with the lake head extraction code, but may need to start with Wei's dh fortran code that outputs statistics, as well. The final output needs to be capable of being mapped in GIS. Would be great if this also calculated the differences for all the layers, not just 1 and 3

Original comment made on Nov 19, 2020 by @pbremner-sjr

pbremner-sjr commented 3 years ago

This switch has been completed: commit 72707be

Code lines for the old PEST method remain, but are commented out. They can be fully removed at a later time when more people have tested the new routine.

The new routine uses a Fortran code to process the actual heads and change in heads for both the area-averaged lake heads and model-wide, and processes all model layers.

Original comment made on Jan 11, 2021 by @pbremner-sjr