Model:VegCA

From CSDMS
Revision as of 11:08, 5 June 2020 by Vaga3461 (talk | contribs) (Created page with "{{Model identity |ModelFramework=LandLab |Model type=Single }} {{Start models incorporated}} {{End a table}} {{Model identity2 |ModelDomain=Terrestrial, Ecosystems |Spatial di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


VegCA


Metadata

Also known as
Model type Single
Model part of larger framework LandLab
Note on status model
Date note status model
Incorporated models or components:
Spatial dimensions 2D
Spatial extent Landscape-Scale, Watershed-Scale
Model domain Terrestrial, Ecosystems
One-line model description Landlab component that simulates inter-species plant competition using a 2D cellular automata model.
Extended model description This code is based on Cellular Automata Tree Grass Shrub Simulator (CATGraSS). It simulates spatial competition of multiple plant functional types through establishment and mortality. In the current code, tree, grass and shrubs are used.
Keywords:

population ecology, cellular automata, species, competition,

Name Sai Nudurupati
Type of contact
Institute / Organization
Postal address 1
Postal address 2
Town / City Seattle
Postal code 98195
State Washington
Country United States
Email address saisiddu@uw.edu
Phone
Fax


Supported platforms
Unix, Linux, Mac OS, Windows
Other platform
Programming language

Python

Other program language
Code optimized Single Processor
Multiple processors implemented
Nr of distributed processors
Nr of shared processors
Start year development 2016
Does model development still take place? No
If above answer is no, provide end year model development 2020
Code development status Only maintenance
When did you indicate the 'code development status'? 2020
Model availability As code
Source code availability
(Or provide future intension)
Through web repository
Source web address https://github.com/landlab/landlab/tree/master/landlab
Source csdms web address
Program license type BSD or MIT X11
Program license type other
Memory requirements
Typical run time


Describe input parameters grid: RasterModelGrid

A grid.

Pemaxg: float, optional
Maximal establishment probability of grass.

ING: float, optional
Parameter to define allelopathic effect of creosote on grass.

ThetaGrass: float, optional
Drought resistance threshold of grass.

PmbGrass: float, optional
Background mortality probability of grass.

Pemaxsh: float, optional
Maximal establishment probability of shrub.

ThetaShrub: float, optional
Drought resistance threshold of shrub.

PmbShrub: float, optional
Background mortality probability of shrub.

tpmaxShrub: float, optional
Maximum age of shrub (years).

Pemaxtr: float, optional
Maximal establishment probability of tree.

Thetatree: float, optional
Drought resistance threshold of tree.

PmbTree: float, optional
Background mortality probability of tree.

tpmaxTree: float, optional
Maximum age of tree (years).

ThetaShrubSeedling: float, optional
Drought resistance threshold of shrub seedling.

PmbShrubSeedling: float, optional
Background mortality probability of shrub seedling.

tpmaxShrubSeedling: float, optional
Maximum age of shrub seedling (years).

ThetaTreeSeedling: float, optional
Drought resistance threshold of tree seedling.

PmbTreeSeedling: float, optional
Background mortality probability of tree seedling.

tpmaxTreeSeedling: float, optional
Maximum age of tree seedling (years).

method: str, optional
Method used.

Edit_VegCov: bool, optional
If Edit_VegCov=True, an optional field 'vegetation__boolean_vegetated' will be output, (i.e.) if a cell is vegetated the corresponding cell of the field will be 1, otherwise it will be 0.

Input format ASCII
Other input format
Describe output parameters "plant__age":

{ "dtype": float, "intent": "out", "optional": False, "units": "Years", "mapping": "cell", "doc": "Age of plant", }

"plant__live_index": { "dtype": float, "intent": "out", "optional": False, "units": "None", "mapping": "cell", "doc": "1 - vegetation__cumulative_water_stress", }

"vegetation__cumulative_water_stress": { "dtype": float, "intent": "in", "optional": False, "units": "None", "mapping": "cell", "doc": "cumulative vegetation__water_stress over the growing season", }

"vegetation__plant_functional_type": { "dtype": int, "intent": "in", "optional": False, "units": "None", "mapping": "cell", "doc": "classification of plants (int), grass=0, shrub=1, tree=2, bare=3, shrub_seedling=4, tree_seedling=5", }

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? No
If above answer is yes
Other visualization software


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


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


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 https://landlab.github.io
Model forum / discussion board https://github.com/landlab/landlab/issues
Comments


This part will be filled out by CSDMS staff

OpenMI compliant Not yet"Not yet" is not in the list (Yes, No but planned, No but possible, No not possible) of allowed values for the "Code openmi compliant or not" property.
BMI compliant Not yet"Not yet" is not in the list (Yes, No but planned, No but possible, No not possible) of allowed values for the "Code IRF or not" property.
WMT component Not yet"Not yet" is not in the list (Yes, In progress, No but possible, No not possible) of allowed values for the "Code CMT compliant or not" property.
PyMT component Not yet"Not yet" is not in the list (Yes, In progress, No but possible, No not possible) of allowed values for the "Code PyMT compliant or not" property.
Is this a data component
Can be coupled with:
Model info
Sai Nudurupati
Nr. of publications: --
Total citations: 0
h-index: --"--" is not a number.
m-quotient: 0
Qrcode VegCA.png
Link to this page


Introduction

History

References




Nr. of publications: --
Total citations: 0
h-index: --"--" is not a number.
m-quotient: 0


See more publications of VegCA

Issues

Help

Input Files

Output Files