Skip to content

Conversation

@jdhughes-dev
Copy link
Collaborator

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

make

macOS and Linux with gfortran and ifort compilers

make -FC=gfortran -f makefile

make -FC=ifort -f makefile

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

    make

macOS and Linux with gfortran and ifort compilers

    make -FC=gfortran -f makefile

    make -FC=ifort -f makefile
@rniswon rniswon merged commit 4c812e0 into rniswon:develop Mar 14, 2022
@jdhughes-dev jdhughes-dev deleted the fix-swr branch March 15, 2022 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants