|
|
Line 82: |
Line 82: |
| <!-- Edit the part above to update info on other papers --> | | <!-- Edit the part above to update info on other papers --> |
|
| |
|
| == CellularFanDelta == | | ==Introduction== |
| __TOC__
| |
|
| |
|
| ===Introduction=== | | == History == |
|
| |
|
| === History === | | == Papers == |
|
| |
|
| === Papers === | | == Issues == |
|
| |
|
| === CellularFanDelta Questionnaire === | | == Help == |
|
| |
|
| ==== Contact Information ==== | | == Input Files == |
|
| |
|
| {| class="wikitable"
| | == Output Files == |
| | class="model_col1"| Model:
| |
| | class="model_col2"| CellularFanDelta
| |
| |-
| |
| | class="model_col1"| Contact person:
| |
| | class="model_col2"| Matthew Wolinsky (Model developer)
| |
| |-
| |
| | class="model_col1"| Institute:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| City:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| Country:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| Email:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| 2nd person involved:
| |
| | class="model_col2"| --
| |
| |-
| |
| | class="model_col1"| 3rd person involved:
| |
| | class="model_col2"| --
| |
| |-
| |
| |}
| |
|
| |
|
| ==== Model Description ==== | | == Download == |
|
| |
|
| {| class="wikitable"
| | == Source == |
| | class="model_col1"| Model type:
| |
| | class="model_col2"| Modular model for the terrestrial and coastal domain.
| |
| |-
| |
| | class="model_col1"| Description:
| |
| | class="model_col2"| 3D cellular model simulating delta evolution in coarse grained river dominated systems (e.g. a gravel fan delta).
| |
| |-
| |
| |}
| |
| | |
| ==== Technical information ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Supported platforms:
| |
| | class="model_col2"| Windows
| |
| |-
| |
| | class="model_col1"| Programming language:
| |
| | class="model_col2"| C++, Matlab (Programmed as C MEX files called from Matlab. Currently the two languages are intertwined, but could be modularized).
| |
| |-
| |
| | class="model_col1"| Model development started at:
| |
| | class="model_col2"| 2006 and development still takes place.
| |
| |-
| |
| | class="model_col1"| To what degree will the model become available:
| |
| | class="model_col2"| Source code will be available
| |
| |-
| |
| | 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"| hours to days
| |
| |}
| |
| | |
| ==== Input / Output description ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Input parameters:
| |
| | class="model_col2"| Domain dimensions and cell size (regular 2D grid). Initial condition.
| |
| Locations and rates of sediment and water influxes. Subsidence pattern and rate. Sea level curve. (Presently all boundary conditions are constant, but could vary in space and time in future versions)
| |
| |-
| |
| | class="model_col1"| Input format:
| |
| | class="model_col2"| ASCII, Runs from Matlab command line
| |
| |-
| |
| | class="model_col1"| Output parameters:
| |
| | class="model_col2"| Time series of 2D topography/bathymetry and water discharge. 3D stratigraphy grid
| |
| (currently model is single grain-size, so stratigraphy only stores deposit age)
| |
| |-
| |
| | class="model_col1"| Output format:
| |
| | class="model_col2"| ASCII, 2D grids can be ASCII, but stratigraphy is custom-designed structure stored in Matlab format.
| |
| |-
| |
| | class="model_col1"| Post-processing software (if needed):
| |
| | class="model_col2"| yes, Post-processing and (pre-processing) is through Matlab scripts.
| |
| |-
| |
| | class="model_col1"| Visualization software (if needed):
| |
| | class="model_col2"| Yes, Matlab
| |
| |}
| |
| | |
| ==== Process description ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Processes represented by model:
| |
| | class="model_col2"| The key processes are 1) topographically-driven overland flow and 2) bedload transport by this flow. Through these processes the model self-organizes channels which incise, back-fill, and avulse. Processes are similar to alluvial fans. There are no marine processes besides bedload dumping.
| |
| |-
| |
| | class="model_col1"| Key physical parameters & equations:
| |
| | class="model_col2"| Topographic slope-weighted multiple flow direction water routing. Stream power transport.
| |
| |-
| |
| | class="model_col1"| Length scale & resolution constraints:
| |
| | class="model_col2"| There are two primary constraints:
| |
| # Like most topographically-routed cellular river models, incised channels in the model will always be one cell wide. Hence it should not be applied at scales where the cell size is much less than main channel widths.
| |
| # The model does not really simulate low-Froude low-slope rivers such as most large coastal deltas. However processes are similar to many other codes (e.g. DIONISOS) commonly used for large-scale deltas. If primary questions are about large-scale basin filling on O(10 ka) or longer timescales the model should be fine. However when questions relate to details of sub-millenial geomorphic processes or reservoir-scale stratigraphic architecture, some care must be taken in interpreting model results.
| |
| |-
| |
| | class="model_col1"| Time scale & resolution constraints:
| |
| | class="model_col2"| See above.
| |
| |-
| |
| | class="model_col1"| Numerical limitations and issues :
| |
| | class="model_col2"| # Currently the model runs with a constant timestep, which is limited by the maximum inflow. Future versions may include adaptive time-stepping.
| |
| # As mentioned above, the model channels tend to be one or two cells wide. Future versions may address this issue with some combination of diffusive regularization or multi-scale modeling.
| |
| |}
| |
| | |
| ==== 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"| Coarse-grained delta experiments without too valley widening, e.g. many XES experiments conducted at the Saint Anthony Falls Laboratory by Paola et al.
| |
| |}
| |
| | |
| ==== User groups ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Currently or plans for collaborating with:
| |
| | class="model_col2"| Possibly
| |
| |}
| |
| | |
| ==== Documentation ====
| |
| | |
| {| class="wikitable"
| |
| | class="model_col1"| Key papers of the model:
| |
| | class="model_col2"| Will update when I get them written and published!
| |
| |-
| |
| | class="model_col1"| Is there a manual available:
| |
| | class="model_col2"| No
| |
| |-
| |
| | 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 ===
| |
| | |
| === Source ===
| |
|
| |
|
| [[Category:Terrestrial]] | | [[Category:Terrestrial]] |
| [[Category:Coastal]] | | [[Category:Coastal]] |