Code Monkey home page Code Monkey logo

hydrology's Introduction

Hydropower plant exercise

Set up

Run from command line to install dependencies:

pip install requirements.txt

Input files

The following input files must located in ./data/in folder.

  • hypsometric-curve.csv
  • reservoir-elevation-volume.csv

Parameters

Model parameters can be set in /src/params.py file.

Usage

Run from command line to perform calculation:

python main.py [--snow]
  • --snow [optional] - to perform calculation considering snow precipitation.

Output

Main output files

Water level and overflow time series for each scenario.

Files are located in ./data/out:

  • output.csv
  • output-snow.csv

Detailed output files

Time series of all variables used in the reservoir water balance simulations.

Files are located in ./data/out/detailed-output:

  • scenario_1.csv
  • scenario_2.csv
  • scenario_3.csv
  • scenario_1_snow.csv
  • scenario_2_snow.csv
  • scenario_3_snow.csv

The following output are also available in ./data/out/detailed-output:

  • hydrograph.png
  • hydrograph.csv
  • elevation-volume-interpolation.png

hydrology's People

Contributors

ncldlbn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.