Web-Based Tools for System Dynamics Simulation

Total Page:16

File Type:pdf, Size:1020Kb

Web-Based Tools for System Dynamics Simulation Foundations of Management, Vol. 9 (2017), ISSN 2080-7279 DOI: 10.1515/fman-2017-0022 287 WEB-BASED TOOLS FOR SYSTEM DYNAMICS SIMULATION Małgorzata ŁATUSZYŃSKA University of Szczecin, Faculty of Economics and Management, Szczecin, Poland e-mail: [email protected] Abstract: A rapid development and omnipresence of the World-Wide-Web and its technologies have had remarkable impact on the field of computer simulation, understood as a numerical technique for conducting experiments with certain types of mathematical and logical models, describing the be- havior of a system on a computer over extended periods of time. One of the computer simulation meth- ods used to solve complex management problems is System Dynamics (SD). The aim of this paper is the review of SD Web-based tools in the context of some technology aspects of Web-based simulation and its advantages and disadvantages. Keywords: System Dynamics, Web-based simulation 1 Introduction Although the notion of Web-based simulation is probably as old as the Web itself (Reichenthal, The Internet and its multimedia front-end, the 2002), early WBS efforts began in 1995, first World-Wide-Web (WWW), has experienced re- by providing Web-front ends to simulations running markable growth since its introduction by Berners- as Common Gateway Interface (CGI) scripts Lee in 1989 (CERN, 2017). Many disciplines have /programs. In addition, work began on Java-based re-evaluated their strategies, methods and techniques simulation packages, systems and environments that in the view of services offered by the Internet (Byrne would run anywhere on the Web. Results from these et al., 2010). A rapid development and ubiquity activities were first reported in the Winter Simula- of the WWW and its technologies have had also tion Conference in 1996 (Buss and Stork, 1996; an impact on the field of computer simulation, un- Fishwick, 1996; Kuljis, 1996; Nair and Miller, derstood as a numerical technique for conducting 1996). From this event, the interest and level of re- experiments with certain types of mathematical search effort in the area of Web-based simulation and logical models describing the behavior of a sys- grew continuously, which is reflected by an increas- tem on a computer over extended periods of time ing number of publications on this subject. Fig. 1 (Naylor et al., 1967). Kuljis and Paul (2001) go so presents an upward trend of scientific works relating far as to state that the pressure imposed by the in- to Web-based simulation, published in ScienceDi- crease of the Web uses has forced the simulation rect, in the decade of 1996−2015. community to migrate to the Web in order to stay Most papers appeared in “Simulation Modelling “alive”. Practice and Theory”. The reviewed papers dis- A Web-based simulation (WBS) can be defined as cussed both the technical aspects of the Web-based the use of resources and technologies offered by the simulation and its tools (Discrete Event Simulation, Internet for ensuring an interaction with the client Multi-Agent Simulation or System Dynamics Simu- and server modelling and simulation tools (Byrne et lation) as well as its application in various fields, al., 2010; Kuljis and Paul, 2001; Maciąg et al., such as medicine, education, computer games 2013). A common characteristic of all WBS applica- or decision support systems. tions is that they use a Web browser as a support The aim of this paper is the review of System Dy- for graphical interfaces connecting the user with namics (SD) Web-based tools in the context of some simulation. technology aspects of Web-based simulation and the advantages and disadvantages of WBS. 288 Małgorzata Łatuszyńska 25 20 15 10 5 0 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 Number of publications Trend Figure 1. Number of publications relating to WBS in 1996−2015 (source: own study) 2 Categories and technologies of Web-based Fig. 2 presents the basic local S&V configuration, simulation after the initial loading phase. During this loading phase, the user opens a browser and navigates to a Web page typically containing an applet, and Relevant research suggests several categories of Web the browser automatically calls for the applet that -based simulation, depending on the adopted criteria is seamlessly downloaded to the client’s computer. (for example, see Bencomo, 2004; Myers, 2004; In this case, the applet contains both the simulation Page, 1999; Whitman et al., 1998). This paper focus- engine and the visualization/animation engine, which es on the types related to descriptions of how WBS execute locally on the client-side. There may be applications can be developed architecturally, that is: a more advanced configuration in which, for exam- ple, a database might be present on the server-side local simulation and visualization, (Byrne et al., 2010). remote simulation and visualization, Remote simulation and visualization means that both hybrid simulation and visualization. the simulation engine and any animation generation Local simulation and visualization (S&V) means, engine are located and execute remotely, on the that the simulation engine and visualization compo- server-side (Bencomo, 2004; Holzinger et al., 2008). nents are downloaded seamlessly by the client to the Access to these is through a browser on the client- user’s local computer, so that the graphical interface side. This approach can be considered a job request and the simulation engine coexist in the same envi- on a batch processing system. Parameters are submit- ronment (i.e., within the browser) shifting the re- ted to the simulation engine through the Web server, sponsibility for execution completely from the server and results are returned to the user once the simula- to the client, making the server a central distribution tion has finished running (Myers, 2004). Communi- point to the simulation but performing no real work cation between the graphical interface in the browser (Byrne et al., 2010; Bencomo, 2004). and the simulation engine is carried out using, for example, Common Gateway Interfaces (Morilla For the development of these simulations, Java is et al., 2001; V, 1996), sockets (Narayanan et al., currently the only real possibility for providing a 1999), Java remote method invocation (RMI), Ja- wholly independent hardware platform, although vaBeans, Common Object Request Broker Architec- there is some study on the viability of using multi- ture (CORBA), remote procedure call (RPC) or via media tools, such as Macromedia Flash, for the front-end applications for simulator software (Byrne simulation of real processes (Bencomo, 2004). et al., 2010; Bencomo, 2004). Web-Based Tools for System Dynamics Simulation 289 Figure 2. Basic configuration post initial loading phase (source: own elaboration based on Byrne et al., 2010) Fig. 3 shows the basic remote simulation and visual- of the hybrid simulation and visualization approach ization configuration, after the initial loading phase. is where the visualization/animation engine is used During this loading phase, the user opens a browser on the client-side to “build” the simulation model and navigates to a Web page and a basic interface through an animated interface, and display the re- is displayed in the browser. Both the simulation en- sults, without tying the animation to the simulation gine and any visualization/animation engine reside as the model is executing (Byrne et al., 2010). on the server-side, and are interfaced with through Table 1 summarizes the basic characteristics of pre- the browser. There may be a more advanced configu- sented categories of Web-based simulation with ration in which, for example, a database might be a special focus on their advantages and disad- present on the server-side (Byrne et al., 2010). vantages. By combining the approaches of remote simulation Finally, it is worth emphasizing that, apart from and local visualization, hybrid simulation and visual- the architecture of WBS applications, the Web-based ization, can be created that yields the benefits of both simulation is associated with such issues as (Byrne (Miller et al., 2000; Myer, 2004; Whitman et al., et al., 2010): 1998). In this approach, the simulation runs remotely on a simulation server, and when the user connects model repository – which concerns the applica- to the server through a WWW browser, a visualiza- tion of a server-based centralized repository that tion/animation engine is downloaded to the client- can be used to store simulation models. This al- side (Fig. 2) (Myers, 2004). A dedicated data con- lows for the ability to rapidly disseminate models, nection may be established back to the server, results and publications; in which the results of the simulation are transferred Web-based simulation documentation – which to the client-side allowing the visualization engine relates to the efforts to provide on-line documen- to display results to the user in a dynamic nature. tation to existing simulations including descrip- This data can change continuously, delayed only tion(s) of modelling components, results of out- by the executing simulation model and the latency put analysis for a set of inputs, and animations present on the network connection. This approach displaying simulation modelling results. Such is typically carried out by utilizing a Java server documentation can contain any or all the follow- and Java applets (Myers, 2004), but may be carried ing elements: text, images, audio and video out using other methods. Another implementation (Page, 1999). 290 Małgorzata Łatuszyńska Table 1. Comparison of WBS categories (source: own study based on Byrne et al., 2010; Bencomo, 2004) WBS Examples of Synonyms Advantages Disadvantages category applied technology Local Local simulation Java applets The network latency The power and flexibility of simula- and animation Macromedia Flash between the user and the tool are minimized, as it re- tion and Local simulation the simulator is redu- lies on the power of the client visualiza- visualization ced to nothing.
Recommended publications
  • The Emergence of Numerical Weather Prediction: Richardson’S Dream Peter Lynch Frontmatter More Information
    Cambridge University Press 978-1-107-41483-9 - The Emergence of Numerical Weather Prediction: Richardson’s Dream Peter Lynch Frontmatter More information THE EMERGENCE OF NUMERICAL WEATHER PREDICTION Richardson’s Dream In the early twentieth century, Lewis Fry Richardson dreamt that scientific weather prediction would one day become a practical reality. The method of computing changes in the state of the atmosphere that he mapped out in great detail is essen- tially the method used today. Before his ideas could bear fruit several advances were needed: better understanding of the dynamics of the atmosphere; stable com- putational algorithms to integrate the equations of motion; regular observations of the free atmosphere; and powerful automatic computer equipment. By 1950, advances on all these fronts were sufficient to permit the first computer weather forecast to be made. Over the ensuing 50 years progress in numerical weather prediction has been dramatic, allowing Richardson’s dream to become a reality. Weather prediction and climate modelling have now reached a high level of sophistication. This book tells the story of Richardson’s trial forecast, and the fulfilment of his dream of practical weather forecasting and climate modelling. It has a complete reconstruction of Richardson’s forecast, and analyses in detail the causes of the fail- ure of this forecast. It also includes a description of current practice, with particular emphasis on the work of the European Centre for Medium-Range Weather Fore- casts. This book will appeal to everyone involved in numerical weather forecasting, from researchers and graduate students to professionals. Peter Lynch is Met Eireann´ Professor of Meteorology at University College Dublin (UCD) and Director of the UCD Meteorology and Climate Centre.
    [Show full text]
  • The Role of Nuclear Energy in Mitigating Greenhouse Warming
    LA-UR-97-4380 Title: The Role of Nuclear Energy in Mitigating Greenhouse Warming Author(s): R. A. Krakowski Submitted to: http://lib-www.lanl.gov/la-pubs/00412585.pdf Los Alamos NATIONAL LABORATORY Los Alamos NATIONAL LABORATORY Los Alamos National Laboratory, an affirmative action/equal opportunity employer, is operated by the University of California for the U.S. Department of Energy under contract W-7405-ENG-36. By acceptance of this article, the publisher recognizes that the U.S. Government retains a nonexclusive, royalty-free license to publish or reproduce the published form of this contribution, or to allow others to do so, for U.S. Government purposes. The Los Alamos National Laboratory requests that the publisher identify this article as work performed under the auspices of the U.S. Department of Energy. Los Alamos National Laboratory strongly supports academic freedom and a researcher’s right to publish; therefore, the Laboratory as an institution does not endorse the viewpoint of a publication or guarantee its technical correctness. Form No. 836 R5 ST 2629 10/91 THE ROLE OF NUCLEAR ENERGY IN MITIGATING GREENHOUSE WARMING R. A. Krakowski Systems Engineering and Integration Group Technology and Safety Assessment Division Los Alamos National Laboratory Los Alamos, New Mexico 87545 ABSTRACT A behavioral, top-down, forced-equilibrium market model of long-term (~2100) global energy-economics interactions* has been modified with a “bottom-up” nuclear energy model and used to construct consistent scenarios describing future impacts
    [Show full text]
  • Computer Simulation Tools to Enhance Undergraduate Power Systems Edu- Cation
    Paper ID #9640 Computer Simulation Tools to Enhance Undergraduate Power Systems Edu- cation Dr. Matthew Turner, Purdue University (Statewide Technology) Matthew Turner is an Assistant Professor of Electrical and Computer Engineering Technology at Purdue University in New Albany, IN. Previously with the Conn Center for Renewable Energy Research at the University of Louisville, his research interests include power distribution system modelling, best practices for power systems education, and electric energy and public policy. Dr. Chris Foreman, Purdue University, West Lafayette Chris Foreman (Ph.D. Computer Science and Engineering, University of Louisville, 2008) is a Senior Member of IEEE, the Power and Energy Society, and holds both B.S. (1990) and M.Eng. (1996) degrees in Electrical Engineering, also from the University of Louisville. He is an Assistant Professor in the Department of Electrical and Computer Engineering Technology at Purdue University. He teaches and performs research in renewable energy systems, smart power grids, industrial control systems, and cyber- security. He has over 15 years of power industry experience with companies such as Westinghouse Process Control Division (now Emerson Process Management), Cinergy (now Duke Energy), and Alcoa Inc. Dr. Rajeswari Sundararajan, Purdue University, West Lafayette c American Society for Engineering Education, 2014 Computer Simulation Tools to Enhance Undergraduate Power Systems Education Abstract This paper presents a review of software simulation tools relevant for use in undergraduate electrical power systems education. A study of the software packages is presented with respect to their utility in teaching according to the Cognitive Domain Hierarchy of Bloom's Taxonomy. 1. Introduction In recent years a variety of factors have combined to place increasing pressure on the electric power industry; including increasing electrical energy demand, aging infrastructure, energy independence and security goals, and increasingly stringent environmental regulation.
    [Show full text]
  • 1- Validating Simulation Models: a General Framework and Four
    -1- Validating Simulation Models: AGeneral Framework and Four Applied Examples Robert E. Marks Australian Graduate School of Management Australian School of Business University of NewSouth Wales SydneyNSW 2052 Australia [email protected] June 18, 2007 ABSTRACT:This paper provides a framework for discussing the empirical validation of simulation models of market phenomena, in particular of agent-based computational economics models. Such validation is difficult, perhaps because of their complexity; moreover, simulations can prove existence, but not in general necessity.The paper highlights the Energy Modeling Forum’sbenchmarking studies as an exemplar for simulators. A market of competing coffee brands is used to discuss the purposes and practices of simulation, including explanation. The paper discusses measures of complexity,and derivesthe functional complexity of an implementation of Schelling’s segregation model. Finally,the paper discusses howcourts might be convinced to trust simulation results, especially in merger policy. Acknowledgments: We thank Rich Burton, Yaneer Bar-Yam, Ian Wilkinson, Shayne Gary, Peter McBurney, Hill Huntington, Leigh Tesfatsion, the participants at the Fourth UCLA LakeArrowhead Conference on Human ComplexSystems, and twoanonymous referees for their comments and assistance. JEL codes: C63, C15 Ke ywords: simulation; validation; agent-based computational economics; antitrust; functional complexity; Schelling; sufficiency; Daubert criteria -2- 1. Introduction The apparent past reluctance of some in the discipline to accept computer simulation models of economic phenomena might stem from their lack of confidence in the behaviour and results exhibited by such models. Even if there are other reasons, better validation of such models would reduce anyskepticism about their results and their usefulness. Leombruni et al.
    [Show full text]
  • Interim Report 11-1-10
    New York State Climate Action Council Interim Report 11-1-10 Additional Material Full Descriptions of Adaptation Recommendations This document provides additional information for each of the Adaptation Recommendations, including the following: • Potential implementation mechanisms • Related efforts • Research and information needs In some cases, sections are expanded from what is provided in the Climate Action Plan Interim Report. New York State Climate Action Council Interim Report 11-1-10 Agriculture Vision Statement Develop and adopt strategies and technological advances that recognize agriculture as a critical climate and resource dependent New York State industry that is inextricably linked to Earth’s carbon and nitrogen cycles, and ensure that in 2050, the agricultural sector is not only viable, but thriving in a carbon-constrained economy, and is continually adapting to a changing climate. Background Agriculture is a significant component of the New York economy; it includes large wholesale grower-shippers selling products nationally and internationally, a substantial dairy industry, and thousands of small farm operations selling direct retail and providing communities throughout the state with local, fresh produce. Farmers will be on the front lines of coping with climate change, but the direct impacts on crops, livestock, and pests, and the costs of farmer adaptation will have cascading effects beyond the farm gate and throughout the New York economy. While climate change will create unprecedented challenges, there are likely to be new opportunities as well, such as developing markets for new crop options that may come with a longer growing season and warmer temperatures. Taking advantage of any opportunities and minimizing the adverse consequences of climate change will require new decision tools for strategic adaptation.
    [Show full text]
  • Forecasting Natural Gas: a Literature Survey
    International Journal of Energy Economics and Policy ISSN: 2146-4553 available at http: www.econjournals.com International Journal of Energy Economics and Policy, 2018, 8(3), 216-249. Forecasting Natural Gas: A Literature Survey Jean Gaston Tamba1*, Salomé Ndjakomo Essiane2, Emmanuel Flavian Sapnken3, Francis Djanna Koffi4, Jean Luc Nsouandélé5, Bozidar Soldo6, Donatien Njomo7 1Department of Thermal and Energy Engineering, University Institute of Technology, University of Douala, PO Box 8698 Douala, Cameroon, 2Laboratory of Technologies and Applied Science, University Institute of Technology, University of Douala, PO Box 8698 Douala, Cameroon, 3Laboratory of Technologies and Applied Science, University Institute of Technology, University of Douala, PO Box 8698 Douala, Cameroon, 4Department of Thermal and Energy Engineering, University Institute of Technology, University of Douala, PO Box 8698 Douala, Cameroon, 5Department of Renewable Energy, Higher Institute of the Sahel, University of Maroua, PO Box 46, Maroua, Cameroon, 6HEP-Plin Ltd., Cara Hadrijana 7, HR-31000 Osijek, Croatia, 7Environmental Energy Technologies Laboratory, University of Yaoundé I, PO Box 812, Yaoundé, Cameroon. *Email: [email protected] ABSTRACT This work presents a state-of-the-art survey of published papers that forecast natural gas production, consumption or demand, prices and income elasticity, market volatility and hike in prices. New models and techniques that have recently been applied in the field of natural gas forecasting have discussed with highlights on various methodologies, their specifics, data type, data size, data source, results and conclusions. Moreover, we undertook the difficult task of classifying existing models that have been applied in this field by giving their performance for instance. Our objective is to provide a synthesis of published papers in the field of natural gas forecasting, insights on modeling issues to achieve usable results, and the future research directions.
    [Show full text]
  • Introduction to Bioinformatics
    Mesleki İngilizce - Technical English II • Notes: Prof. Dr. Nizamettin AYDIN – In the slides, • texts enclosed by curly parenthesis, {…}, are examples. • texts enclosed by square parenthesis, […], are [email protected] explanations related to examples. http://www.yildiz.edu.tr/~naydin 1 2 Computer Simulation Computer Simulation • Learning Objectives • Keywords – to acquire basic knowledge about simulation kinds and – mathematical model history • an abstract model that uses mathematical language to – to understand difference between simulation and describe a system modelling – to understand the power of simulation and its influence – stochastic process on modern science • a process with an indeterminate or random element as • Sub-areas covered opposed to a deterministic process that has no random element – Computer simulation – Discrete – Computer graphics – Mathematics • not supporting or requiring the notion of continuity – discrete objects are countable sets such as integers 3 4 Computer Simulation Computer Simulation • Keywords • Reading text – Computer Generated Imagery (CGI) • an application of the field of computer graphics (or, more • Pre-reading questions specifically, 3D computer graphics) to special effects in films, television programs, commercials and simulation – How can we solve problems in cases where – differential equation physical models are too complex or expensive to • a mathematical equation for an unknown function of one or build? several variables that relates the values of the function itself and of its derivatives
    [Show full text]
  • Computer Simulation of Building Energy Consumption and Building Energy Efficiency
    The 2nd International Conference on Computer Application and System Modeling (2012) Computer Simulation of Building Energy Consumption and Building Energy Efficiency Zhao Lei Song Jingying Architectural Engineering Architectural Engineering Xinxiang University Xinxiang University Abstract—Computer simulation of building energy begins. Different architectural style, different materials, consumption is one of important assisted tools in the field of different building equipment systems can be combined into energy efficiency, architects can easily design process at any many programs, from the many programs to select the most stage of the design of energy-saving evaluation by computer energy-efficient solutions, energy consumption must be simulation, or test can predict the future or existing Building estimated for each program, which is the computer building energy consumption, diagnostic analysis of building thermal energy simulation technology. process, so as to optimize the building design to minimize Computer simulation of building energy consumption is energy consumption to provide an accurate basis. one of important assisted tools in the field of energy efficiency. architects can easily design process at any stage Keywords-uilding energy efficiency, Building energy simulation computer technology, Architectural design of the design of energy-saving evaluation by computer simulation, or test can predict the future or existing buildings energy consumption, diagnostic analysis of building thermal I. INTRODUCTION process, so as to optimize the building design, to minimize All manuscripts must be in English. These guidelines energy consumption to provide an accurate basis. Just type in include complete descriptions of the fonts, spacing, and the program model of the architect, you can complete in related information for producing your proceedings design software, thermal performance, natural light, artificial manuscripts.
    [Show full text]
  • The Use of Computer Simulation to Establish Energy Efficiency Parameters for a Building Code of a City in Brazil
    Eighth International IBPSA Conference Eindhoven, Netherlands August 11-14, 2003 THE USE OF COMPUTER SIMULATION TO ESTABLISH ENERGY EFFICIENCY PARAMETERS FOR A BUILDING CODE OF A CITY IN BRAZIL Joyce Carlo1, Enedir Ghisi2 and Roberto Lamberts3 1. [email protected]; [email protected]; [email protected] LabEEE – Energy Efficiency in Buildings Laboratory Federal University of Santa Catarina Florianópolis, SC, 88040-970 - Brazil 1310TWh in 20 years (2000 to 2020), while India ABSTRACT would save 1659TWh in the same period and Mexico The first energy efficiency law for Brazil was 550TWh, representing reductions of 12%, 11% and presented in 2001, which required that buildings 12% in 20 years, respectively. One year before, in should have some energy efficiency regulation. 1995, Mexico approved its first energy standard, for Salvador city building code was then submitted to a commercial buildings [COMISIÓN NACIONAL study to include energy efficiency parameters related PARA EL AHORRO DE ENERGÍA, 1995a] and for to the building envelope. artificial lighting in buildings [COMISIÓN NACIONAL PARA EL AHORRO DE ENERGÍA, The energy consumption limits were associated with 1995b]. Both were based on ASHRAE Standard 90.1 the envelope parameters using simulation and using a [1999]. Recently, a DOE press release [DOE, 2002] multi-variable regression equation developed using stated that Mexico, United States and Canada are simulation. Twelve models were defined with the moving towards unifying their energy efficiency variables that influence most on energy consumption standards. This trend is already in progress in and were combined to the envelope variables Europe, where the European directives for energy resulting in the analysis of 1616 prototype buildings.
    [Show full text]
  • Fully Coupled Geomechanics and Discrete Flow Network Modeling of Hydraulic Fracturing for Geothermal Applications
    LLNL-CONF-466396 Fully Coupled Geomechanics and Discrete Flow Network Modeling of Hydraulic Fracturing for Geothermal Applications P. Fu, S.M. Johnson, Y. Hao, and C. R. Carrigan. Released on January 20, 2011 36th Annual Stanford Workshop on Geothermal Reservoir Engineering Stanford, California, January 31 - February 2, 2011 Disclaimer This document was prepared as an account of work sponsored by an agency of the United States government. Neither the United States government nor Lawrence Livermore National Security, LLC, nor any of their employees makes any warranty, expressed or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States government or Lawrence Livermore National Security, LLC. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States government or Lawrence Livermore National Security, LLC, and shall not be used for advertising or product endorsement purposes. PROCEEDINGS, Thirty-Sixth Workshop on Geothermal Reservoir Engineering Stanford University, Stanford, California, January 31 - February 2, 2011 SGP-TR-191 FULLY COUPLED GEOMECHANICS AND DISCRETE FLOW NETWORK MODELING OF HYDRAULIC FRACTURING FOR GEOTHERMAL APPLICATIONS Pengcheng Fu, Scott M. Johnson, Yue Hao, and Charles R. Carrigan Lawrence Livermore National Laboratory 7000 East Ave., L-286 Livermore, CA 94551, USA e-mail: [email protected] stimulation models capable of addressing the ABSTRACT propagation of clusters of fractures in hard rock.
    [Show full text]
  • An Overview of the Model Integration Process: from Pre-Integration Assessment to Testing
    Environmental Modelling & Software 87 (2017) 49e63 Contents lists available at ScienceDirect Environmental Modelling & Software journal homepage: w ww.elsevier.com /locate/envsoft An overview of the model integration process: From pre-integration assessment to testing a, * a b Getachew F. Belete , Alexey Voinov , Gerard F. Laniak a University of Twente, ITC, 7500 AE Enschede, Netherlands b US Environmental Protection Agency, Office of Research and Development, USA a r t i c l e i n f o a b s t r a c t Article history: Integration of models requires linking models which can be developed using different tools, method- Received 15 March 2016 ologies, and assumptions. We performed a literature review with the aim of improving our under- Received in revised form standing of model integration process, and also presenting better strategies for building integrated 30 August 2016 modeling systems. We identified five different phases to characterize integration process: pre- Accepted 30 October 2016 integration assessment, preparation of models for integration, orchestration of models during simula- tion, data interoperability, and testing. Commonly, there is little reuse of existing frameworks beyond the development teams and not much sharing of science components across frameworks. We believe this Keywords: must change to enable researchers and assessors to form complex workflows that leverage the current Integrated modeling Interoperability environmental science available. In this paper, we characterize the model integration process and Interfaces compare integration practices of different groups. We highlight key strategies, features, standards, and Wrapping practices that can be employed by developers to increase reuse and interoperability of science software Components components and systems.
    [Show full text]
  • Passive and Renewable Low Carbon Strategies for Residential Buildings in Hot Humid Climates
    University of Bath PHD Passive and renewable low carbon strategies for residential buildings in hot humid climates Al Shamsi, Yahya Award date: 2017 Awarding institution: University of Bath Link to publication Alternative formats If you require this document in an alternative format, please contact: [email protected] General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal ? Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Download date: 11. Oct. 2021 University of Bath PHD Passive and renewable low carbon strategies for residential buildings in hot humid climates Al Shamsi, Yahya Award date: 2017 Awarding institution: University of Bath Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research.
    [Show full text]