Skip to content

Commit a646790

Browse files
committed
Create README.md
1 parent a4333c1 commit a646790

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# M-SRM
2+
Modified Snowmelt Runoff model for forecasting snowmelt in central northern Chile.
3+
4+
This repository was created as part of a 2013/2014 DEVELOP project for generating rough
5+
forecasts of water availability as a result of snowmelt in central northern Chile.
6+
7+
Users wishing to use the M-SRM can download the contents of this repository in zip format.
8+
It includes empty folders where NASA data must be downloaded and saved, that are otherwise
9+
irrelevant to the codebase.
10+
11+
###Dependencies
12+
13+
Python 2.7
14+
Matlab
15+
Arcmap 10.1/10.2
16+
This is a conglomeration of code writen in Python 2.7 and Matlab.
17+
No cross language calls are made. Python code is executed sequentially to perform geospatial
18+
data manipulations using the arcpy toolbox (comes with ESRI ArcMap), then saved outputs are
19+
referenced by the matlab code (handled through the graphical user interface) to perform
20+
the strictly numerical manipulations and analysis.
21+
22+
Please reference the Tutoriales folder for Spanish and English help files.

0 commit comments

Comments
 (0)