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

(some) files not being read from openDAP #26

Open
BSchilperoort opened this issue Dec 6, 2023 · 1 comment
Open

(some) files not being read from openDAP #26

BSchilperoort opened this issue Dec 6, 2023 · 1 comment

Comments

@BSchilperoort
Copy link

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?

The global options on the ini are as following:

outputDir = /home/bart/ewatercycle/output/pcrglobwb_20231206_095919
cloneMap = /home/bart/ewatercycle/parameter-sets/pcrglobwb_rhinemeuse_30min/cloneMaps/RhineMeuse30min.map
inputDir = https://opendap.4tu.nl/thredds/dodsC/data2/pcrglobwb/version_2019_11_beta/pcrglobwb2_input/
@BSchilperoort
Copy link
Author

I think it goes wrong on the following line in the BMI:

self.configuration = Configuration(fileName, relative_ini_meteo_paths = True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant