Skip to content

Commit a6ac6be

Browse files
authored
feat(idm): integrate ESL package (#2426)
1 parent f13bd42 commit a6ac6be

File tree

12 files changed

+534
-49
lines changed

12 files changed

+534
-49
lines changed

doc/mf6io/framework/processing_of_input.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ \subsection{Supported Components}
5858
GWE/DIS & DIS6 \\
5959
GWE/DISU & DISU6 \\
6060
GWE/DISV & DISV6 \\
61+
GWE/ESL & ESL6 \\
6162
GWE/IC & IC6 \\
6263
GWE/SSM & SSM6 \\
6364
\hline

doc/mf6io/mf6ivar/dfn/gwe-esl.dfn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# --------------------- gwe esl options ---------------------
2+
# flopy multi-package
23

34
block options
45
name auxiliary
@@ -32,6 +33,7 @@ name print_input
3233
type keyword
3334
reader urword
3435
optional true
36+
mf6internal iprpak
3537
longname print input to listing file
3638
description REPLACE print_input {'{#1}': 'energy source loading'}
3739

@@ -40,6 +42,7 @@ name print_flows
4042
type keyword
4143
reader urword
4244
optional true
45+
mf6internal iprflow
4346
longname print calculated flows to listing file
4447
description REPLACE print_flows {'{#1}': 'energy source loading'}
4548

@@ -48,6 +51,7 @@ name save_flows
4851
type keyword
4952
reader urword
5053
optional true
54+
mf6internal ipakcb
5155
longname save well flows to budget file
5256
description REPLACE save_flows {'{#1}': 'energy source loading'}
5357

@@ -157,6 +161,7 @@ name stress_period_data
157161
type recarray cellid senerrate aux boundname
158162
shape (maxbound)
159163
reader urword
164+
mf6internal spd
160165
longname
161166
description
162167

@@ -190,6 +195,7 @@ shape (naux)
190195
reader urword
191196
optional true
192197
time_series true
198+
mf6internal auxvar
193199
longname auxiliary variables
194200
description REPLACE aux {'{#1}': 'energy source'}
195201

doc/mf6io/mf6ivar/dfn/gwt-src.dfn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ name print_input
3333
type keyword
3434
reader urword
3535
optional true
36+
mf6internal iprpak
3637
longname print input to listing file
3738
description REPLACE print_input {'{#1}': 'mass source'}
3839

@@ -41,6 +42,7 @@ name print_flows
4142
type keyword
4243
reader urword
4344
optional true
45+
mf6internal iprflow
4446
longname print calculated flows to listing file
4547
description REPLACE print_flows {'{#1}': 'mass source'}
4648

@@ -49,6 +51,7 @@ name save_flows
4951
type keyword
5052
reader urword
5153
optional true
54+
mf6internal ipakcb
5255
longname save well flows to budget file
5356
description REPLACE save_flows {'{#1}': 'mass source'}
5457

@@ -203,6 +206,7 @@ shape (naux)
203206
reader urword
204207
optional true
205208
time_series true
209+
mf6internal auxvar
206210
longname auxiliary variables
207211
description REPLACE aux {'{#1}': 'mass source'}
208212

make/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ $(OBJDIR)/gwf-buyidm.o \
209209
$(OBJDIR)/gwe-ssmidm.o \
210210
$(OBJDIR)/gwe-namidm.o \
211211
$(OBJDIR)/gwe-icidm.o \
212+
$(OBJDIR)/gwe-eslidm.o \
212213
$(OBJDIR)/gwe-disvidm.o \
213214
$(OBJDIR)/gwe-disuidm.o \
214215
$(OBJDIR)/gwe-disidm.o \

msvs/mf6core.vfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
<File RelativePath="..\src\Idm\gwe-disidm.f90"/>
169169
<File RelativePath="..\src\Idm\gwe-disuidm.f90"/>
170170
<File RelativePath="..\src\Idm\gwe-disvidm.f90"/>
171+
<File RelativePath="..\src\Idm\gwe-eslidm.f90"/>
171172
<File RelativePath="..\src\Idm\gwe-icidm.f90"/>
172173
<File RelativePath="..\src\Idm\gwe-namidm.f90"/>
173174
<File RelativePath="..\src\Idm\gwe-ssmidm.f90"/>

0 commit comments

Comments
 (0)