From e2872f58d158be0a3629e34d7139dd435d914687 Mon Sep 17 00:00:00 2001 From: vickimzhang Date: Thu, 27 Nov 2025 10:06:20 -0500 Subject: [PATCH 1/3] add warning to page that stsimsf package is deprecated --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index af9f603..296b3de 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,8 @@ permalink: / State-and-transition simulation models (STSMs) are used to forecast landscape dynamics. Using the base SyncroSim package, *ST-Sim*, you can design models to forecast the change of discrete variables, such as the expansion/contraction of agricultural lands or harvest of tree plantations (see Daniel, Frid, Sleeter, and Fortin (2016)). Using the ST-Sim Add-On package, *stsimsf*, you can design models to forecast the change of continuous variables as well, such as biomass and carbon fluctuations. For more information on integrating STSMs with stock-flow models, see the paper by Daniel, Sleeter, Frid, and Fortin (2018).
+**The *stsimsf* package is now deprecated, and the stocks and flows functionality is fully integrated with ST-Sim for SyncroSim 3.** + ## Requirements This package requires: From d486e8c6abbf96b9d276e362fc587e8a0126e2ae Mon Sep 17 00:00:00 2001 From: vickimzhang Date: Thu, 27 Nov 2025 10:09:20 -0500 Subject: [PATCH 2/3] add same warning message to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 949aeba..02939af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # **stsimsf** -**stsimsf** is an open-source [SyncroSim](http://www.syncrosim.com) add-on package to [ST-Sim](https://docs.stsim.net/) for integrating stocks and flows into state-and-transition simulation models. +**stsimsf** is an open-source [SyncroSim](http://www.syncrosim.com) add-on package to [ST-Sim](https://docs.stsim.net/) for integrating stocks and flows into state-and-transition simulation models. + +Note that the *stsimsf* package is deprecated as of the release of SyncroSim 3, as the stocks and flows functionality is now fully integrated with ST-Sim * See the [Home page](https://apexrms.github.io/stsimsf/) for an overview of **stsimsf** \ No newline at end of file From 3956a0f376e5af1a958c9b60eaa844e9cfcd8ce3 Mon Sep 17 00:00:00 2001 From: vickimzhang Date: Thu, 27 Nov 2025 10:14:41 -0500 Subject: [PATCH 3/3] added missing period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02939af..bfa26e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ **stsimsf** is an open-source [SyncroSim](http://www.syncrosim.com) add-on package to [ST-Sim](https://docs.stsim.net/) for integrating stocks and flows into state-and-transition simulation models. -Note that the *stsimsf* package is deprecated as of the release of SyncroSim 3, as the stocks and flows functionality is now fully integrated with ST-Sim +Note that the *stsimsf* package is deprecated as of the release of SyncroSim 3, as the stocks and flows functionality is now fully integrated with ST-Sim. * See the [Home page](https://apexrms.github.io/stsimsf/) for an overview of **stsimsf** \ No newline at end of file