Model:ZoneController: Difference between revisions

From CSDMS
(Created page with "{{Model identity |ModelFramework=LandLab |Model type=Tool }} {{Start models incorporated}} {{End a table}} {{Model identity2 |ModelDomain=Terrestrial, Ecosystems |Spatial dime...")
 
No edit summary
Line 64: Line 64:
to ``kwargs``.
to ``kwargs``.
|Input format=ASCII
|Input format=ASCII
|Describe output parameters=list of Zones: The discrete zones identified in the mask.
|Output format=ASCII
|Pre-processing software needed?=No
|Pre-processing software needed?=No
|Post-processing software needed?=No
|Post-processing software needed?=No

Revision as of 18:14, 6 June 2020



ZoneController


Metadata

Also known as
Model type Tool
Model part of larger framework LandLab
Note on status model
Date note status model
Incorporated models or components:
Spatial dimensions 2D
Spatial extent Regional-Scale
Model domain Terrestrial, Ecosystems
One-line model description Controls zones and populates them with taxa.
Extended model description This object manages ‘zones’ that are used to evaluate the spatial aspect of taxa. A zone represents a portion of a model grid. It is made up of spatially continuous grid nodes.
Keywords:

ecology, evolution,

Name Nathan Lyons
Type of contact
Institute / Organization
Postal address 1
Postal address 2
Town / City New Orleans
Postal code 70118
State Louisiana
Country United States
Email address nlyons@tulane.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 2017
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 Landlab RasterModelGrid.

zone_function : function
A function that return a mask of the total zone extent. The first input parameter of this function must be `grid`.

minimum_area : float, optional
The minimum area of the zones that will be created.

neighborhood_structure : {'D8', 'D4'}, optional
The structure describes how zones are identified. The default, 'D8' evaluates the eight neighboring nodes. The diagonal neighboring nodes are excluded when 'D4' is selected.

initial_time : float, int, optional
The initial time. The unit of time is unspecified within the controller. The default is 0.

kwargs
Keyword arguments for ``zone_function``. Do not include ``grid`` in kwargs because ``grid``, the first parameter of this method, is automatically added to ``kwargs``.

Input format ASCII
Other input format
Describe output parameters list of Zones: The discrete zones identified in the mask.
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
Nr. of publications: --
Total citations: 0
h-index: --"--" is not a number.
m-quotient: 0
Qrcode ZoneController.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 ZoneController

Issues

Help

Input Files

Output Files