GithubHelp home page GithubHelp logo

waterflows.jl's People

Contributors

ararslan avatar fabern avatar visr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

waterflows.jl's Issues

Should we copy the ODM model structure

Shouldn´t we copy the model structure from ODM such that we have completly parallell models?

This is quite tedious. Perhaps Bård can make a c# library that we can call?

how to handle lakes?

Right now, lakes are not included in the models. The snow routine should not be used for lakes, whereas some of the subsurface routines, like hbv_light, should include lakes. How to solve this???

Get state variables

Running the model currently only results in simulated runoff. Add option to also add simulated state variables, and other outputs such as actual evapotranspiration.

Should the output states be catchment averages, elevation band averages, or should no aggregation be performed?

get/set fields of structs

perhaps use metaprogramming to create functions for getting the variables of nested structs

name.($int_var).($int_var)

Model internal time not working properly

The model internal time sometimes does not seem to be updated, and sometimes it does, and in excess. For example, during calibration, the model internal time grows to a very large number after all simulations performed by blackbox optim.

Check the internal time
Check the init_states! function. Probably time should be an input to this function.

Infer timestep from input time axes

Use a code like the one below to determine the simulation time step from the input time:

t1 = DateTime(2000,1,1)
t2 = DateTime(2000,1,2)
convert(Int64, Dates.value(t2-t1))/3600e3

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.