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

available versions not implemented but used in demo notebook #1

Closed
RolfHut opened this issue Oct 31, 2023 · 1 comment · Fixed by #4
Closed

available versions not implemented but used in demo notebook #1

RolfHut opened this issue Oct 31, 2023 · 1 comment · Fixed by #4
Labels
bug Something isn't working

Comments

@RolfHut
Copy link

RolfHut commented Oct 31, 2023

See screenshot. Run on eWaterCycle research cloud machine running version 2.0.0 of eWaterCycle.

downloaded the demo notebook and downloaded the demo forcing data.

Screenshot 2023-10-31 at 09 14 37

@RolfHut RolfHut added the bug Something isn't working label Oct 31, 2023
@BSchilperoort
Copy link
Member

BSchilperoort commented Nov 29, 2023

The available versions method is indeed gone. Versions are now retrieved from the container image. If a user wants to use a different version of the model, they can specify the container image like this:

from ewatercycle.container import ContainerImage

ewatercycle.models.MarrmotM14(
    forcing=forcing,
    bmi_image=ContainerImage("ewatercycle/marrmot-grpc4bmi:2020.11")  # change the tag to a different version
)

This explanation has been added to the notebooks in #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants