Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/mf6io/framework/processing_of_input.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ \subsection{Supported Components}
GWF/EVT & EVT6 \\
GWF/EVTA & EVT6 \\
GWF/GHB & GHB6 \\
GWF/GNC & GNC6 \\
GWF/HFB & HFB6 \\
GWF/IC & IC6 \\
GWF/NPF & NPF6 \\
Expand Down
1 change: 1 addition & 0 deletions doc/mf6io/mf6ivar/dfn/exg-gwfgwf.dfn
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# --------------------- exg gwfgwf options ---------------------
# flopy multi-package
# mf6 subpackage gwf-gnc

block options
name auxiliary
Expand Down
8 changes: 4 additions & 4 deletions doc/mf6io/mf6ivar/dfn/gwf-gnc.dfn
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ longname number of contributing factors
description is the number of contributing factors.


# --------------------- gwf gncdata period ---------------------
# --------------------- gwf gncdata ---------------------

block gncdata
name gncdata
type recarray cellidn cellidm cellidsj alphasj
shape (maxbound)
shape (numgnc)
reader urword
longname
description

block gncdata
name cellidn
type integer
shape
shape (ncelldim)
tagged false
in_record true
reader urword
Expand All @@ -70,7 +70,7 @@ numeric_index true
block gncdata
name cellidm
type integer
shape
shape (ncelldim)
tagged false
in_record true
reader urword
Expand Down
1 change: 1 addition & 0 deletions make/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ $(OBJDIR)/gwf-npfidm.o \
$(OBJDIR)/gwf-namidm.o \
$(OBJDIR)/gwf-icidm.o \
$(OBJDIR)/gwf-hfbidm.o \
$(OBJDIR)/gwf-gncidm.o \
$(OBJDIR)/gwf-ghbidm.o \
$(OBJDIR)/gwf-ghbgidm.o \
$(OBJDIR)/gwf-evtidm.o \
Expand Down
3 changes: 2 additions & 1 deletion msvs/mf6core.vfproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,10 @@
<File RelativePath="..\src\Idm\gwf-drngidm.f90"/>
<File RelativePath="..\src\Idm\gwf-evtaidm.f90"/>
<File RelativePath="..\src\Idm\gwf-evtidm.f90"/>
<File RelativePath="..\src\Idm\gwf-ghbidm.f90"/>
<File RelativePath="..\src\Idm\gwf-ghbgidm.f90"/>
<File RelativePath="..\src\Idm\gwf-gncidm.f90"/>
<File RelativePath="..\src\Idm\gwf-hfbidm.f90"/>
<File RelativePath="..\src\Idm\gwf-ghbidm.f90"/>
<File RelativePath="..\src\Idm\gwf-icidm.f90"/>
<File RelativePath="..\src\Idm\gwf-namidm.f90"/>
<File RelativePath="..\src\Idm\gwf-npfidm.f90"/>
Expand Down
Loading
Loading