Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add groundwater transport capabilities to nlmod #148

Merged
merged 37 commits into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
543907b
add a transport attribute to model dataset
dbrakenhoff Mar 7, 2023
02e66ff
add auxiliary variable support to to_reclist functions
dbrakenhoff Mar 7, 2023
772bed4
update gwf for gwt modeling
dbrakenhoff Mar 7, 2023
8e9b315
add gwt submodule
dbrakenhoff Mar 7, 2023
14bf5da
add gwt submodule
dbrakenhoff Mar 7, 2023
4083467
add mini function for registering IMS package
dbrakenhoff Mar 7, 2023
56b2122
update imports to include gwt and sort
dbrakenhoff Mar 7, 2023
fb088a3
add show_versions
dbrakenhoff Mar 7, 2023
134156b
add first nb for groundwater transport
dbrakenhoff Mar 7, 2023
8ff68cf
black + isort
dbrakenhoff Mar 7, 2023
a012f50
Merge remote-tracking branch 'origin/dev' into gwt
dbrakenhoff Mar 9, 2023
6859de6
transport flag in ds
dbrakenhoff Mar 9, 2023
507fd51
add aux support to *_to_reclist functions
dbrakenhoff Mar 9, 2023
3ff8ca9
add aggregate_by_weighted_mean_to_ds function
dbrakenhoff Mar 9, 2023
9d1221c
improve gwf
dbrakenhoff Mar 9, 2023
304cb94
add mask to model_datasets_to_rch
dbrakenhoff Mar 9, 2023
c364c13
improve gwt
dbrakenhoff Mar 9, 2023
f63b1a5
gwt output
dbrakenhoff Mar 9, 2023
dd2fbaa
add method to set default transport params
dbrakenhoff Mar 9, 2023
9a589d4
simplify IMS call
dbrakenhoff Mar 9, 2023
349eda9
add kwargs to plot surface water
dbrakenhoff Mar 9, 2023
44c7ba9
update nb
dbrakenhoff Mar 9, 2023
9e88d39
improve gwt
dbrakenhoff Mar 10, 2023
9845707
add freshwater and point water head conversion functions
dbrakenhoff Mar 10, 2023
e0dfdc8
docstring
dbrakenhoff Mar 10, 2023
8d5496c
add descriptions and improve nb
dbrakenhoff Mar 10, 2023
6ffa697
isort and black
dbrakenhoff Mar 10, 2023
7b6e603
codacy
dbrakenhoff Mar 10, 2023
fdbc942
clear nb output
dbrakenhoff Mar 10, 2023
7c56889
testing is smart 8-)
dbrakenhoff Mar 10, 2023
9fadc97
codacy
dbrakenhoff Mar 10, 2023
443f4bb
codacy
dbrakenhoff Mar 10, 2023
42319f8
fix comments by @OnnoEbbens
dbrakenhoff Mar 10, 2023
1daa0a3
fix comments by @OnnoEbbens
dbrakenhoff Mar 10, 2023
d867c4f
whitespace
dbrakenhoff Mar 13, 2023
c2bb7a0
fix for #150
OnnoEbbens Mar 13, 2023
2a2e805
codacy
dbrakenhoff Mar 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,6 @@ cython_debug/
nlmod/bin/
flowchartnlmod.pptx
tests/data/
docs/examples/*/
docs/examples/*/
!docs/examples/data/
!docs/examples/data/chloride_hbossche.nc
Loading