Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src_for_5_6_3 | 2018-12-17 | ||
src_for_5_3_0 | 2018-01-16 | ||
src_for_5_2_1 | 2017-11-30 | ||
src_for_5_0_0 | 2017-05-02 | ||
src_for_4_13_2 | 2016-12-16 | ||
README.txt | 2018-12-17 | 1.5 kB | |
Totals: 6 Items | 1.5 kB | 0 |
README for HYSS template model version 5.6.3 released 2018-12-17 ---------------------------------------------------------- HYSS, HYdrological Simulation System, is a framework which handles calibration, simulation, input data and writing results to files. It is used to run HYPE, and has also been used to run HBV and some research models. This folder includes code for a simple template model to be used with HYSS. The template model describes in detail the most important subroutines. The model is much smaller than HYPE and is therefore a good start if you want to understand how the HYPE code is built or to build a model from scratch. HYSS source code is released under the Lesser Gnu Public License v3.0 http://www.gnu.org/copyleft/lesser.html. HYPE Project home page: https://sourceforge.net/projects/hype/ Contact: Charlotta Pers charlotta.pers@smhi.se (HYPE and HYSS code) ---------------------------------------------------------------------- Compiling HYSS template model ---------------------------------------------------------------------- HYSS compiles with ifort and gfortran. Copy the files of the HYSS template folder to your uncompressed folder with HYPE code to compile it. In the supplied makefiles the ifort compiler is used for Windows and the gfortran compiler for Linux. Linux ----- make hyss-model Resulting file is named hyss-model. Windows ------- Run MAK_FILE.bat Resulting file is named HYSS-model.exe.