Model:Zscape: Difference between revisions

From CSDMS
m (changed source status)
No edit summary
Line 1: Line 1:
{{Modeler information
|First name=Chuck
|Last name=Connor
|Type of contact=Model developer
|Institute / Organization=University of South Florida
|Postal address 1=Dept of Geology, SCA 528
|Postal address 2=4202 E Fowler Ave
|Town / City=Tampa
|Postal code=33620
|State=Florida
|Country=USA
|Email address=cconnor@cas.usf.edu
|Phone=8139740325
|Fax=8139742654
}}
{{Additional modeler information
|Additional first name=Laura
|Additional last name=Connor
|Additional type of contact=Technical contact
}}
{{Model identity
|Model type=Modular
|Categories=Terrestrial
|Spatial dimensions=1D
|One-line model description=A simple parallel code to demonstrate diffusion
|Extended model description=Finite difference approximations are great for modeling the erosion of landscapes. A paper by Densmore, Ellis, and Anderson provides details on application of landscape evolution models to the Basin and Range (USA) using complex rulesets that include landslides, tectonic displacements, and physically-based algorithms for hillslope sediment transport and fluvial transport. The solution given here is greatly simplified, only including the 1D approximation of the diffusion equation. The parallel development of the code is meant to be used as a class exercise
}}
{{Model technical information
|Supported platforms=Unix, Linux
|Programming language=Fortran77, C
|Code optimized=Single Processor
|Start year development=2001
|Does model development still take place?=No
|End year development=2001
|Model availability=As code, As teaching tool
|Source code availability=Through owner
|Program license type=GPL v2
|OpenMI compliant=No but possible
|CCA component=No but possible
|IRF interface=No but possible
|Memory requirements=--
|Typical run time=--
}}
{{Input - Output description
|Describe input parameters=INTEGER NXPROB
INTEGER TIMESTEPS
double precision DIFFUSION
double precision DELX,DELT
* PARAMETER (NXPROB=1000), c dimension of problem grid
* PARAMETER (TIMESTEPS=50000), c number of time steps
* PARAMETER (DIFFUSION=1d-3), c metres/year - a very high diffusion value
* PARAMETER (DELX=0.1d0), c grid spacing in metres
* PARAMETER (DELT=1d0), c time step in years
|Input format=ASCII
|Describe output parameters=change in topographic profile with time
|Output format=ASCII
|Pre-processing software needed?=No
|Post-processing software needed?=No
|Visualization software needed?=Yes
|Other visualization software=GMT
}}
{{Process description model
|Describe processes represented by the model=described on project webpage
|Describe key physical parameters and equations=described on project webpage
|Describe length scale and resolution constraints=described on project webpage
|Describe time scale and resolution constraints=described on project webpage
|Describe any numerical limitations and issues=described on project webpage
}}
{{Model testing
|Describe available calibration data sets=None
|Describe available test data sets=--
|Describe ideal data for testing=--
}}
{{Users groups model
|Do you have current or future plans for collaborating with other researchers?=No
}}
{{Documentation model
|Provide key papers on model if any=--
|Manual model available=No
|Model website if any=http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
}}
{{Additional comments model
|Comments=code should be used for class exercises, demonstration and the like
}}
{{Infobox Model
{{Infobox Model
|model name              = Zscape
|model name              = Zscape

Revision as of 11:27, 25 September 2009

Contact

Name Chuck Connor
Type of contact Model developer
Institute / Organization University of South Florida
Postal address 1 Dept of Geology, SCA 528
Postal address 2 4202 E Fowler Ave
Town / City Tampa
Postal code 33620
State Florida
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 cconnor@cas.usf.edu
Phone 8139740325
Fax 8139742654


Name Laura Connor
Type of contact Technical contact
Institute / Organization
Postal address 1
Postal address 2
Town / City
Postal code
State
Country
Email address
Phone
Fax



Zscape


Metadata

Summary

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

Technical specs

Supported platforms
Unix, Linux
Other platform
Programming language

Fortran77, C

Other program language
Code optimized Single Processor
Multiple processors implemented
Nr of distributed processors
Nr of shared processors
Start year development 2001
Does model development still take place? No
If above answer is no, provide end year model development 2001
Code development status
When did you indicate the 'code development status'?
Model availability As code, As teaching tool
Source code availability
(Or provide future intension)
Through owner"Through owner" is not in the list (Through web repository, Through CSDMS repository) of allowed values for the "Source code availability" property.
Source web address
Source csdms web address
Program license type GPL v2
Program license type other
Memory requirements --
Typical run time --


In/Output

Describe input parameters INTEGER NXPROB

INTEGER TIMESTEPS double precision DIFFUSION double precision DELX,DELT

  • PARAMETER (NXPROB=1000), c dimension of problem grid
  • PARAMETER (TIMESTEPS=50000), c number of time steps
  • PARAMETER (DIFFUSION=1d-3), c metres/year - a very high diffusion value
  • PARAMETER (DELX=0.1d0), c grid spacing in metres
  • PARAMETER (DELT=1d0), c time step in years
Input format ASCII
Other input format
Describe output parameters change in topographic profile with time
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 GMT


Process

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


Testing

Describe available calibration data sets None
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? No
Is there a manual available? No
Upload manual if available:
Model website if any http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
Model forum / discussion board
Comments code should be used for class exercises, demonstration and the like


Zscape

Introduction

History

Papers

Zscape Questionnaire

Contact Information

Model: Zscape
Contact person: Chuck Connor (model developer)
Institute: University of South Florida
City: Tampa, Florida
Country: USA
Email: cconnor@cas.usf.edu
2nd person involved: Laura Connor (Technical contact)
3rd person involved: --

Model Description

Model type: Modular model for the terrestrial domain.
Description: Finite difference approximations are great for modeling the erosion of landscapes. A paper by Densmore, Ellis, and Anderson provides details on application of landscape evolution models to the Basin and Range (USA) using complex rulesets that include landslides, tectonic displacements, and physically-based algorithms for hillslope sediment transport and fluvial transport. The solution given here is greatly simplified, only including the 1D approximation of the diffusion equation. The parallel development of the code is meant to be used as a class exercise

Technical information

Supported platforms: Linux, UNIX
Programming language: Fortran77, C
Model development started at: 2001 and development ended also in 2001.
To what degree will the model become available: Source code & as teaching tool
Current license type: GPLv2
Memory requirements: --
Typical run time: --

Input / Output description

Input parameters:
INTEGER NXPROB
INTEGER TIMESTEPS
double precision DIFFUSION
double precision DELX,DELT
  • PARAMETER (NXPROB=1000), c dimension of problem grid
  • PARAMETER (TIMESTEPS=50000), c number of time steps
  • PARAMETER (DIFFUSION=1d-3), c metres/year - a very high diffusion value
  • PARAMETER (DELX=0.1d0), c grid spacing in metres
  • PARAMETER (DELT=1d0), c time step in years
Input format: ASCII
Output parameters: change in topographic profile with time
Output format: ASCII
Post-processing software (if needed): No
Visualization software (if needed): Yes, gmt

Process description

Processes represented by model: described on project webpage
Key physical parameters & equations: described on project webpage
Length scale & resolution constraints: described on project webpage
Time scale & resolution constraints: described on project webpage
Numerical limitations and issues : described on project webpage

Testing

Available calibration data sets: None
Available test data sets: --
Ideal data for testing: --

User groups

Currently or plans for collaborating with: No

Documentation

Key papers of the model: --
Is there a manual available: --
Model website if any: http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html

Additional comments

Comments: code should be used for class exercises, demonstration and the like


Issues

Help

Input Files

Output Files

Download

Source