From d7612b2a3809723a3124d3b2ac0beda8c2e17ec9 Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Wed, 25 Aug 2021 09:07:51 -0800 Subject: [PATCH 1/2] revise abstract sentence --- docs/source/_resources/joss/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_resources/joss/paper.md b/docs/source/_resources/joss/paper.md index 7db6c2a9..55565ea0 100644 --- a/docs/source/_resources/joss/paper.md +++ b/docs/source/_resources/joss/paper.md @@ -31,7 +31,7 @@ bibliography: paper.bib River deltas provide many societal benefits, and sustainability of these landforms may be impacted by human modification and global climate change. Reduced-complexity numerical delta models incorporate limited physical processes, allowing researchers to assess the spatiotemporal evolution of landscape response to individual processes and environmental forcings. -This is useful to understand, for example, shifting delta morphology due to sea-level rise, changing vegetal cover, or flooding intensity. +Isolating individual processes is useful to understand, for example, shifting delta morphology due to sea-level rise, changing vegetal cover, or flooding intensity. As a result, many numerical delta models have been proposed in the literature, and results from these studies are difficult to compare because of various design and implementation choices. *pyDeltaRCM* (`v2.0`) delivers a computationally efficient and easy-to-customize implementation of the DeltaRCM numerical model [@liang_reduced_1_2015], enabling comparison and reproducibility in studies of delta change due to various environmental forcings. From ba39024a9adb15a0821531973df5f09efbb731fd Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Wed, 25 Aug 2021 09:08:33 -0800 Subject: [PATCH 2/2] increment version for new release with complete JOSS paper --- pyDeltaRCM/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyDeltaRCM/_version.py b/pyDeltaRCM/_version.py index 666a0e92..1a202aa6 100644 --- a/pyDeltaRCM/_version.py +++ b/pyDeltaRCM/_version.py @@ -4,4 +4,4 @@ def __version__(): Private version declaration, gets assigned to pyDeltaRCM.__version__ during import """ - return '2.0.2' + return '2.0.3'