File tree Expand file tree Collapse file tree 12 files changed +534
-49
lines changed Expand file tree Collapse file tree 12 files changed +534
-49
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ \subsection{Supported Components}
5858GWE/DIS & DIS6 \\
5959GWE/DISU & DISU6 \\
6060GWE/DISV & DISV6 \\
61+ GWE/ESL & ESL6 \\
6162GWE/IC & IC6 \\
6263GWE/SSM & SSM6 \\
6364\hline
Original file line number Diff line number Diff line change 11# --------------------- gwe esl options ---------------------
2+ # flopy multi-package
23
34block options
45name auxiliary
@@ -32,6 +33,7 @@ name print_input
3233type keyword
3334reader urword
3435optional true
36+ mf6internal iprpak
3537longname print input to listing file
3638description REPLACE print_input {'{#1}': 'energy source loading'}
3739
@@ -40,6 +42,7 @@ name print_flows
4042type keyword
4143reader urword
4244optional true
45+ mf6internal iprflow
4346longname print calculated flows to listing file
4447description REPLACE print_flows {'{#1}': 'energy source loading'}
4548
@@ -48,6 +51,7 @@ name save_flows
4851type keyword
4952reader urword
5053optional true
54+ mf6internal ipakcb
5155longname save well flows to budget file
5256description REPLACE save_flows {'{#1}': 'energy source loading'}
5357
@@ -157,6 +161,7 @@ name stress_period_data
157161type recarray cellid senerrate aux boundname
158162shape (maxbound)
159163reader urword
164+ mf6internal spd
160165longname
161166description
162167
@@ -190,6 +195,7 @@ shape (naux)
190195reader urword
191196optional true
192197time_series true
198+ mf6internal auxvar
193199longname auxiliary variables
194200description REPLACE aux {'{#1}': 'energy source'}
195201
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ name print_input
3333type keyword
3434reader urword
3535optional true
36+ mf6internal iprpak
3637longname print input to listing file
3738description REPLACE print_input {'{#1}': 'mass source'}
3839
@@ -41,6 +42,7 @@ name print_flows
4142type keyword
4243reader urword
4344optional true
45+ mf6internal iprflow
4446longname print calculated flows to listing file
4547description REPLACE print_flows {'{#1}': 'mass source'}
4648
@@ -49,6 +51,7 @@ name save_flows
4951type keyword
5052reader urword
5153optional true
54+ mf6internal ipakcb
5255longname save well flows to budget file
5356description REPLACE save_flows {'{#1}': 'mass source'}
5457
@@ -203,6 +206,7 @@ shape (naux)
203206reader urword
204207optional true
205208time_series true
209+ mf6internal auxvar
206210longname auxiliary variables
207211description REPLACE aux {'{#1}': 'mass source'}
208212
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments