User Tools

Site Tools


start:hype_tutorials:hyss_template_model

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start:hype_tutorials:hyss_template_model [2016/12/16 12:40]
cpers [Overview of HYSS]
start:hype_tutorials:hyss_template_model [2016/12/29 16:10]
cpers
Line 5: Line 5:
  
  
-The HYdrological Simulation System (HYSS) that is used for HYPE is a framework that can be used to simulate other models. HYSS handles calibration,​ simulation, input data and writing results to files. The model handles the hydrological processes and calculates what happens during one time step. If you want to build your own model in the HYSS framework you only need to program the core of the model and couple it the framework. ​+The HYdrological Simulation System (HYSS) that is used for HYPE is a framework that can be used to simulate other models. HYSS handles calibration,​ simulation, input data and writing results to files. The model handles the hydrological processes and calculates what happens during one time step. If you want to build your own model in the HYSS framework you only need to program the core of the model and couple it to the framework. ​
  
 Starting a new model or digging into the HYPE-code can be daunting. We provide a simple hydrological model set in the HYSS framework as a template to facilitate this task. The simple model code is explained in detail in the code files and has only basic features. The template model is found on sourceforge ([[https://​sourceforge.net/​projects/​hype/​files/​hyss_template_model/​|HYSS template model]]). Starting a new model or digging into the HYPE-code can be daunting. We provide a simple hydrological model set in the HYSS framework as a template to facilitate this task. The simple model code is explained in detail in the code files and has only basic features. The template model is found on sourceforge ([[https://​sourceforge.net/​projects/​hype/​files/​hyss_template_model/​|HYSS template model]]).
Line 19: Line 19:
 |modelroutines.f90|modelmodule|the module contains procedures for model calculations during one time step, for initiation of model, for definition of model parameters and output variables, for handling state variables defined in model and procedures for updating| |modelroutines.f90|modelmodule|the module contains procedures for model calculations during one time step, for initiation of model, for definition of model parameters and output variables, for handling state variables defined in model and procedures for updating|
 |modeltypes.f90|statetype_module|the module contains types for state-variables and procedure for handling them| |modeltypes.f90|statetype_module|the module contains types for state-variables and procedure for handling them|
 +
 +
  
 ==== Overview of HYSS ==== ==== Overview of HYSS ====
start/hype_tutorials/hyss_template_model.txt ยท Last modified: 2024/01/25 11:37 (external edit)