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
Hi, I am Bart, RSE at the eScience Center. I am currently working on getting the newest versions of PCR-GLOB to work with eWaterCycle.
For this I have created a Docker container which packages this model with grpc4bmi. You can view that here (as a text file): Dockerfile.txt.
Things seem to mostly work, until I am trying to initialize the model. Note that I am using version 2.4.0, with the setup_30min.ini config file.
After 25 seconds of initialization (and network activity indicating that files are downloaded using opendap), the model fails with the following error:
No such file or directory: '/home/bart/ewatercycle/output/pcrglobwb_20231206_095919/global_30min/initialConditions/non-natural/consistent_run_201903XX/1999/interceptStor_forest_1999-12-31.nc'"
Which is strange, because the global_30min/... part is supposed to come from the input directory, and not the output directory right?
Hi, I am Bart, RSE at the eScience Center. I am currently working on getting the newest versions of PCR-GLOB to work with eWaterCycle.
For this I have created a Docker container which packages this model with grpc4bmi. You can view that here (as a text file): Dockerfile.txt.
Things seem to mostly work, until I am trying to initialize the model. Note that I am using version 2.4.0, with the
setup_30min.ini
config file.After 25 seconds of initialization (and network activity indicating that files are downloaded using opendap), the model fails with the following error:
Which is strange, because the
global_30min/...
part is supposed to come from the input directory, and not the output directory right?The global options on the ini are as following:
The text was updated successfully, but these errors were encountered: