You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Test_area/MATILDA_hourly.py
+4-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
MATILDA (Modeling wATer resources In gLacierizeD cAtchments) is a combination of a degree day model and the HBV model (Bergstöm 1976) to compute total runoff of glacierized catchments.
4
4
This file may use the input files created by the COSIPY-utility "aws2cosipy" as forcing data and or a simple dataframe with temperature, precipitation and if possible evapotranspiration and additional observation runoff data to validate it.
5
5
"""
6
-
# Import all necessary python packages
6
+
## Import all necessary python packages
7
7
importxarrayasxr
8
8
importnumpyasnp
9
9
importpandasaspd
@@ -16,7 +16,7 @@
16
16
frommatplotlib.offsetboximportAnchoredText
17
17
fromMATILDA_slimimportMATILDA
18
18
19
-
19
+
##
20
20
# Setting the parameter for the MATILDA simulation
0 commit comments