Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

## Contributors

* [Lexi Van Blunk (Fiegelist)](https://github.com/18vanblunk)
* Zachary Williams <zachary.c.williams@duke.edu>
* [Ian Reeves](https://github.com/irbreeves)
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog for CASCADE

## 2.0.0 (2026-06-09)


- Added outwash processes. This is the version of *cascade* used for the simulations in
"Barrier vulnerability following outwash: A balance of overwash and dune gap recovery"
by Van Blunk et al., (in review).


## 1.0.0 (2024-02-09)


- Finalized for publication. No changes to the code, but finalized to version 1.0.0
- Finalized for initial model publication. No changes to the code, but finalized to version 1.0.0.


## 0.1.1 (2023-03-21)
Expand Down
1 change: 0 additions & 1 deletion cascade/beach_dune_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ def update(
if self._overwash_removal:
# barrier3d saves the pre-storm interior for each time step
pre_storm_interior = barrier3d.PreStorm_InteriorDomain

pre_storm_interior, post_storm_interior = resize_interior_domain(
pre_storm_interior=pre_storm_interior,
post_storm_interior=barrier3d.DomainTS[self._time_index - 1],
Expand Down
220 changes: 158 additions & 62 deletions cascade/cascade.py

Large diffs are not rendered by default.

Loading
Loading