Model:SUSP: Difference between revisions
From CSDMS
m add model |
m typo |
||
Line 1: | Line 1: | ||
{{Infobox Model | {{Infobox Model | ||
|model name = | |model name = SUSP | ||
|developer = '''Slingerland''', Rudy | |developer = '''Slingerland''', Rudy | ||
|one-line-description = Suspended load transport subroutine | |one-line-description = Suspended load transport subroutine | ||
Line 10: | Line 10: | ||
<!-- Edit the part above to update info on other papers --> | <!-- Edit the part above to update info on other papers --> | ||
== | == SUSP == | ||
__TOC__ | __TOC__ | ||
Line 19: | Line 19: | ||
=== Papers === | === Papers === | ||
=== | === SUSP Questionnaire === | ||
==== Contact Information ==== | ==== Contact Information ==== |
Revision as of 09:25, 18 February 2009
SUSP
Introduction
History
Papers
SUSP Questionnaire
Contact Information
Model: | SUSP |
Contact person: | Rudy Slingerland |
Institute: | Penn State University |
City: | University Park |
Country: | USA |
Email: | sling@geosc.psu.edu |
2nd person involved: | -- |
3rd person involved: | -- |
Model description
Model type: | Single model for the terrestrial domain. |
Description: | Calculates non-equilibrium suspended load transport rates of various size-density fractions in the bed |
Technical information
Supported platforms: | Unix, Linux, Mac OS X, Windows |
Programming language: | Fortran77 |
Model development started at: | 1992 and ended in 1994 |
To what degree will the model become available: | Source code will be available |
Current license type: | -- |
Memory requirements: | <512MB |
Typical run time: | minutes |
Input / Output description
Input parameters: | Various flow properties; sizes, densities and proportions of all grain fractions making up the active layer of the bed |
Input format: | ASCII |
Output parameters: | Cross-sectional average suspended load transport rates |
Output format: | ASCII |
Post-processing software (if needed): | no |
Visualization software (if needed): | Yes, any software that can read ASCII data |
Process description
Processes represented by model: | Non-equilibrium suspended load transport in a turbulent low-concentration flow |
Key physical parameters & equations: | Rouse Equation |
Length scale & resolution constraints: | -- |
Time scale & resolution constraints: | -- |
Numerical limitations and issues : | -- |
Testing
Available calibration data sets: | See Slingerland et al. (1994) |
Available test data sets: | -- |
Ideal data for testing: | -- |
User groups
Currently or plans for collaborating with: | None |
Documentation
Key papers of the model: | Slingerland, R.L., K. Furlong and J. Harbaugh, 1994. Simulating Clastic Sedimentary Basins/Physical Fundamentals and Computing Procedures , Prentice Hall, Englewood Clifss, NJ:219 pp. |
Is there a manual available: | no |
Model website if any: | ftp://ftp.geosc.psu.edu/sling/SimSedBasinsBook/ |
Additional comments
Comments: | -- |
Issues
Help
Input Files
Output Files
Download
Source-Code Snapshots
Susp is not a stand-alone model but is part of Midas. You can obtain it by downloading the Midas distribution and grabbing susp.f from it.
Source-code snapshots of Midas are available via ftp at:
The latest version:
Source
Source Code
Susp is not a stand-alone model but is part of Midas. You can obtain the source code through the Midas repository or view the most recent version here: https://csdms.colorado.edu/svn/midas/trunk/susp.f.
The source code for Midas can be checked out from the CSDMS subversion repository using this command:
# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://csdms.colorado.edu/svn/midas
For help on using Subversion please see our help page.