Download Latest Version hype_5_32_0_exe.zip (4.7 MB)
Email in envelope

Get an email when there's a new version of HYPE

Home / hyss_template_model / src_for_5_2_1
Name Modified Size InfoDownloads / Week
Parent folder
makefile 2017-11-30 1.7 kB
modelroutines.f90 2017-11-30 31.7 kB
MAK_FILE.BAT 2017-11-30 510 Bytes
modeltypes.f90 2017-11-30 48.0 kB
README.txt 2017-11-30 1.5 kB
Totals: 5 Items   83.4 kB 0
README for HYSS template model version 5.2.1 released 2017-11-30
----------------------------------------------------------

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.

Source: README.txt, updated 2017-11-30