Model:Inflow: Difference between revisions

From CSDMS
No edit summary
mNo edit summary
Line 87: Line 87:
== Output Files ==
== Output Files ==


== Download ==
== Download source code ==
{{Download Model|inflow}}
{{Download Model|inflow}}
== Source ==
''Inflow'' 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 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:
<syntaxhighlight lang=bash>
# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://csdms.colorado.edu/svn/sedflux/
</syntaxhighlight>
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:Coastal]]
[[Category:Coastal]]
[[Category:Marine]]
[[Category:Marine]]

Revision as of 07:48, 23 February 2011

Contact

Name Eric Hutton
Type of contact Model developer
Institute / Organization CSDMS, INSTAAR, University of Colorado
Postal address 1 1560 30th street
Postal address 2
Town / City Boulder
Postal code 80305
State Colorado
Country USA"USA" is not in the list (Afghanistan, Albania, Algeria, Andorra, Angola, Antigua and Barbuda, Argentina, Armenia, Australia, Austria, ...) of allowed values for the "Country" property.
Email address huttone@colorado.edu
Phone
Fax



Inflow


Metadata

Summary

Also known as
Model type Single
Model part of larger framework
Note on status model
Date note status model

Technical specs

Supported platforms
Unix, Linux, Mac OS, Windows
Other platform
Programming language

Other program language
Code optimized
Multiple processors implemented
Nr of distributed processors
Nr of shared processors
Start year development 1997
Does model development still take place? Yes
If above answer is no, provide end year model development
Code development status
When did you indicate the 'code development status'?
Model availability As code
Source code availability
(Or provide future intension)
Through CSDMS repository
Source web address
Source csdms web address
Program license type Apache public license
Program license type other
Memory requirements Minimal
Typical run time Seconds


In/Output

Describe input parameters Main input parameters:
  • River velocity, width, depth, and sediment concentration.
  • Bathymetry
Input format ASCII
Other input format
Describe output parameters CSV file of final bathymetry and deposit thickness for each grain size contained in the flow
Output format ASCII
Other output format
Pre-processing software needed? No
Describe pre-processing software
Post-processing software needed? No
Describe post-processing software
Visualization software needed? No
If above answer is yes
Other visualization software


Process

Describe processes represented by the model Hyperpycnal flow
Describe key physical parameters and equations See Skene et al., 1997 (doi:10.1016/S0098-3004(97)00064-2)
Describe length scale and resolution constraints Horizontal resolution is typically 10s of meters
Describe time scale and resolution constraints A single river flood event.
Describe any numerical limitations and issues Model has difficulty with negative (uphill) slopes


Testing

Describe available calibration data sets 1663 Saguenay Fjord event
Upload calibration data sets if available:
Describe available test data sets --
Upload test data sets if available:
Describe ideal data for testing --


Other

Do you have current or future plans for collaborating with other researchers? None
Is there a manual available? No
Upload manual if available:
Model website if any
Model forum / discussion board
Comments


Introduction

History

Papers

Issues

Help

Input Files

Output Files

Download source code

Template:Download Model