-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make initial implementation of Tidal example
- Loading branch information
1 parent
e2f7b6e
commit cb242ed
Showing
32 changed files
with
74,418 additions
and
4 deletions.
There are no files selected for viewing
2,156 changes: 2,156 additions & 0 deletions
2,156
notebooks/implementing/gwf_advtidal/gwf_advtidal.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
notebooks/implementing/gwf_advtidal/model/gwf_advtidal.dis
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,24 @@ | ||
# File generated by Flopy version 3.5.0 on 01/14/2024 at 19:41:17. | ||
BEGIN options | ||
LENGTH_UNITS meters | ||
END options | ||
|
||
BEGIN dimensions | ||
NLAY 3 | ||
NROW 15 | ||
NCOL 10 | ||
END dimensions | ||
|
||
BEGIN griddata | ||
delr | ||
CONSTANT 500.00000000 | ||
delc | ||
CONSTANT 500.00000000 | ||
top | ||
CONSTANT 50.00000000 | ||
botm LAYERED | ||
CONSTANT 5.00000000 | ||
CONSTANT -10.00000000 | ||
CONSTANT -100.00000000 | ||
END griddata | ||
|
Binary file not shown.
162 changes: 162 additions & 0 deletions
162
notebooks/implementing/gwf_advtidal/model/gwf_advtidal.evt
Large diffs are not rendered by default.
Oops, something went wrong.
44 changes: 44 additions & 0 deletions
44
notebooks/implementing/gwf_advtidal/model/gwf_advtidal.ghb
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,44 @@ | ||
# File generated by Flopy version 3.5.0 on 01/14/2024 at 19:41:17. | ||
BEGIN options | ||
BOUNDNAMES | ||
TS6 FILEIN gwf_advtidal.ghb.ts | ||
OBS6 FILEIN gwf_advtidal.ghb.obs | ||
END options | ||
|
||
BEGIN dimensions | ||
MAXBOUND 30 | ||
END dimensions | ||
|
||
BEGIN period 1 | ||
2 1 10 tides 1.50000000E+01 estuary-l2 | ||
2 2 10 tides 1.50000000E+01 estuary-l2 | ||
2 3 10 tides 1.50000000E+01 estuary-l2 | ||
2 4 10 tides 1.50000000E+01 estuary-l2 | ||
2 5 10 tides 1.50000000E+01 estuary-l2 | ||
2 6 10 tides 1.50000000E+01 estuary-l2 | ||
2 7 10 tides 1.50000000E+01 estuary-l2 | ||
2 8 10 tides 1.50000000E+01 estuary-l2 | ||
2 9 10 tides 1.50000000E+01 estuary-l2 | ||
2 10 10 tides 1.50000000E+01 estuary-l2 | ||
2 11 10 tides 1.50000000E+01 estuary-l2 | ||
2 12 10 tides 1.50000000E+01 estuary-l2 | ||
2 13 10 tides 1.50000000E+01 estuary-l2 | ||
2 14 10 tides 1.50000000E+01 estuary-l2 | ||
2 15 10 tides 1.50000000E+01 estuary-l2 | ||
3 1 10 tides 1.50000000E+03 estuary-l3 | ||
3 2 10 tides 1.50000000E+03 estuary-l3 | ||
3 3 10 tides 1.50000000E+03 estuary-l3 | ||
3 4 10 tides 1.50000000E+03 estuary-l3 | ||
3 5 10 tides 1.50000000E+03 estuary-l3 | ||
3 6 10 tides 1.50000000E+03 estuary-l3 | ||
3 7 10 tides 1.50000000E+03 estuary-l3 | ||
3 8 10 tides 1.50000000E+03 estuary-l3 | ||
3 9 10 tides 1.50000000E+03 estuary-l3 | ||
3 10 10 tides 1.50000000E+03 estuary-l3 | ||
3 11 10 tides 1.50000000E+03 estuary-l3 | ||
3 12 10 tides 1.50000000E+03 estuary-l3 | ||
3 13 10 tides 1.50000000E+03 estuary-l3 | ||
3 14 10 tides 1.50000000E+03 estuary-l3 | ||
3 15 10 tides 1.50000000E+03 estuary-l3 | ||
END period 1 | ||
|
11 changes: 11 additions & 0 deletions
11
notebooks/implementing/gwf_advtidal/model/gwf_advtidal.ghb.obs
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,11 @@ | ||
# File generated by Flopy version 3.5.0 on 01/14/2024 at 19:41:17. | ||
BEGIN options | ||
END options | ||
|
||
BEGIN continuous FILEOUT gwf_advtidal.ghb.obs.csv | ||
ghb_2_6_10 ghb 2 6 10 | ||
ghb_3_6_10 ghb 3 6 10 | ||
estuary2 ghb estuary-l2 | ||
estuary3 ghb estuary-l3 | ||
END continuous FILEOUT gwf_advtidal.ghb.obs.csv | ||
|
362 changes: 362 additions & 0 deletions
362
notebooks/implementing/gwf_advtidal/model/gwf_advtidal.ghb.obs.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.