Model:Avulsion: Difference between revisions
m incorporated template |
|||
Line 180: | Line 180: | ||
''Avulsion'' is part of the [[Model:Sedflux | ''sedflux'' model]]. Although it is also available as a seperate distribution, its source code is contained within the sedflux repository. | ''Avulsion'' is part of the [[Model:Sedflux | ''sedflux'' model]]. Although it is also available as a seperate distribution, its source code is contained within the sedflux repository. | ||
To browse the repository, point your browser to: [http://csdms.colorado.edu/viewvc/sedflux/?root=sedflux http://csdms.colorado.edu/viewvc/sedflux/?root=sedflux] | |||
==== Command-Line Access ==== | |||
If you plan to make changes, use this command to check out the code as yourself using HTTPS: | |||
<geshi lang=bash> | |||
# Project members authenticate over HTTPS to allow committing changes. | |||
svn checkout https://csdms.colorado.edu/svn/sedflux/ | |||
</geshi> | |||
When prompted, enter your CSDMS Subversion password. | |||
Non-members may only check out a read-only working copy of the project source. | |||
To obtain a CSDMS Subversion account or to become a member of this project, please email [mailto:csdms@colorado.edu csdms@colorado.edu]. | |||
==== GUI and IDE Access ==== | |||
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information. | |||
==== Subversion Help ==== | |||
For help on how to use Subversion, an excellent manual is available online at [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/] | |||
[[Category:Terrestrial]] | [[Category:Terrestrial]] | ||
[[Category:Hydrology]] | [[Category:Hydrology]] |
Revision as of 21:21, 23 February 2009
Avulsion
Introduction
History
Papers
Avulsion Questionnaire
Contact Information
Model: | Avulsion |
Contact person: | Eric Hutton |
Institute: | University of Colorado |
City: | Boulder, CO |
Country: | USA |
Email: | -- |
2nd person involved: | -- |
3rd person involved: | -- |
Model description
Model type: | Single model |
Description: | Model stream avulsion as random walk |
Technical information
Supported platforms: | UNIX, Linux, Mac OSX, Windows |
Programming language: | C |
Model was developed started from: | 2002 and development still takes place |
To what degree will the model become available: | As code |
Current license type: | Apache public license |
Memory requirements: | Minimal |
Typical run time: | Seconds |
Input / Output description
Input parameters: | Probability density function of stream-avulsion angles |
Input format: | ASCII |
Output parameters: | River positions with time |
Output format: | ASCII |
Post-processing software (if needed): | no |
Visualization software (if needed): | no |
Process description
Processes represented by model: | Stream avulsion over a delta |
Key physical parameters & equations: | Distribution of avulsion angles |
Length scale & resolution constraints: | Delta-scale |
Time scale & resolution constraints: | 100s of years |
Numerical limitations and issues : |
Testing
Available calibration data sets: | |
Available test data sets: | -- |
Ideal data for testing: | -- |
User groups
Currently or plans for collaborating with: | None |
Documentation
Key papers of the model: | Hutton & Syvitski 2008 (doi:10.1016/j.cageo.2008.02.013) |
Is there a manual available: | no |
Model website if any: | -- |
Additional comments
Comments: | -- |
Issues
Help
Input Files
Output Files
Download
Source
Avulsion is part of the sedflux model. Although it is also available as a seperate distribution, its source code is contained within the sedflux repository.
To browse the repository, point your browser to: http://csdms.colorado.edu/viewvc/sedflux/?root=sedflux
Command-Line Access
If you plan to make changes, use this command to check out the code as yourself using HTTPS:
<geshi lang=bash>
- Project members authenticate over HTTPS to allow committing changes.
svn checkout https://csdms.colorado.edu/svn/sedflux/ </geshi>
When prompted, enter your CSDMS Subversion password.
Non-members may only check out a read-only working copy of the project source.
To obtain a CSDMS Subversion account or to become a member of this project, please email csdms@colorado.edu.
GUI and IDE Access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.
Subversion Help
For help on how to use Subversion, an excellent manual is available online at http://svnbook.red-bean.com/