Model:Flex2D: Difference between revisions

From CSDMS
No edit summary
m (removed old questionnaire information. Replaced with form)
Line 75: Line 75:
<!-- Edit the part above to update info on other papers -->
<!-- Edit the part above to update info on other papers -->


== Flex2D ==
==Introduction==
__TOC__


===Introduction===
== History ==


=== History ===
== Papers ==


=== Papers ===
== Issues ==


=== Flex2D Questionnaire ===
== Help ==


==== Contact Information ====
== Input Files ==
{| class="wikitable"
| class="model_col1"| Model:
| class="model_col2"| Flex2D
|-
| class="model_col1"| Contact person:
| class="model_col2"| Jon Pelletier (model developer)
|-
| class="model_col1"| Institute:
| class="model_col2"| University of Arizona
|-
| class="model_col1"| City:
| class="model_col2"| Tucson, AZ
|-
| class="model_col1"| Country:
| class="model_col2"| USA
|-
| class="model_col1"| Email:
| class="model_col2"| jdpellet@email.arizona.edu
|-
| class="model_col1"| 2nd person involved:
| class="model_col2"| --
|-
| class="model_col1"| 3rd person involved:
| class="model_col2"| --
|-
|}


==== Model Description ====
== Output Files ==


{| class="wikitable" 
== Download ==
| class="model_col1"| Model type:
| class="model_col2"| Modular model for the terrestrial domain.
|-
| class="model_col1"| Description:
| class="model_col2"| --
|-
|}
 
==== Technical information ====
 
{| class="wikitable" 
| class="model_col1"| Supported platforms:
| class="model_col2"| Windows, UNIX
|-
| class="model_col1"| Programming language:
| class="model_col2"| C
|-
| class="model_col1"| Model development started at:
| class="model_col2"| -- and development ended in 2008.
|-
| class="model_col1"| To what degree will the model become available:
| class="model_col2"| Source code
|-
| class="model_col1"| Current license type:
| class="model_col2"| GPLv3
|-
| class="model_col1"| Memory requirements:
| class="model_col2"| --
|-
| class="model_col1"| Typical run time:
| class="model_col2"| --
|}
 
==== Input / Output description ====
 
{| class="wikitable"
| class="model_col1"| Input parameters:
| class="model_col2"| --
|-
| class="model_col1"| Input format:
| class="model_col2"| ASCII
|-
| class="model_col1"| Output parameters:
| class="model_col2"| --
|-
| class="model_col1"| Output format:
| class="model_col2"| ASCII
|-
| class="model_col1"| Post-processing software (if needed):
| class="model_col2"| No
|-
| class="model_col1"| Visualization software (if needed):
| class="model_col2"| Yes, any software able to visualize gridded data (RiverTools / 3DEM)
|}
 
==== Process description ====
 
{| class="wikitable"
| class="model_col1"| Processes represented by model:
| class="model_col2"| --
|-
| class="model_col1"| Key physical parameters & equations:
| class="model_col2"| --
|-
| class="model_col1"| Length scale & resolution constraints:
| class="model_col2"| --
|-
| class="model_col1"| Time scale & resolution constraints:
| class="model_col2"| --
|-
| class="model_col1"| Numerical limitations and issues :
| class="model_col2"| --
|}
 
==== Testing ====
 
{| class="wikitable"
| class="model_col1"| Available calibration data sets:
| class="model_col2"| --
|-
| class="model_col1"| Available test data sets:
| class="model_col2"| --
|-
| class="model_col1"| Ideal data for testing:
| class="model_col2"| --
|}
 
==== User groups ====
 
{| class="wikitable"
| class="model_col1"| Currently or plans for collaborating with:
| class="model_col2"| --
|}
 
==== Documentation ====
 
{| class="wikitable"
| class="model_col1"| Key papers of the model:
| class="model_col2"| Pelletier, J.D., [http://www.cambridge.org/us/catalogue/catalogue.asp?isbn=9780521855976 Quantitative Modeling of Earth Surface Processes], Cambridge University Press, 2008.
|-
| class="model_col1"| Is there a manual available:
| class="model_col2"| --
|-
| class="model_col1"| Model website if any:
| class="model_col2"| --
|}
 
==== Additional comments ====
 
{| class="wikitable"
| class="model_col1"| Comments:
| class="model_col2"| --
|}
 
=== Issues ===
 
=== Help ===
 
=== Input Files ===
 
=== Output Files ===
 
=== Download ===
{{Download Model|flex2d}}
{{Download Model|flex2d}}


=== Source ===
== Source ==
==== Source Code ''Flex2D''====
=== Source Code ''Flex2D''===


''Flex2D'' is a stand-alone subroutine.
''Flex2D'' is a stand-alone subroutine.
To browse the repository, point your browser to: [http://csdms.colorado.edu/viewvc/trunk/?root=flex2d http://csdms.colorado.edu/viewvc/trunk/?root=flex2d]
To browse the repository, point your browser to: [http://csdms.colorado.edu/viewvc/trunk/?root=flex2d http://csdms.colorado.edu/viewvc/trunk/?root=flex2d]


==== Command-Line Access ====
=== Command-Line Access ===


If you plan to make changes, use this command to check out the code as yourself using HTTPS:
If you plan to make changes, use this command to check out the code as yourself using HTTPS:


<geshi lang=bash>
<syntaxhighlight lang=bash>
# Project members authenticate over HTTPS to allow committing changes.
# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://csdms.colorado.edu/svn/flex2d/
svn checkout https://csdms.colorado.edu/svn/flex2d/
</geshi>
</syntaxhighlight>


When prompted, enter your CSDMS Subversion password.
When prompted, enter your CSDMS Subversion password.
Line 263: Line 113:
To obtain a CSDMS Subversion account or to become a member of this project, please email [mailto:csdms@colorado.edu csdms@colorado.edu].
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 ====
=== 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.
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 ====
=== 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/]
For help on how to use Subversion, an excellent manual is available online at [http://svnbook.red-bean.com/ http://svnbook.red-bean.com/]

Revision as of 09:32, 29 September 2009

Contact

Name Jon Pelletier
Type of contact Model developer
Institute / Organization University of Arizona
Postal address 1 Department of Geosciences
Postal address 2 1040 E. Fourth St.
Town / City Tucson
Postal code 85721
State Arizona
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 jdpellet@email.arizona.edu
Phone 520-626-2126
Fax



Flex2D


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, Windows
Other platform
Programming language

C

Other program language
Code optimized Single Processor
Multiple processors implemented
Nr of distributed processors
Nr of shared processors
Start year development 2000
Does model development still take place? No
If above answer is no, provide end year model development 2008
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 GPL v3
Program license type other
Memory requirements --
Typical run time --


In/Output

Describe input parameters --
Input format ASCII
Other input format
Describe output parameters --
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? Yes
If above answer is yes
Other visualization software Any software able to visualize gridded data (RiverTools / 3DEM)


Process

Describe processes represented by the model --
Describe key physical parameters and equations --
Describe length scale and resolution constraints --
Describe time scale and resolution constraints --
Describe any numerical limitations and issues --


Testing

Describe available calibration data sets --
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?
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

Template:Download Model

Source

Source Code Flex2D

Flex2D is a stand-alone subroutine. To browse the repository, point your browser to: http://csdms.colorado.edu/viewvc/trunk/?root=flex2d

Command-Line Access

If you plan to make changes, use this command to check out the code as yourself using HTTPS:

# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://csdms.colorado.edu/svn/flex2d/

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/