jvdkwast / PySEBS

The Surface Energy Balance System (SEBS) in Python

Home Page:http://pcraster.geo.uu.nl/projects/applications/sebs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the repository of the Python version of the Surface Energy Balance System (SEBS)

SEBS is a single-source surface energy balance model, which estimates atmospheric turbulent fluxes and surface evaporative fraction from remote sensing data. The SEBS algorithm, which is described in the article by Z. Su in Hydrology & Earth System Sciences in 2002: The Surface Energy Balance System (SEBS) for estimation of turbulent heat fluxes, has been implemented in the PCRaster Python modelling framework by Hans van der Kwast and Derek Karssenberg.

The current setup of SEBS requires three sets of input data: (1) Data derived from remote sensing: albedo, emissivity, temperature and Normalized Difference Vegetation Index (NDVI) to derive surface roughness parameters; (2) Meteorological parameters at a reference site (air pressure, temperature, relative humidity, wind speed); (3) Radiation data (downward solar radiation, downward longwave radiation).

The model consistis of three modules: (1) submodel to derive energy balance terms; (2) submodel to derive stability parameters and (3) submodel to derive roughness length for heat transfer. Using these three modules, the energy balance for limiting cases (i.e, completely wet or dry pixels) can be resolved. Consequently, the energy balance terms, relative evaporation, evaporative fraction and evaporation flux can be derived for all pixels.

Install PCRaster using this video: https://youtu.be/PGaZSQeiSfg
PCRaster: http://www.pcraster.eu

About

The Surface Energy Balance System (SEBS) in Python

http://pcraster.geo.uu.nl/projects/applications/sebs/


Languages

Language:Python 100.0%