Implementation of an XML-based user interface with applications in ice sheet modeling

The scientific domain presents unique challenges to software developers. This thesis describes the application of design patterns to the problem of dynamically changing interfaces to scientific application software (GLIMMER, which performs ice sheet modeling). In its present form, GLIMMER uses a tex...

Full description

Bibliographic Details
Main Author: Lande, Daniel Ross
Format: Thesis
Language:unknown
Published: University of Montana 2008
Subjects:
Online Access:https://scholarworks.umt.edu/etd/554
https://scholarworks.umt.edu/context/etd/article/1573/viewcontent/Lande_Daniel_Thesis.pdf
Description
Summary:The scientific domain presents unique challenges to software developers. This thesis describes the application of design patterns to the problem of dynamically changing interfaces to scientific application software (GLIMMER, which performs ice sheet modeling). In its present form, GLIMMER uses a text configuration file to define model behavior, set parameters, and structure model input/output (I/O). The creation of the configuration file presents a significant problem to users due to its format and complexity. GLIMMER is still under development, and the number of changes to configuration parameters, parameter types, and parameter dependencies makes devel-opment of any single interface of use only for a short term. The application of design patterns described here resulted in an interface specification tool that then generates multiple versions of a user interface usable across a wide variety of configuration pa-rameter types, values, and dependencies. The resulting products have leveraged de-sign patterns and solved problems associated with design pattern usage not found in the specialized software engineering literature.