Skip to content

Archive for

Low Impact Design: Sensors Validate California Groundwater Resource Management

Michelle Newcomer, a PhD candidate at UC Berkeley, (previously at San Francisco State University), recently published research using rain gauges, soil moisture, and water potential sensors to determine if low impact design (LID) structures such as rain gardens and infiltration trenches are an effective means of infiltrating and storing rainwater in dry climates instead of letting it run off into the ocean.

Body of water with rain droplets hitting the surface

Can Low Impact Design Structures store rainwater?

Low Impact Design Structures

Global groundwater resources in urban, coastal environments are highly vulnerable to increased human pressures and climate variability. Impervious surfaces, such as buildings, roads, and parking lots prevent infiltration, reduce recharge to underlying aquifers, and increase contaminants in surface runoff that often overflow sewage systems. To mitigate these effects, cities worldwide are adopting low impact design (LID) approaches to direct runoff into natural vegetated systems such as rain gardens that reduce, filter, and slow stormwater runoff. LID hypothetically increases infiltration and recharge rates to aquifers.

Three pictures the first depicts an aerial view of an infiltration trench, the second depicts an infiltration trench site, and the third depicts a irrigated green lawn

Infiltration and Recharge

Michelle and the team at San Francisco State University, advised by Dr. Jason Gurdak, realized that the effects of LID on recharge rates and quality were unknown, particularly during intense precipitation events for cities along the Pacific coast in response to inter-annual variability of the El Niño Southern Oscillation (ENSO). Using water potential and water content sensors she was able to quantify the current and projected rates of infiltration and recharge to the California Coastal Westside Basin aquifer system. The team compared a LID infiltration trench surrounded by a rain garden with a traditional turf-lawn setting in San Francisco.  She says, “Cities like San Francisco are implementing these LID structures, and we wanted to test the quantity of water that was going through them.  We were interested specifically in different climate scenarios, like El Niño versus La Niña, because rain events are much more intense during El Niño years and could cause flash flooding or surface pollutant overflow problems.”

Infiltration trench site diagram

Sensors Tell the Story

The research team looked at the differences in the quantity of water that LID structures could allow to pass through.  Michelle says. ”The sensors yielded data proving LID areas were effective at capturing the water, infiltrating it more slowly, and essentially storing it in the aquifer.”  The team tested how a low-impact development-style infiltration trench compared to an irrigated lawn and found that the recharge efficiency of the infiltration trench, at 58% to 79%, was much higher than that of the lawn, at 8% to 33%.

Daily time series of precipitation and volumetric water content

Rain Gauges Yield Surprises

Though it wasn’t part of the researchers’ original plan, they used rain gauges to measure precipitation, which yielded some surprising data.  Michelle comments, “We were just going to use the San Francisco database, but it became necessary to use the rain gauges because of all the fog.  The fog brought a lot of precipitation with it that didn’t come in the form of raindrops.  As it condensed on the leaves, it provided a substantial portion of the water in the budget, and that was surprising to me.  The rain gauge captured the condensate on the funnel of the instrument, so we were able to see that a certain quantity of water was coming in that is typically neglected in many studies.”

Future El Niño Precipitation

Michelle also found some really interesting results regarding El Niño and La Niña.  She says, “I did a historical analysis to establish baselines for frequency, intensity, and duration of precipitation events during El Niño and La Niña years.  I then ran projected climate data through a Hydrus-2D model, and the models showed that with future El Niño intensities, recharge rates were effectively higher for a given precipitation event. During these events, in typical urban settings, water runs off so fast that only these rain gardens and trenches would be able to capture the rain that would otherwise be lost to the ocean. This contrasts with a La Niña climate scenario where there’s typically less rain that is more diffuse. Most of that rain may eventually be lost to evaporation during dry years.  So using sensors and 2D modeling we have validated the hypothesis that LID structures provide a service for storing water, particularly during El Niño years where there are more intense rainstorms.”

Michelle’s research received some press online and also was featured in the AGU EOS Editor’s spotlight.   Her results are published in the journal Water Resources Research.

Download the “Researcher’s complete guide to water potential”—>

Download the “Researcher’s complete guide to soil moisture”—>

Get more information on applied environmental research in our

Author Interview: Soil Physics with Python

The new book Soil Physics with Python: Transport in the Soil-Plant-Atmosphere System written by Dr. Marco Bitteli, Dr. Gaylon S. Campbell, and Dr. Fausto Tomei presents concepts and problems in soil physics as well as solutions using original computer programs.

Picture of the cover of the book "Soil Physics with Python" by Marco Bittelli, Gaylon S. Campbell, and Fausto Tomei

Soil Physics with Python

In contrast to the majority of the literature on soil physics, this text focuses on solving, not deriving, differential equations for transport. Numerical methods convert differential equations into algebraic equations, which can be solved using conventional methods of linear algebra.  Here, Dr. Campbell interviews about this update to his classic book Soil Physics with BASIC.

Why did you write the first book, Soil Physics with BASIC?

Soil physics classes were always frustrating for me because you would spend time writing fancy equations on the chalkboard, and in the end, you couldn’t do anything with them.  You couldn’t solve any of the problems because, even though they involved difficult mathematics, the math was still so simplified that it didn’t apply to anything that went on in nature.

When I taught my first graduate soil physics class, I determined that we were going to be able to do something by the time we finished.  Luckily, in the mid-1970s, personal computers were being developed, and I realized this was the answer to my problem.  Numerical methods could solve any problem with any geometry in it.  It wasn’t limited to problems that fit the assumptions needed to derive a complex differential equation.  I could write computer programs that simplified the mathematics for the students and teach them how to solve those problems using numerical methods.  By the end of the semester, my students would have a set of tools that they could use to solve problems in the real world.  

Did this book come from class notes or some other source?  

I wrote two textbooks and they both came the same way.  When I first started teaching, I had a textbook that was inadequate, so I began writing notes of my own and handing them out to the students.   After two years, I turned these notes into An Introduction to Environmental Biophysics.  Soil Physics with BASIC came about by the same process, but I enlisted the help of my daughter, Julia, to type it up. It was in the early days of word processing so entering equations was quite difficult.  It all went well for her until chapter eight, which was a nightmare of greek symbols. After she finished slogging for days through the material, we somehow lost the chapter.  She retyped it, and we lost it again, making her type it three times!  We didn’t have spreadsheets then either, so the figures were all hand-drawn by my daughter, Karine.

Red soil in the desert with trees and brush around

Marco [Bitteli] has added two and three-dimensional flow problems, so you can model whole landscapes and water behavior in an entire terrain.

What does Soil Physics with Python add to the conversation?

First, it updates the programming language.  BASIC was a language invented at Dartmouth and intended to be a simple teaching language.  It was never supposed to be a scientific computer language.  Python (13:26.) is a newer language, and there are many open source programs for it, making it a better language to use for science.

Secondly, the old book had one-dimensional flow problems in it for the most part, but Marco [Bitteli] has added two and three-dimensional flow problems, so you can model whole landscapes and water behavior in an entire terrain.

In addition, Dr. Bitteli describes the process and analysis of soil treated as fractals as well as soil image analysis.  There are a lot of extensions and updates that weren’t in the original book.  

Will it be accessible across all disciplines?

To some extent, different disciplines speak different languages.  A soil physicist talks about water potential, and a geotechnical engineer talks about soil suction. Thus, there may be some translation of discipline-specific terms, but it’s intended to be a book that people in the plant sciences can use along with people in the soil sciences.

Dr. Marco Bitteli earned his PhD at Washington State University and was Dr. Campbell’s former student.  This book is a product of their continued collaboration. Dr. BBitteli is now a professor at University of Bologna, the oldest university in operation in the world.  Soil Physics with Python  is available at Amazon.com.

Download the “Researcher’s complete guide to water potential”—>

Download the “Researcher’s complete guide to soil moisture”—>

Get more information on applied environmental research in our

The Potential of Drones in Research

Someday soon,  multi-rotors will execute pre-programmed flight paths over several hundred research plots collecting daily data and sending it back to a computer while researchers sip their morning coffee.  Researchers and growers won’t need to know anything about flying: the drones will fly themselves.  This is the dream.

One UAV (unmanned air vehicle) industry leader at the above drone demonstration commented, The truth is that this is where agriculture (and research) is going, and I don’t mean ‘Tomorrowland’ going–I mean it’s pretty much there.  The only thing that’s holding us back is a permit from the FAA for autonomy, and that’s because the FAA is slowly backing into this UAV piece because we have the busiest general aviation sky in the world. But really, what you should have in your mind is multiple units operating with a single operator in a control vehicle.”  The above UAV was extensively tested in California’s NAPA valley with results soon to be published online.

In this blog, a METER scientist and an instrumentation engineer give their perspectives on what needs to happen before drones reach their full research potential.  

Drone hexacopter flying against a blue sky

Drone Hexacopter

What are the advantages of drones for researchers?

Dr. Colin Campbell, research scientist-

One of the biggest challenges of work in the field is variability: low spots, high spots, sandy soil, clay soil, hard pans beneath the surface in some areas and not in others.  This results in highly variable performance in crops.  In addition to that, even when you have good homogeneity in a field, you might have differences due to irrigation or rainfall. If we want to improve agriculture, one thing that we have to do is be able to come out with better tools to be able to visualize the field in more than a single dimension. In order to do this right now, students go out and take plant measurements all day, every day, all summer long. The advantage of a drone is that you could do flyovers of a field, monitoring the traits that you’re interested in using reflectance indices that would normally take days of work.

What are the obstacles to progress?

Greg Kelley, mechanical engineer, and drone hobbyist-   

Recently, the FAA has come out with a set of guidelines for the industrial use of drones:  flying machines have to stay under a certain ceiling (500 ft; 150 m), and they have to be flown in the line of sight of the operator.  The naive thing about those policies is: how much control does the operator have over the drone anyway?  It used to be that with your remote control, you were moving the control surfaces (flaps, rudder, etc) on the aircraft, but this is changing.  The onboard computer performs things like holding a stable altitude, maintaining a GPS location, or auto-stabilization (it keeps the aircraft level, even when a gust of wind comes).  Those are degrees of control that have been taken away from the operator. Thus, according to the level of automation that the operator has built into the system, he may not be in direct control at all times. In fact, these machines are being developed so that they can fly themselves. From my perspective, the FAA regulations are going to have to evolve along with the automation of drones in order to allow the development of this technology in an appropriate way.

Drone with eight rotors sitting on a landing pad

Drone with eight rotors.

What needs to happen before drones reach their full potential?

Dr. Colin Campbell–  

Even if we get the flexibility required with drones, we’ve got to get the right sensor on the drone. On the surface, this seems relatively simple.  Sensors to measure spectral reflectance are available in a package size that should easily mount on a drone platform. But, there are still many challenges.  First, current spectral reflectance sensors make a passive reflectance measurement, meaning we’re at the mercy of the reflected sunlight.  Clouds, sun angle, and leaf orientation, among other things, will all affect the measurement. There are several groups working on this (just search “drone NDVI” on the internet), but it’s a difficult problem to solve.  Second, drones create a spectral reflectance “map” of a field that needs to be geo-referenced to features on the ground to match measurements with position.  Once data are collected, the behavior of “plot A” can only be determined by matching the location and spectral reflectance of “plot A.”  Different from the first challenge, this is more related to programming than science but is still a major hurdle.

Despite these challenges, drones promise incredible benefits as an agricultural and environmental measurement tool. As one industry leader at the drone demonstration put it, “the complexity of the problems that agriculture faces and the opportunities for efficiencies are vast.  It will require ongoing engagement, next year and the year after that. There are a lot of questions to be answered and the efficacy is yet to be determined, but it’s exciting to watch the UAV helicopter and where it’s going.”  Both Campbell and Kelley agree that significant advances will be made within the next few years.

Read about an ROI calculator that’s been created to help growers quantify whether the benefits of using a drone will exceed their costs.

Download the “Researcher’s complete guide to soil moisture”—>

Get more information on applied environmental research in our

New Medium Scale Soil Moisture Measurement Technique

Between dielectric soil moisture sensors with a volume of influence measured in liters and remote sensing systems which measure soil moisture on the scale of kilometers, there is a gap—a gap Dr. Larry Murdoch of Clemson University has been working to fill. In this post, read about the DELTA (Displacement Extensometer for Lysimetric Terrain Analysis), an instrument that measures water content measurements over an area with a 25 m radius.

Close up picture of cracked and dried soil

Dr. Murdoch became interested in how much water content was in the vadose zone (the unsaturated soil above the water table). He wondered if he could use a strain measuring technique to quantify it.

A New Idea:

Dr. Murdoch was a graduate student in structural geology and geomechanics in the mid-1980s, working on the mechanics of hydraulic fractures in soil.  He developed techniques for environmental “fracking” to clean up contaminated soil, long before the recent applications by the oil industry that have caused fracking to become a household word.  Fracking causes movements in soil, and Dr. Murdoch developed methods for measuring those movements in order to monitor fracture displacement. This led to work on sensitive borehole extensometers that could measure small strains in rock during well testing.

In the course of his hydrology work, Dr. Murdoch became interested in how much water content was in the vadose zone (the unsaturated soil above the water table). He wondered if he could use the strain measuring technique to quantify it.  He decided to bore a hole into the vadose zone and insert a simplified extensometer device that could measure the strain as the soil expands and contracts.  This would allow him to gauge the weight change of the overburden.  Then, because other mass changes are relatively minor compared to the water in the soil, that weight change would enable him to determine water content.

Since soil compresses more than bedrock, Dr. Murdoch developed a method where he inserted two anchors and cylinders that are pressed up against the soil borehole.  In the middle of these cylinders is a fiberglass rod held tight by the bottom anchor which is able to move inside the top anchor.  The anchors move up and down from the stress on the soil, and this movement is transferred to the rod where it can be measured with a high-resolution displacement transducer.

Diagram of the Delta (Displacement Extensometer for Lysimetric Terrain Analysis)

Diagram of the DELTA (Displacement Extensometer for Lysimetric Terrain Analysis)

Dr. Murdoch’s device is so sensitive that when it is buried 6 m, it will register clear strain signals as his student walks over it. The weight of a person causes around 50 nanometers of displacement at the Clemson Field site, but the instrument itself can resolve displacement approaching 1 nanometer. And the diameter of measurement on the surface is about 4 times the depth.  So if you install the system at 7m, you’d be measuring about a 25 m diameter circle on top.

Like almost all other water content techniques, the challenge is removing all other confounding factors that affect the measurement. It has been said that all sensors are temperature sensors first.  Not surprisingly, one thing that causes errors in the system is temperature, though Dr. Murdoch’s team has dealt with that by getting the system deep in the soil and putting the electronics near it so the temperature change is small.  Barometric pressure also produces cyclical loading of soil mass and requires correction over a range of periods. And, since the calculation of water content requires an estimate of the soil elasticity, changes in soil moisture also may affect the measurement. Considerable work has been done and significant progress has been made in dealing with these and other issues with the extensometer approach.

picture of a field with a barn in the distance and the ski orange and grey

An advantage of the system is its ability to be buried. In order to plow, for example, all you have to do is pull the sensor up, take off the top plastic casing, and cap it, and the grower can drive a plow over the top.

Strengths:

The amazing thing is that Dr. Murdoch’s system can resolve less than a millimeter of rain water falling on the soil surface, and it can match trends over time. In addition, you can easily calibrate the system by getting your 190-pound student to walk over the top of it and then checking that the compressibility of the soil matches that weight.

Another advantage of the system is its ability to be buried.  In order to plow, for example, all you have to do is pull the sensor up, take off the top plastic casing, and cap it, and the grower can drive a plow over the top. Finding the installation can be challenging, so it must be located by precision GPS or survey equipment prior to burial. But, if done correctly, the site can be monitored for long periods of time.

Though not yet a final technology, the Delta extensometer did correlate well with point measurements of water content and shows a lot of promise. The instrument was developed with funding from the National Science Foundation. Colby Thrash, a grad student at Clemson, has done much of the recent work. Dr. Murdoch’s team will publish a paper describing the technique soon in Water Resources Research.

Download the “Researcher’s complete guide to soil moisture”—>

Get more information on applied environmental research in our