-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(upw): keyword for vertical K (#746)
- Loading branch information
1 parent
f83f382
commit aa4b667
Showing
8 changed files
with
120 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
LIST 2 twrip_upw.lst | ||
BAS6 3 twrip.ba6 | ||
PVAL 4 twrip_upw.pval | ||
UPW 11 twrip_upw.upw | ||
WEL 12 twrip.wel | ||
DRN 13 twrip.drn | ||
RCH 18 twrip.rch | ||
NWT 19 twrip_upw.nwt | ||
OC 22 twrip.oc | ||
MULT 8 twrip.mlt | ||
ZONE 9 twrip_upw.zon | ||
DIS 10 twrip.dis | ||
DATA 101 twrip.ib1.ref | ||
DATA 102 rchzones.ref |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# NWT package for MODFLOW-NWT, generated by Flopy. | ||
1.000e-02 5.000e+02 100 1.000e-05 1 0 0 SIMPLE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Example pval | ||
4 | ||
HK1_z1 1.0E-3 | ||
HK1_z2 1.0E-2 | ||
VK1_z1 5.0E-4 | ||
VK1_z2 5.0E-3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# UPW Package input data for example problem | ||
0 1.00E+30 10 0 IUPWCB HDRY NPUPW IPHDRY | ||
1 0 0 | ||
0 0 0 | ||
1. 1. 1. | ||
0 0 0 | ||
0 0 0 | ||
HK1_z1 HK 1.0E-3 1 | ||
1 NONE upwzones 1 | ||
HK1_z2 HK 1.0E-3 1 | ||
1 NONE upwzones 2 | ||
HK2 HK 1.0E-4 1 | ||
2 NONE ALL | ||
HK3 HK 2.0E-4 1 | ||
3 NONE ALL | ||
VK1_z1 VK 1.0E-4 1 | ||
1 NONE upwzones 1 | ||
VK1_z2 VK 1.0E-4 1 | ||
1 NONE upwzones 2 | ||
VK2 VK 1.0E-5 1 | ||
2 NONE ALL | ||
VK3 VK 1.0E-5 1 | ||
3 NONE ALL | ||
VKCB1 VKCB 1.0 1 | ||
1 MULT1 ALL | ||
VKCB2 VKCB 0.5 1 | ||
2 MULT1 ALL | ||
0 HK layer 1 | ||
0 VK layer 1 | ||
0 VKCB layer 1 | ||
0 HK layer 2 | ||
0 VK layer 2 | ||
0 VKCB layer 2 | ||
0 HK ayer 3 | ||
0 VK layer 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
2 | ||
RCHZONES | ||
EXTERNAL 102 1 (free) 1 | ||
upwzones | ||
INTERNAL 1 (15I1) -1 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111111111111 | ||
111111112211111 | ||
111111122221111 | ||
111111111222111 | ||
111111111122222 | ||
111111111111222 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters