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

Update Benton-Marsh-Branch #38

Merged
merged 4 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 3 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## Development Leads

* Katherine Anarde <kanarde@ncsu.edu>
* [Katherine Anarde](https://github.com/anardek)
* [Eric Hutton](https://github.com/mcflugen)

## Contributors

* Eric Hutton <mcflugen@gmail.com>
* Zachary Williams <zachary.c.williams@duke.edu>
* [Ian Reeves](https://github.com/irbreeves)
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog for CASCADE

## 0.1.2 (unreleased)
## 1.0.0 (2024-02-09)


- Nothing changed yet.
- Finalized for publication. No changes to the code, but finalized to version 1.0.0


## 0.1.1 (2023-03-21)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) `2023` `Katherine Anarde`
Copyright (c) `2024` `Katherine Anarde`

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![DOI](https://zenodo.org/badge/310435424.svg)](https://zenodo.org/doi/10.5281/zenodo.10003561)

🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️ 🌀 🌊 🏄‍♀️ 🏚️
# cascade

Expand All @@ -13,8 +15,8 @@ are incorporated in *cascade* in two separate modules. The first module simulate
pavement damage during overwashing events, including rebuilding roadways at sufficiently low elevations to allow for
burial by overwash, constructing large dunes, and relocating the road into the barrier interior. The second module
incorporates management strategies for maintaining a coastal community, including beach nourishment, dune construction,
and overwash removal. For a full description of model dynamics, please see the pre-print of "The Future of Developed
Barrier Systems: Pathways Toward Uninhabitability, Drowning, and Rebound" by Anarde et al., (in review, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947)).
and overwash removal. For a full description of model dynamics, please see "The Future of Developed
Barrier Systems - Part I: Pathways Toward Uninhabitability, Drowning, and Rebound" by Anarde et al., (2024, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947)).

![ModelTimeLoop-01](https://user-images.githubusercontent.com/57640439/226623608-d0c58437-d44f-4dca-8f43-0b92623fcda6.png)

Expand Down Expand Up @@ -46,15 +48,7 @@ Community Surface Dynamics Modeling System. The repositories for the models coup

## Installation

This ReadMe corresponds to the development version of *cascade* used for the
simulations detailed in *"The Future of Developed Barrier Systems: Pathways Toward
Uninhabitability, Drowning, and Rebound" by Anarde et al., (in review, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947))*. Prior
to publication, *cascade* will be made available for easy installation using either
`pip` or `conda`. Reviewers can follow the instructions provided below for installation
of *cascade*.

To install the latest release of *cascade* using *pip*, simply run the following
in your terminal of choice:
To install the latest release of *cascade* using *pip*, simply run the following in your terminal of choice:

pip install coastal-cascade

Expand All @@ -65,7 +59,7 @@ You can also use `conda`:
### From Source

*cascade* is actively being developed on GitHub, where the code is freely available.
If you would like to modifying code or contributing new code to *cascade*, you will first
If you would like to modify code or contribute new code to *cascade*, you will first
need to get *cascade*'s source code, and then install *cascade* from that code.

To get the source code you can either clone the repository with *git*:
Expand Down Expand Up @@ -100,7 +94,10 @@ To run all of the above in a single command:
[nox]: https://nox.thea.codes/

## Example simulations
For a more complete set of example model runs and description of module functionality, we direct the use to the examples
This ReadMe corresponds to the version of *cascade* used for the simulations detailed in
*"The Future of Developed Barrier Systems - Part I: Pathways Toward Uninhabitability, Drowning, and Rebound" by
Anarde et al., (2024, [Earth ArXiv preprint](https://doi.org/10.31223/X5P947))* -- namely, v1.0.0. For a more complete
set of example model runs and description of module functionality, we direct the use to the examples
provided in `notebooks`.

Example (default) data inputs for cascade are provided in the `data` directory:
Expand Down
2 changes: 1 addition & 1 deletion cascade/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2.dev0"
__version__ = "1.0.0"
Loading