Modeling Approach
The Willamette River Basin (WRB) is a complex coupled system, one that includes both a natural system (the biophysical components) and a human system (the socio-economic components). The interactions, feedbacks, and evolving characteristics of these different components will control when and where water is abundant or scarce. Given the complexity of the system, and the detailed spatial and temporal scales at which these different components interact and influence each other, an explicit and quantitative representation of this system requires a computer model to incorporate the many processes and relationships in time and space between and among the natural and human system components. This allows us to predict how those processes are likely to change over time. As a result, we developed Willamette Envision. The model enables us to explore the interactions between land and water use, law and policy, and public management of land and water resources.
Willamette Envision includes modeling components that represent water supply, water allocation, and water demand (Fig. 2). We model water supply in the basin using a hydrologic model that translates daily values of meteorological conditions into a spatially distributed estimate of snow, soil moisture, and streamflow conditions. We model water allocation by incorporating the operating rules for the 13 federal Willamette Project reservoirs, and a model of water use constraints imposed by Oregon water law. We model water demand for four sectors: urban areas, agriculture, upland forests, and instream ecosystems (fish). We estimate water demand for urban areas as a function of factors such as water price and population, and simulate urban growth by relating land use changes to land characteristics and economic returns. We model water demand for agricultural and forested lands by estimating evaporative water loss from different crop and forest cover types. Connected modeling components determine farmer planting and irrigation decisions, and forest succession and disturbance by wildfire and harvest. We represent instream ecological water needs by modeling instream water rights and also federally required ESA-related minimum flows that are integrated into reservoir management rules.
Model Components
Willamette Envision incorporates:
-
Hydrologic, ecological, and economic system sub-models called "plug-ins" – Willamette Envision incorporates a suite of sub-models to simulate processes that affect the distribution, movement, supply of, and demand for water in the WRB. Each sub-model was developed or adapted for the project by researchers with expertise in that field. Some sub-models are based on new empirical analyses, while others are process-based models originally developed for other purposes and adapted for this project. For example, the land use transitions model is an economic model developed for this project using historical parcel-level land value data, while the reservoir operations model was adapted from code in ResSim, a model developed by the US Army Corp of Engineers. The plug-in models within Willamette Envision represent both socioeconomic and biophysical components of the water system. Fig. 2 is a conceptual diagram showing those components of the regional human-natural system that have been developed into quantitatively modeled plug-ins, and linked together within Willamette Envision.
-
Modeling frameworks that enable sub-models to run simultaneously and share data – The framework allows output from one modeling component to become input for others as they step through time. For example, hydrology is modeled within a modeling framework called FLOW that was developed for this project (Vaché et al., in review). FLOW models the movement of water through the stream network, while also allowing water to be added or removed at specific points where the model links to other plug-ins. This linkage allows economic processes such as the irrigation decision model, which determines the timing and amount of groundwater pumping and surface irrigation diversions, to be linked to the hydrologic model.
-
A geographic information system (GIS) – Willamette Envision contains a spatial database that stores information about the WRB in map polygons called Integrated Decision Units (IDUs) and in a line network representing the river system. As the component models run, they store and retrieve data from this spatial database. At the end of a Willamette Envision model run, results are available as data, tables, and maps, which can be exported for further analysis.
-
Alternative scenarios – model inputs and other model elements have been varied to create alternative scenarios with Willamette Envision. For example, we developed different scenarios that varied assumptions about fire suppression in the forest disturbance sub-model. That change then affected the distribution of forest types predicted by the forest state and transition sub-model, and consequently stream flows predicted by the hydrology sub-model. By comparing the reference case scenario with alternative scenarios, we can evaluate how sensitive the model is to particular assumptions. We can also ask “What if?” questions that may help inform policy analysis.
Technical Details
-
Code – Willamette Envision consists of several hundred thousand lines of C++ code and runs as a 64-bit Windows application.
-
Spatial representation – Data are stored in ESRI shapefiles representing the stream network and landscape polygons called Integrated Decision Units (IDUs). The polygons are meaningful spatial units, representing for example agricultural fields, forest stands, or developed areas.
-
The stream network and associated catchments were taken from the National Hydrography Dataset version 2 (NHD+V2) found at http://www.horizon-systems.com/NHDPlus/NHDPlusV2_home.php.
-
The IDU layer was developed by intersecting the catchment shapefile with a composite dataset representing landuse and landcover in the WRB. This catchment shapefile provides information needed by the hydrology model to connect the landscape to individual stream reaches. The land use/land cover dataset was developed by combining information from two sources: (1) a US Forest Service dataset (GNN) representing the forested portions of the basin and (2) as US Department of Agriculture datasets (NASS CDL) representing all other portions of the basin. The NASS data is derived from LANDSAT imagery and is designed to closely capture the crops grown as part of the agricultural system.
-
There are 164,892 polygons in the IDU layer, covering the nearly 30,000 square kilometer (11,500 square mile) extent of the WRB. Most IDUs cover an area of between 2 and 700 hectares (5 and 1730 acres).Climate data is gridded at a resolution of 2.5 arc-minutes (about 4 km).Refer to the stream layer and IDU metadata for more details about spatial geometry.
-
Time step – Some processes are simulated at a daily timestep and others at an annual timestep.
-
Simulation period – Most WW2100 modeling scenarios simulate the period from January 1, 2010 through December 31, 2099. However, we also ran two scenarios with a simulation period from January 1, 1950 - December 31, 2009 to allow comparisons of modeled future conditions to a modeled past. These scenarios used simulated historical climate data as a model forcing and held population and land cover constant with conditions at the end of 2010. Refer to the scenarios page from more details.
-
Run time – A single run of Willamette Envision takes about 48 wall clock hours. Up to six scenarios can be run at the same time without increasing elapsed time appreciably.