Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.86 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.86 KB

Forest Light Environmental Simulator (FLiES) Radiative Transfer Model Look-Up Table (LUT) Implementation in Python

This package is a look-up table emulator for the Forest Light Environmental Simulator (FLiES) model in Python. This model is used to estimate solar radiation for the Breathing Earth Systems Simulator (BESS) model used to estimate evapotranspiration (ET) and gross primary productivity (GPP) for the ECOsystem Spaceborne Thermal Radiometer Experiment on Space Station (ECOSTRESS) and Surface Biology and Geology (SBG) thermal remote sensing missions.

Contributors

Gregory H. Halverson (they/them)
gregory.h.halverson@jpl.nasa.gov
Lead developer
NASA Jet Propulsion Laboratory 329G

Hideki Kobayashi (he/him)
FLiES algorithm inventor
Japan Agency for Marine-Earth Science and Technology

Installation

git clone git@github.com:JPL-Evapotranspiration-Algorithms/FLiES.git
cd FLiES
mamba install pykdtree
pip install .

References

If you use the Forest Light Environmental Simulator (FLiES) model in your work, please cite the following references:

  1. Kobayashi, H., & Iwabuchi, H. (2008). A coupled 1-D atmospheric and 3-D canopy radiative transfer model for canopy reflectance, light environment, and photosynthesis simulation in a heterogeneous landscape. Remote Sensing of Environment, 112(1), 173-185.
    https://doi.org/10.1016/j.rse.2007.04.010

  2. Kobayashi, H., Ryu, Y., & Baldocchi, D. D. (2012). A framework for estimating vertical profiles of canopy reflectance, light environment, and photosynthesis in discontinuous canopies. Agricultural and Forest Meteorology, 150(5), 601-619.
    https://doi.org/10.1016/j.agrformet.2010.12.001