Model:ADI-2D: Difference between revisions
m typo |
m added source |
||
Line 180: | Line 180: | ||
=== Source === | === Source === | ||
''ADI-2D'' is a stand-alone subroutine. | |||
To browse the repository, point your browser to: [http://csdms.colorado.edu/viewvc/trunk/?root=adi-2d http://csdms.colorado.edu/viewvc/trunk/?root=adi-2d] | |||
==== 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/adi-2d/ | |||
</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]] |
Revision as of 08:36, 9 February 2009
ADI-2D
Introduction
History
Papers
ADI-2D Questionnaire
Contact Information
Model: | ADI-2D |
Contact person: | Jon Pelletier (model developer) |
Institute: | University of Arizona |
City: | Tucson, AZ |
Country: | USA |
Email: | jdpellet@email.arizona.edu |
2nd person involved: | -- |
3rd person involved: | -- |
Model Description
Model type: | Modular model for the terrestrial domain. |
Description: | -- |
Technical information
Supported platforms: | Windows, UNIX |
Programming language: | C |
Model development started at: | -- and development ended in 2008. |
To what degree will the model become available: | Source code |
Current license type: | GPLv3 |
Memory requirements: | -- |
Typical run time: | -- |
Input / Output description
Input parameters: | -- |
Input format: | ASCII |
Output parameters: | -- |
Output format: | ASCII |
Post-processing software (if needed): | No |
Visualization software (if needed): | Yes, any software able to visualize gridded data (RiverTools / 3DEM) |
Process description
Processes represented by model: | -- |
Key physical parameters & equations: | -- |
Length scale & resolution constraints: | -- |
Time scale & resolution constraints: | -- |
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: | -- |
Documentation
Key papers of the model: | Pelletier, J.D., Quantitative Modeling of Earth Surface Processes, Cambridge University Press, 2008. |
Is there a manual available: | -- |
Model website if any: | -- |
Additional comments
Comments: | -- |
Issues
Help
Input Files
Output Files
Download
Source
ADI-2D is a stand-alone subroutine. To browse the repository, point your browser to: http://csdms.colorado.edu/viewvc/trunk/?root=adi-2d
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/adi-2d/ </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/