Evolution of a Research Project: Understanding Forest Water Flux

Research often starts with a specific technical goal that reveals a much larger scientific context upon reflection. This was certainly the case for my work on developing an automated weight monitoring system for forest floor debris.

Initially, I viewed this project through a narrow lens: building a robust 1x1 meter grid to measure the real-time weight changes of dead leaves in a research forest. The primary goal was to monitor fuel moisture content (FMC) — a critical factor in wildfire risk assessment. However, looking back at the experimental setup, I realize its broader significance.

The installation was strategically positioned near an eddy covariance tower. While the load cells were measuring the “input” and “output” of water in the leaf litter (through precipitation and drying), the tower was measuring the surrounding atmospheric exchanges. Together, these tools provide a comprehensive look at evapotranspiration (ET) rates and the overall water flux within the forest ecosystem.

Research Site Sign
SNU Taehwasan Research Forest Site: The project was part of a broader study on the water and carbon balance of Korean pine (Pinus koraiensis) plantations. Note the explicit research goal (translated): "Measurement of evapotranspiration in Korean pine stands using sap flux sensors."
Eddy Covariance Tower View 1
Eddy Covariance Tower View 2 Eddy Covariance Tower View 3
Eddy Covariance Tower: The research site was equipped with a flux tower to measure atmospheric exchanges, providing the ground truth for evapotranspiration and carbon flux models.

Technical Implementation

The system was designed to provide continuous, high-resolution data in a harsh outdoor environment. At its core, the system uses load cells to track the mass of a 1m x 1m aluminum container filled with leaf litter.

Leaf Weight Monitoring Frame
The custom-fabricated 1m x 1m frame designed to hold forest floor samples for real-time weighing.

Hardware Architecture

  • Sensors: Four 5 kgf-class load cells (BCL-5L, CAS, Korea) arranged to support the weighing platform.
  • Microcontroller: An Arduino Mega R3-based embedded system.
  • Signal Processing: 16-bit analog-to-digital conversion to ensure precision in detecting minute weight changes.
  • Data Logging: Local storage via SD card module and a real-time clock (RTC) for timestamped measurements.
Load Cell Assembly
Load Cell Detail: Each corner uses a spring-preloaded screw for stable measurements.
Arduino Data Logger
Data Logger: The embedded system with LCD display and SD card logging.

Field Results and Observations

The system was deployed in an experimental forest to monitor how leaf weight fluctuates with environmental conditions. The most striking results come from comparing the leaf weight data against precipitation events.

Field Installation
The system installed in the experimental forest, filled with various leaf species to mimic natural forest floor conditions.
Leaf Weight and Precipitation Results
Key insights were gained by comparing the leaf weight data during precipitation and the gradual drying process afterwards.

As shown in the graph above, the weight of the dead leaves increases sharply during rain and then follows a distinct drying curve. By quantifying this drying rate near an eddy covariance tower, researchers can better understand the forest surface’s contribution to total evapotranspiration — a key variable in both climate modeling and forest fire prevention.


Note: This research was published in the journal Precision Agriculture Science and Technology in September 2020.

BibTeX Citation

@article{yun2020development,
  title={Development of an in situ Dead Leaf Weight Monitoring System},
  author={Yun, Heesup and Kim, Hak-Jin and Cho, Woojae and Kim, Hyun-Suk and Lim, Sang-Joon},
  journal={Precision Agriculture Science and Technology},
  volume={2},
  number={3},
  pages={182--188},
  year={2020},
  publisher={Korean Society of Precision Agriculture}
}