A generic approach for developing process-level hydrologic modeling components

  • Authors:
  • Anthony M. Castronova;Jonathan L. Goodall

  • Affiliations:
  • Department of Civil and Environmental Engineering, University of South Carolina, 300 Main Street, Columbia, SC 29208, USA;Department of Civil and Environmental Engineering, University of South Carolina, 300 Main Street, Columbia, SC 29208, USA

  • Venue:
  • Environmental Modelling & Software
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Component software architectures offer an alternative approach for building large, complex hydrologic modeling systems. In contrast to more traditional software paradigms (i.e. procedural or object-oriented approaches), using component-based approaches allows individuals to construct autonomous modeling units that can be linked together through shared boundary conditions during a simulation run. One of the challenges in component-based modeling is designing a simple yet robust means for authoring model components. We address this challenge by presenting an approach for efficiently creating standards-based, process-level hydrologic modeling components. Using this approach, a hydrologic process is implemented as a modeling component by (1) authoring a configuration file that defines the properties of the component and (2) creating a class with three methods that define the pre-run, runtime, and post-run behavior of the modeling component. We present the design and implementation of this approach, which we call the Simple Model Wrapper (SMW), and demonstrate how it can be applied to create an Open Modeling Interface (OpenMI)-compliant modeling component for a basic hydrologic process.