Articles | Volume 9, issue 2
https://doi.org/10.5194/gmd-9-823-2016
https://doi.org/10.5194/gmd-9-823-2016
Model description paper
 | 
29 Feb 2016
Model description paper |  | 29 Feb 2016

CellLab-CTS 2015: continuous-time stochastic cellular automaton modeling using Landlab

Gregory E. Tucker, Daniel E. J. Hobley, Eric Hutton, Nicole M. Gasparini, Erkan Istanbulluoglu, Jordan M. Adams, and Sai Siddartha Nudurupati

Abstract. CellLab-CTS 2015 is a Python-language software library for creating two-dimensional, continuous-time stochastic (CTS) cellular automaton models. The model domain consists of a set of grid nodes, with each node assigned an integer state code that represents its condition or composition. Adjacent pairs of nodes may undergo transitions to different states, according to a user-defined average transition rate. A model is created by writing a Python code that defines the possible states, the transitions, and the rates of those transitions. The code instantiates, initializes, and runs one of four object classes that represent different types of CTS models. CellLab-CTS provides the option of using either square or hexagonal grid cells. The software provides the ability to treat particular grid-node states as moving particles, and to track their position over time. Grid nodes may also be assigned user-defined properties, which the user can update after each transition through the use of a callback function. As a component of the Landlab modeling framework, CellLab-CTS models take advantage of a suite of Landlab's tools and capabilities, such as support for standardized input and output.

Download
Short summary
This paper presents a new Python-language software library, called CellLab-CTS, that enables rapid creation of continuous-time stochastic (CTS) cellular automata models. These models are quite useful for simulating the behavior of natural systems, but can be time-consuming to program. CellLab-CTS allows users to set up models with a minimum of effort, and thereby focus on the science rather than the software.