Model:Zscape: Difference between revisions

From CSDMS
No edit summary
m (Text replacement - "{{End headertab}}" to "{{End headertab}} {{{{PAGENAME}}_autokeywords}}")
 
(37 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Model identity
|Model type=Tool
}}
{{Model identity2
|ModelDomain=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
}}
{{Start model keyword table}}
{{Model keywords
|Model keywords=landscape evolution
}}
{{End a table}}
{{Modeler information
{{Modeler information
|First name=Chuck
|First name=Chuck
|Last name=Connor
|Last name=Connor
|Type of contact=Model developer
|Type of contact=Model developer
|Institute / Organization=University of South Florida  
|Institute / Organization=University of South Florida
|Postal address 1=Dept of Geology, SCA 528
|Postal address 1=Dept of Geology, SCA 528
|Postal address 2=4202 E Fowler Ave
|Postal address 2=4202 E Fowler Ave
Line 9: Line 23:
|Postal code=33620
|Postal code=33620
|State=Florida
|State=Florida
|Country=USA
|Country=United States
|Email address=cconnor@cas.usf.edu  
|Email address=cconnor@cas.usf.edu
|Phone=8139740325
|Phone=8139740325
|Fax=8139742654
|Fax=8139742654
Line 18: Line 32:
|Additional last name=Connor
|Additional last name=Connor
|Additional type of contact=Technical contact
|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
{{Model technical information
Line 33: Line 40:
|Does model development still take place?=No
|Does model development still take place?=No
|End year development=2001
|End year development=2001
|Model availability=As code, As teaching tool
|Model availability=As code
|Source code availability=Through owner
|Source code availability=Through web repository
|Source web address=http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
|Program license type=GPL v2
|Program license type=GPL v2
|OpenMI compliant=No but possible
|CCA component=No but possible
|IRF interface=No but possible
|Memory requirements=--
|Memory requirements=--
|Typical run time=--
|Typical run time=--
Line 53: Line 58:
* PARAMETER (DELT=1d0), c time step in years
* PARAMETER (DELT=1d0), c time step in years
|Input format=ASCII
|Input format=ASCII
|Describe output parameters=change in topographic profile with time  
|Describe output parameters=change in topographic profile with time
|Output format=ASCII
|Output format=ASCII
|Pre-processing software needed?=No
|Pre-processing software needed?=No
Line 61: Line 66:
}}
}}
{{Process description model
{{Process description model
|Describe processes represented by the model=described on project webpage  
|Describe processes represented by the model=described on project webpage
|Describe key physical parameters and equations=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 length scale and resolution constraints=described on project webpage
|Describe time 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  
|Describe any numerical limitations and issues=described on project webpage
}}
}}
{{Model testing
{{Model testing
|Describe available calibration data sets=None
|Describe available calibration data sets=None
|Describe available test data sets=--
|Describe available test data sets=
|Describe ideal data for testing=--
|Describe ideal data for testing=
}}
}}
{{Users groups model
{{Users groups model
Line 76: Line 81:
}}
}}
{{Documentation model
{{Documentation model
|Provide key papers on model if any=--
|Manual model available=No
|Manual model available=No
|Model website if any=http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
|Model website if any=http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
}}
}}
{{Additional comments model
{{Additional comments model
|Comments=code should be used for class exercises, demonstration and the like  
|Comments=code should be used for class exercises, demonstration and the like
}}
}}
{{Infobox Model
{{CSDMS staff part
|model name              = Zscape
|OpenMI compliant=No but possible
|developer                = '''Connor''', Chuck
|CCA component=No but possible
|one-line-description    = A simple parallel code to demonstrate diffusion
|IRF interface=No but possible
|type                    = model
|CMT component=No but possible
|source                  = [[image:Red1.png]]
}}
}}
{{Start coupled table}}
{{End a table}}
{{End headertab}}
{{{{PAGENAME}}_autokeywords}}
<!-- Edit the part above to update info on other papers -->
<!-- Edit the part above to update info on other papers -->


== Zscape ==
__TOC__
===Introduction===
=== History ===
=== Papers ===
=== Zscape Questionnaire ===
==== Contact Information ====
{| class="wikitable"
| class="model_col1"| Model:
| class="model_col2"| Zscape
|-
| class="model_col1"| Contact person:
| class="model_col2"| Chuck Connor (model developer)
|-
| class="model_col1"| Institute:
| class="model_col2"| University of South Florida
|-
| class="model_col1"| City:
| class="model_col2"| Tampa, Florida
|-
| class="model_col1"| Country:
| class="model_col2"| USA
|-
| class="model_col1"| Email:
| class="model_col2"| cconnor@cas.usf.edu
|-
| class="model_col1"| 2nd person involved:
| class="model_col2"| Laura Connor (Technical contact)
|-
| class="model_col1"| 3rd person involved:
| class="model_col2"| --
|-
|}
==== Model Description ====
{| class="wikitable" 
| class="model_col1"| Model type:
| class="model_col2"| Modular model for the terrestrial domain.
|-
| class="model_col1"| Description:
| class="model_col2"| 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 ====
{| class="wikitable" 
| class="model_col1"| Supported platforms:
| class="model_col2"| Linux, UNIX
|-
| class="model_col1"| Programming language:
| class="model_col2"| Fortran77, C
|-
| class="model_col1"| Model development started at:
| class="model_col2"| 2001 and development ended also in 2001.
|-
| class="model_col1"| To what degree will the model become available:
| class="model_col2"| Source code & as teaching tool
|-
| class="model_col1"| Current license type:
| class="model_col2"| GPLv2
|-
| 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"|
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
|-
| class="model_col1"| Input format:
| class="model_col2"| ASCII
|-
| class="model_col1"| Output parameters:
| class="model_col2"| change in topographic profile with time
|-
| 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, gmt
|}
==== Process description ====
{| class="wikitable"
| class="model_col1"| Processes represented by model:
| class="model_col2"| described on project webpage
|-
| class="model_col1"| Key physical parameters & equations:
| class="model_col2"| described on project webpage
|-
| class="model_col1"| Length scale & resolution constraints:
| class="model_col2"| described on project webpage
|-
| class="model_col1"| Time scale & resolution constraints:
| class="model_col2"| described on project webpage
|-
| class="model_col1"| Numerical limitations and issues :
| class="model_col2"| described on project webpage
|}
==== Testing ====
{| class="wikitable"
| class="model_col1"| Available calibration data sets:
| class="model_col2"| None
|-
| 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"| No
|}
==== Documentation ====
{| class="wikitable"
| class="model_col1"| Key papers of the model:
| class="model_col2"| --
|-
| class="model_col1"| Is there a manual available:
| class="model_col2"| --
|-
| class="model_col1"| Model website if any:
| class="model_col2"| http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
|}
==== Additional comments ====
{| class="wikitable"
| class="model_col1"| Comments:
| class="model_col2"| code should be used for class exercises, demonstration and the like
|}
=== Issues ===


=== Help ===


=== Input Files ===
==Introduction==


=== Output Files ===
== History ==


=== Download ===
== References  ==
<br>{{AddReferenceUploadButtons}}<br><br>
{{#ifexist:Template:{{PAGENAME}}-citation-indices|{{{{PAGENAME}}-citation-indices}}|}}<br>
{{Include_featured_references_models_cargo}}<br>


=== Source ===
== Issues ==


== Help ==
{{#ifexist:Model_help:{{PAGENAME}}|[[Model_help:{{PAGENAME}}]]|}}


== Input Files ==


[[Category:Terrestrial]]
== Output Files ==

Latest revision as of 20:19, 16 September 2020



Zscape


Metadata

Also known as
Model type Tool
Model part of larger framework
Note on status model
Date note status model
Spatial dimensions 1D
Spatial extent
Model domain Terrestrial
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
Keywords:

landscape evolution,

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 United States
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


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
Source code availability
(Or provide future intension)
Through web repository
Source web address http://www.cas.usf.edu/~cconnor/parallel/zscape/zscape.html
Source csdms web address
Program license type GPL v2
Program license type other
Memory requirements --
Typical run time --


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


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


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


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


This part will be filled out by CSDMS staff

OpenMI compliant No but possible
BMI compliant No but possible
WMT component No but possible
PyMT component
Is this a data component
Can be coupled with:
Model info
Chuck Connor
Connor
Nr. of publications: 2
Total citations: 351
h-index: 2
m-quotient: 0.08
Qrcode Zscape.png
Link to this page



Introduction

History

References




Nr. of publications: 2
Total citations: 351
h-index: 2
m-quotient: 0.08



Featured publication(s)YearModel describedType of ReferenceCitations
Densmore, Alexander L.; Ellis, Michael A.; Anderson, Robert S.; 1998. Landsliding and the evolution of normal-fault-bounded mountains. Journal of Geophysical Research: Solid Earth, 103, 15203–15219. 10.1029/98JB00510
(View/edit entry)
1998 Zscape
Model overview 250
See more publications of Zscape


Issues

Help

Input Files

Output Files