Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
44ac05a
Add pump and treat model
uniaofazaforca Jul 4, 2025
37c87c5
Add model pumptreat with and without well
uniaofazaforca Jul 4, 2025
870ca4a
Add LFS tracking for .bud files for the example pump and treat
uniaofazaforca Jul 4, 2025
eba1e89
Add model example 2
uniaofazaforca Jul 8, 2025
f201013
Add model example 2, erased bud files to try to push again
uniaofazaforca Jul 8, 2025
b3c6265
Erase all bud files
uniaofazaforca Jul 8, 2025
069c9c6
Erase all bud files
uniaofazaforca Jul 8, 2025
b54266f
Ignore binary files
uniaofazaforca Jul 8, 2025
7bd8e52
Update well_obs coordinates
uniaofazaforca Jul 9, 2025
16a1cb3
Add pump and treat
uniaofazaforca Jul 14, 2025
c6d16c4
Update gwf_model_name
uniaofazaforca Jul 18, 2025
f7301e9
Add the discharge save flows
uniaofazaforca Jul 21, 2025
005416f
Add calculation of volume to the control script
uniaofazaforca Jul 21, 2025
0d5175a
Final plot adjusted
uniaofazaforca Jul 22, 2025
76762c1
Ignore Fortran error file
pya Jul 28, 2025
45399b7
Fix basic problems in notebook
pya Jul 28, 2025
6b448ae
Separate into notebooks and corrected total volume
uniaofazaforca Jul 28, 2025
a75124b
Add explanations to controlled notebook
uniaofazaforca Jul 28, 2025
83a1c69
Update paths and add some notes to the controlled version
uniaofazaforca Jul 31, 2025
fb08c05
Update pumping to only stress period 2
uniaofazaforca Aug 1, 2025
55ad6c5
Correct some cells from notebook
uniaofazaforca Aug 1, 2025
6bd3405
Added observation graph for the steady state
uniaofazaforca Aug 1, 2025
4e57e01
Flopy iteration models
uniaofazaforca Oct 1, 2025
0423862
Flopy iteration example 2
uniaofazaforca Oct 6, 2025
f9bedf1
Workshop presentation
uniaofazaforca Oct 6, 2025
720015d
Workshop notebook
uniaofazaforca Oct 6, 2025
dce5fd5
Add example 1 of WS
uniaofazaforca Oct 7, 2025
588f085
Separate and Update presentations
uniaofazaforca Oct 8, 2025
ad942b9
Add pptx for WS theory
uniaofazaforca Oct 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
*.bud filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.ipynb_checkpoints
**/fort.[0-9]*
# pixi environments
.pixi
*.egg-info
*.bud
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/pymf6-validation.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading