SEHR-ECHO v1.0: a Spatially Explicit Hydrologic Response model for ecohydrologic applications

버전 1.6.0.0 (4.5 MB) 작성자: Bettina Schaefli
The model simulates streamflow from precipitation and temperature data.
다운로드 수: 777
업데이트 날짜: 2015/7/14

라이선스 보기

This model has been developed at the Laboratory of Ecohydrology of the Ecole Polytechnique Fédérale de Lausanne (www.epfl.ch) for the simulation of hydrological processes at the catchment scale. The corresponding paper is published in GMD http://www.geosci-model-dev.net/7/2733/2014/gmd-7-2733-2014.html.
The key concept of the model is the formulation of water transport by geomorphologic travel time distributions through gravity-driven transitions among geomorphic states: the mobilization of water (and possibly dissolved solutes) is simulated at the subcatchment scale and the resulting responses are convolved with the travel paths distribution within the river network to obtain the hydrologic response at the catchment outlet. The model thus breaks down the complexity of the hydrologic response into an explicit geomorphological combination of dominant spatial patterns of precipitation input and of hydrologic process controls. Nonstationarity and nonlinearity effects are tackled through soil moisture dynamics in the active soil layer.
The package comes with example data to test the model for an catchment with snow- and ice melt.

인용 양식

Bettina Schaefli (2024). SEHR-ECHO v1.0: a Spatially Explicit Hydrologic Response model for ecohydrologic applications (https://www.mathworks.com/matlabcentral/fileexchange/48626-sehr-echo-v1-0-a-spatially-explicit-hydrologic-response-model-for-ecohydrologic-applications), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

packSEHRechoV1_b/

packSEHRechoV1_b/ModelCode/

packSEHRechoV1_b/ModelCode/AdditionalMatlabfunctions/

packSEHRechoV1_b/ModelCode/HydroProcessFunctions/

packSEHRechoV1_b/ModelCode/ParameterHandling/

packSEHRechoV1_b/ModelCode/Plotting/

packSEHRechoV1_b/ModelCode/SpatialSetup/

packSEHRechoV1_b/TrackVersions/

packSEHRechoV1_b/TrackVersions/OldFileVersions/

버전 게시됨 릴리스 정보
1.6.0.0

Corrected typos in sehrechoV01x and in geouroutingV01x; corrected "no routing" of subfluxes in sehrechoV01.m; modifications only affect the outputs at intermediate sections, not at outlet; all changes summarized in upDatesSehrEchoV01b_09July2015.m

1.5.0.0

Forgot to mention: also corrected the output handling in case of no routing, added line 269:
Qsup=QsupNR;Qsub=QsubNR;Qdeep=QdeepNR;Qice=QiceNR;

1.4.0.0

Changed a line in sehrechoV01a.m to handle the cut of a warm-up period in case of multiple intermediate sections (which generated an error before):
Before: Qsim=Qsim(Extra.warmup+1:end);
New: Qsim=Qsim(Extra.warmup+1:end,:);

1.3.0.0

Version V01a corrects the wrong "no routing" option, which did not compute flow at intermediate sections. Contains minor modifications to deal with different version names (see folder TrackVersions). Simulation results of V01a are identical to V01.

1.2.0.0

There was a parameter assignment error in the function snowmod, which resulted in using always the default parameter values for the simulation. The problem is fixed.

1.1.0.0

Modified typos in model description and added tags.

1.0.0.0