Skip to content

Significant differences in model output since v1.0.4 #1050

Description

@LuukBlom

Found this issue when running the regression tests for hydromt wflow.

Given the same models, the v1.1rc1 and v1.0.4 releases produce very different results.

I ran the whole regression pipiline using hydromt_wflow's last stable release (v1.0.2) and with the current state of the release branch (v1.0.3.dev0)

see https://github.com/Deltares/hydromt_wflow/blob/main/tests/regression/README.md for an in-depth overview of the regression setup.

Reproduce

git clone https://github.com/Deltares/hydromt_wflow.git
cd hydromt_wflow
git checkout release/v1.0

$env:WFLOW_CLI="abs\path\to\v1.0.4\wflow_cli.exe"
pixi run regression-pipeline piave tests\regression\.runs-v1.0.4
pixi run regression-assert piave tests\regression\.runs-v1.0.4

$env:WFLOW_CLI="abs\path\to\v1.1rc1\wflow_cli.exe"
pixi run regression-pipeline piave tests\regression\.runs-v1.1rc1
pixi run regression-assert piave tests\regression\.runs-v1.1rc1

From the figures below, we can say that the hydromt_wflow changes are likely not causing the differences.
Note that the baseline metrics were generated with wflow.jl v1.1rc1 in both cases.

hydromt_wflow v1.0.2, wflow.jl v1.0.4
Image

hydromt_wflow v1.0.3.dev0, wflow.jl v1.0.4
Image

See Also

Deltares/hydromt_wflow#829 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions