You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
fromewatercycle.containerimportContainerImageewatercycle.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
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.
The text was updated successfully, but these errors were encountered: