Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flextopo #194

Merged
merged 30 commits into from
Apr 14, 2022
Merged

Flextopo #194

merged 30 commits into from
Apr 14, 2022

Commits on Apr 8, 2022

  1. first tests flextopo

    (copy hbv and only keep interception)
    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    789fe97 View commit details
    Browse the repository at this point in the history
  2. flextopo classes with staticvectors

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ba9557c View commit details
    Browse the repository at this point in the history
  3. change name store to flextopo

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    11806af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06b8ee4 View commit details
    Browse the repository at this point in the history
  5. add horton storages def

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    f94890f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41653d6 View commit details
    Browse the repository at this point in the history
  7. small things

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e8c6791 View commit details
    Browse the repository at this point in the history
  8. small things

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    4bbac37 View commit details
    Browse the repository at this point in the history
  9. SVectors and dimension classes

    - read and write model parameters/states with dimension classes (as already implemented, classes should also be provided in the TOML file).
    - Coordinates of dim classes are Strings, for example: ["H", "P", "W"].
    verseve authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    f8f2253 View commit details
    Browse the repository at this point in the history
  10. uniform values and extra dimension

    allow for multiple values (vector) when setting uniform values for a model parameter with an extra dimension (e.g. `layer` or `classes`).
    verseve authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b118f3e View commit details
    Browse the repository at this point in the history
  11. scalar output SVector

    for CSV and scalar NetCDF output, an index for the extra dimension `layer` can be provided.
    verseve authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    629ebb1 View commit details
    Browse the repository at this point in the history
  12. change var names to long names

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0b973da View commit details
    Browse the repository at this point in the history
  13. fix rebase

    verseve authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a8548ca View commit details
    Browse the repository at this point in the history
  14. apply scale and offset with an index

    A user can specify a dimension label when modifying an input NetCDF variable with scale and offset in the TOML file. The index is determined and scale/offset is only applied to this index.
    verseve authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    9fc51c6 View commit details
    Browse the repository at this point in the history
  15. small changes initial conditions

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    73dcb54 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6bac8c1 View commit details
    Browse the repository at this point in the history
  17. fix fewsrun and extra_dim

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    916160e View commit details
    Browse the repository at this point in the history
  18. example toml flextopo meuse

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    eb33d92 View commit details
    Browse the repository at this point in the history
  19. unit test flextopo

    laurenebouaziz authored and visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    04b7587 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c8283e0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a0498d8 View commit details
    Browse the repository at this point in the history
  22. run flextopo tests

    visr committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    bc51e36 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a7f803a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. dim name handling

    verseve committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    f7ad129 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. update changelog

    verseve committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    93be6e7 View commit details
    Browse the repository at this point in the history
  2. update docs and fix typo

    verseve committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    43392ed View commit details
    Browse the repository at this point in the history
  3. typo and extend test

    extend test modifying parameters, apply scale and offset at multiple indices.
    verseve committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    abe3025 View commit details
    Browse the repository at this point in the history
  4. cleanup wb and floats

    laurenebouaziz committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    7dde6ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97a0704 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. remove config argument

    laurenebouaziz committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c268837 View commit details
    Browse the repository at this point in the history