Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Repository
Meandering River Dynamics and Storage Time
Basic Info
- Host: GitHub
- Owner: TobiHasse
- License: bsd-3-clause
- Language: MATLAB
- Default Branch: main
- Size: 96.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
MRDAST
Meandering River Dynamics and Storage Time This repository was created by Tobias Hasse (tobiack@udel.edu) to host source code related to my thesis research.
Function and use
- MRDAST uses input files which are output files from LOMR (https://github.com/TobiHasse/LOMR)
- The input files containt a MATLAB struct the river planform through time as well as other parameters for the meandring river model run
- MRDAST outputs include various metrics of the dynamic evolution of the channel planform
- and: the storage time distributions for sediment deposited in the floodplains
Input and output files
- Input files will be similar to the files from my dissertation on https://doi.org/10.5281/ZENODO.5651841
- output files will be similar to the files from my dissertation on https://doi.org/10.5281/ZENODO.5651874
The code in this repository is required for my dissertation: Hasse, Tobias Raphael. "Storage Time Dynamics of Meandering River Floodplain Sediments: A Modeling Study." PhD diss., University of Delaware, 2021.
The dissertation includes the code as appendices and that code runs to completion but is dependant on the following MATLAB toolboxes: - The Statistics and Machine Learning Toolbox - The Image Processing Toolbox - The Curve Fitting Toolbox
This repository contains additional code to eliminate the Statistics and Machine Learning Toolbox dependency:
- pctile_TRH.m is a homemade approximation using the algorithm described in the MATLAB online documentation for pctile.m
- To ease implementation without vs with the Statistics and Machine Learning Toolbox, I wrote a wrapper function called pctile.m which transfers the call to pctile_TRH.m. This wrapper function will be posted in a separate repository called Private Functions with Public Names
- additionally this repository updates ....
- _____ compatibility for MATLAB 2021a
This repository remains incomplete
- it is current and completes through to creating most of the meander dynamis analysis figures and the storage time outputs
- the code for creating curve fits to the storage time distributions will be posted later
A package of code files will be added to this repository at a later time. NOW COMPLETED
Owner
- Name: Tobias Hasse
- Login: TobiHasse
- Kind: user
- Repositories: 1
- Profile: https://github.com/TobiHasse
Computational fluvial geomorphologist (simulations of meandering rivers), researcher and lecturer in the United States
Citation (citation.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Hasse" given-names: "Tobias Raphael" orcid: "https://orcid.org/0000-0002-2246-6624" title: "MRDAST: Meandering River Dynamics and Storage Time" version: 1.0.0 doi: date-released: 2021-11-07 url: "https://github.com/TobiHasse/MRDAST"