Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 2 of 2

Full-Text Articles in Physical Sciences and Mathematics

Evaluation Of The Crop Growth Component Of The Root Zone Water Quality Model For Corn In Ohio, Sue E. Nokes, Feliks M. Landa, Jon D. Hanson Jan 1996

Evaluation Of The Crop Growth Component Of The Root Zone Water Quality Model For Corn In Ohio, Sue E. Nokes, Feliks M. Landa, Jon D. Hanson

Biosystems and Agricultural Engineering Faculty Publications

The Root Zone Water Quality Model (RZWQM) is a computer model developed to simulate water, chemical, and biological processes in the root zone of agricultural management systems. As of this writing RZWQM is in the beta-testing phase of development. This article reports on a parameterization and evaluation study performed in Ohio on field corn for the crop growth component of RZWQM. The generic crop growth model in RZWQM had not previously been parameterized or tested on field corn. This article reports the results of such a study. One year of data was used to calibrate RZWQM, and two additional years …


Improving Data Locality With Loop Transformations, Kathryn S. Mckinley, Steve Carr, Chau-Wen Tseng Jan 1996

Improving Data Locality With Loop Transformations, Kathryn S. Mckinley, Steve Carr, Chau-Wen Tseng

Computer Science Department Faculty Publication Series

In the past decade, processor speed has become significantly faster than memory speed. Small, fast cache memories are designed to overcome this discrepancy, but they are only effective when programs exhibit data locality. In this article, we present compiler optimizations to improve data locality based on a simple yet accurate cost model. The model computes both temporal and spatial reuse of cache lines to find desirable loop organizations. The cost model drives the application of compound transformations consisting of loop permutation, loop fusion, loop distribution, and loop reversal. We demonstrate that these program transformations are useful for optimizing many programs. …