-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5f9e58
commit 2727379
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Analyzing the generalization capabilities of hybrid hydrological models for extrapolation to extreme events. | ||
|
||
Code accompanying the publication: Analyzing the generalization capabilities of hybrid hydrological models for extrapolation to extreme events. | ||
|
||
## Structure of the repository: | ||
- **experiments**: Folder with the files to run the different experiments | ||
- **Hy2DL**: Codes to calibrate th conceptual models | ||
- **neuralhydrology**: Deep learning library (https://github.com/neuralhydrology/neuralhydrology) used to run the LSTM and Hybrid models | ||
- **results**: Code to analyse the results and create the figures presented in the publication. |