fix(swr): fix bug in NQAQCONN counter #53
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NQAQCONN counter was incorrect for cases where a reach was connected to
more than one layer. Changes to gwf2swt7.f and utl7.f for compiling
with gfortran. Added makefile and makedefaults to compile using GNU
make with gfortran compiler on Windows and both the gfortran and ifort
compilers on macOS and Linux. Manual adjustment of the makefile is not
required to use on different OSs or compilers. To use the makefile,
openspec.inc needs to be swapped with openspec_make.inc. Syntax for
using the makefile, after swapping the openspec.inc files, is
Windows with gfortran compiler
macOS and Linux with gfortran and ifort compilers