-
Notifications
You must be signed in to change notification settings - Fork 6
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
Documentation on how to " Run the model with Docker" #267
Comments
@SarahAlidoost Perhaps to be a bit more specific, see below the error message
Most probably the configuration file in the example run should not be used by Docker version, since the soil property, plumber2 etc. are not uploaded to the zenodo, but simply saved to mat file? |
Hi Yijian, you're getting an error here because the config file is not in one of the mounted directories. STEMMUS_SCOPE cannot find the file. Also, you did not use the correct syntax for a bind mount. This might work:
but I am not sure about how the Windows paths work with the mounting syntax (: and \ characters...). |
Thanks a lot, Bart, we will try under Linux system then. The main reason for trying it out at Windows is a trial to have a wider user audience, most of the students are still not familier with terminal and the linux system in general. :-) |
Windows should work as well, but I am just not sure about the syntax, perhaps ' or " characters are needed. |
Hi Bart, the Zenodo example dataset does not include the 'Soil Property' folder and 'PLUMBER2' folder, instead, only one site "AR-SLu" data is used here as an example. It is to note that the soil property data is included in the 'soil_parameters.mat', and the meto forcing form 'AR_Slu' are those *.dat files as in the Zenodo example dataset. I noticed that the Docker image is quite large, I am not sure if that is due to Matlab or if you also put the 'Soil Property' and 'PLUMBER2' data folder into the container? |
If the config file works with the most recent version of STEMMUS_SCOPE, it should work with the container.
The Docker image is large because Matlab Runtime is enormous, ~10 GB on my machine. All of Matlab Runtime has to be included to be able to run the STEMMUS_SCOPE model. With Matlab there is no good way around this. |
@SarahAlidoost
Dear Sarah,
I was trying to use the workflow you developed to 'Run the model with Docker'. What i managed so far is the following:
And then this is exactly where i start to have no clues to continue ... ...
The text was updated successfully, but these errors were encountered: