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

Refactor sediment model #463

Merged
merged 45 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
de91ed9
Remove vertical concepts `HBV` and `FLEXTopo` (#433)
vers-w Jul 1, 2024
5107824
Cleanup metadata macros (#434)
vers-w Jul 2, 2024
d21c930
Refactor/style guide (#437)
CFBaptista Jul 15, 2024
5ab02bf
Stop using local JULIAUP_DEPOT_PATH (#438) (#440)
vers-w Jul 18, 2024
9819e21
Merge branch 'master' into v1
vers-w Sep 4, 2024
5e87215
first commit refactor soil erosion
hboisgon Sep 9, 2024
a98b2a4
small updates and bugfixes until test comparison
hboisgon Sep 17, 2024
0288341
Working tests for soil erosion
hboisgon Sep 17, 2024
38f90e4
re-enable all tests and remove non-used config
hboisgon Sep 17, 2024
3847756
refactor sediment lateral land
hboisgon Sep 19, 2024
4f0383e
working refactor of lateral land sediment
hboisgon Sep 20, 2024
b241304
draft refactor river sediment
hboisgon Sep 23, 2024
903508c
working tests and all results comparable to master
hboisgon Sep 25, 2024
e932293
renaming of functions
hboisgon Sep 25, 2024
55b48e9
Remove vertical concepts `HBV` and `FLEXTopo` (#433)
vers-w Jul 1, 2024
e1adf77
Cleanup metadata macros (#434)
vers-w Jul 2, 2024
4181a6d
Refactor/style guide (#437)
CFBaptista Jul 15, 2024
992671a
first commit refactor soil erosion
hboisgon Sep 9, 2024
39d938c
small updates and bugfixes until test comparison
hboisgon Sep 17, 2024
4fbb8b5
Working tests for soil erosion
hboisgon Sep 17, 2024
3db93fb
re-enable all tests and remove non-used config
hboisgon Sep 17, 2024
f4f7124
refactor sediment lateral land
hboisgon Sep 19, 2024
1014297
working refactor of lateral land sediment
hboisgon Sep 20, 2024
ed03716
draft refactor river sediment
hboisgon Sep 23, 2024
15ff556
working tests and all results comparable to master
hboisgon Sep 25, 2024
4db4d48
renaming of functions
hboisgon Sep 25, 2024
4cd7a23
Merge branch 'refactor/sediment_concept' of https://github.com/Deltar…
hboisgon Nov 20, 2024
f5191c2
undo wrong changes from rebase
hboisgon Nov 20, 2024
c7fa59b
Update BMI Sediment
vers-w Nov 26, 2024
a3ffec7
Remove unpack
vers-w Nov 26, 2024
c15cf6a
Remove duplicate `get_sediment_states()`
vers-w Nov 26, 2024
c53fa36
Update version testdata `staticmaps-moselle-sed.nc`
vers-w Nov 26, 2024
b2ff488
Rename couple of initialize functions Sediment
vers-w Nov 26, 2024
6b62c34
Add BMI `@grid_loc` macro to erosion files
vers-w Nov 26, 2024
03c57b0
move geometry to parameters
hboisgon Dec 4, 2024
faaf49b
move sediment files to a sediment folder
hboisgon Dec 4, 2024
70e3516
split atmospheric and hydrological forcing
hboisgon Dec 4, 2024
ab48727
rename nc, inds to dataset, indices
hboisgon Dec 4, 2024
3b99f49
rename ts to dt
hboisgon Dec 4, 2024
ff673c3
add docstrings
hboisgon Dec 5, 2024
36c155e
improve test coverage
hboisgon Dec 5, 2024
22c2f45
undo skipping tests
hboisgon Dec 5, 2024
67ffcb2
Merge branch 'master' into refactor/sediment_concept
hboisgon Dec 5, 2024
2246a3d
bugfixes after merge + changelog
hboisgon Dec 5, 2024
af9dd7a
use geometry again
hboisgon Dec 6, 2024
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
Prev Previous commit
Next Next commit
re-enable all tests and remove non-used config
  • Loading branch information
hboisgon committed Nov 20, 2024
commit 3db93fb31585332fb463fe31725cf039276075be
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ with_logger(NullLogger()) do
include("vertical_process.jl")
include("reservoir_lake.jl")
include("run_sbm.jl")
include("run_sbm_piave.jl")
include("run_sbm_gwf_piave.jl")
include("run_sbm_gwf.jl")
include("run.jl")
include("groundwater.jl")
Expand Down
213 changes: 0 additions & 213 deletions test/sediment_config_refactor.toml

This file was deleted.