Model:GENESIS: Difference between revisions

From CSDMS
m (added questionnaire information GENISIS)
 
m (removed some download info since there is no download)
Line 150: Line 150:
{| class="wikitable"  
{| class="wikitable"  
| class="model_col1"| Key papers of the model:
| class="model_col1"| Key papers of the model:
| class="model_col2"| Extensive model documentation on USACE-CHL website [http://chl.erdc.usace.army.mil/chl.aspx?p=s&a=Software;34]
| class="model_col2"| Extensive model documentation on USACE-CHL website http://chl.erdc.usace.army.mil/chl.aspx?p=s&a=Software;34
|-
|-
| class="model_col1"| Is there a manual available:
| class="model_col1"| Is there a manual available:
Line 156: Line 156:
|-
|-
| class="model_col1"| Model website if any:
| class="model_col1"| Model website if any:
| class="model_col2"| [http://chl.erdc.usace.army.mil/chl.aspx?p=s&a=Software;34]
| class="model_col2"| http://chl.erdc.usace.army.mil/chl.aspx?p=s&a=Software;34
|}
|}


Line 178: Line 178:


=== Download ===
=== Download ===
 
Source-code snapshots are available via ftp at:
 
:http://csdms.colorado.edu/pub/models/adi-2d
 
The latest version:
:[http://csdms.colorado.edu/pub/models/adi-2d/adi-2d-latest.tar.gz adi-2d-latest.tar.gz]
 
=== 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 ====
==== 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 ====
==== 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 ====
==== 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:Terrestrial]]

Revision as of 10:34, 10 February 2009


ADI-2D

Introduction

History

Papers

ADI-2D Questionnaire

Contact Information

Model: GENESIS
Contact person: Mark Gravens (model developer)
Institute: US Army Corps of Engineers
City: Vicksburg, Mississippi
Country: USA
Email: Mark.B.Gravens@erdc.usace.army.mil
2nd person involved: --
3rd person involved: --

Model Description

Model type: Modular model for the coastal domain.
Description: GENESIS calculates shoreline change produced by statial and temporal differences in longshore sand transport produced by breaking waves. The shoreline evolution portion of the numerical modeling system is based on one-line shoreline change theory, which assumes that the beach profile shape remains unchanged, allowing shoreline change to be described uniquely in terms of the translation of a single point (for example, Mean High Water shoreline) on the profile.

Technical information

Supported platforms: Windows
Programming language: Fortran77
Model development started at: 1985 and development still takes place.
To what degree will the model become available: Executable
Current license type: commercial
Memory requirements: typical
Typical run time: minutes to hours

Input / Output description

Input parameters: Shoreline position, time series of offshore wave height, period, and direction. Coastal structures and their physical attributes. Optionally, nearshore wave information from an external wave model.
Input format: ASCII, Binary
Output parameters: Shoreline position, breaking wave information, estimated longshore sand transport rates.
Output format: ASCII, Binary
Post-processing software (if needed): Yes
Visualization software (if needed): Yes, any software able to visualize gridded data (RiverTools / 3DEM)

Process description

Processes represented by model: GENESIS was designed to describe long-term trends of the beach plan shape in the course of its approach to an equilibrium form. The shoreline change model best calculates shoreline movement in transition from one equilibrium state to another. This change is usually caused by a notable pertubation, for example, jetty construction at a harbor or inlet, or placement of beach nourishment material.
Key physical parameters & equations: Breaking wave conditions are estimated from input wave information using linear wave theory. Longshore sand transport rates are estimated using a modified version of the CERC equation and the equation governing shoreline change is formulated by conservation of sand volume.
Length scale & resolution constraints: The longshore extent of the modeled reach can range from less than 1 mile to 10's of miles.
Time scale & resolution constraints: GENESIS is a long-term shoreline evolution model and is best applied to estimate shoreline change over time periods of 1 year to 10's of years.
Numerical limitations and issues : Does not consider influence of cross-shore sand transport, not intended for short-term storm-induced shoreline change. No wave reflection from structures. No direct provision for changing tide level.

Testing

Available calibration data sets: No specific calibration data sets available. GENESIS has enjoyed many practical applications within the engineering and scientific community, results routinely published in proceedings of coastal conferences.
Available test data sets: --
Ideal data for testing: --

User groups

Currently or plans for collaborating with: --

Documentation

Key papers of the model: Extensive model documentation on USACE-CHL website http://chl.erdc.usace.army.mil/chl.aspx?p=s&a=Software;34
Is there a manual available: Yes
Model website if any: http://chl.erdc.usace.army.mil/chl.aspx?p=s&a=Software;34

Additional comments

Comments: --



Issues

Help

Input Files

Output Files

Download

Command-Line Access

GUI and IDE Access

Subversion Help