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

Crop output directory is hard coded #171

Open
andrewphilipsmith opened this issue Sep 20, 2024 · 0 comments
Open

Crop output directory is hard coded #171

andrewphilipsmith opened this issue Sep 20, 2024 · 0 comments

Comments

@andrewphilipsmith
Copy link
Collaborator

How to reproduce:

clim-recal \
    --hads-input-path /datadrive/hads_data \
    --cpm-input-path /datadrive/cpm_data \
    --output-path /datadrive/output \
    --execute"

Expected behaviour

The cropped data should be output to a location within /datadrive/output

Actual behaviour

The pipeline errors with the following error:

FileNotFoundError: [Errno 2] No such file or directory: '/mnt/vmfileshare/ClimateData/CPM-365/andys-two-gdal-step-approach/resample'

(See /datadrive/clim-recal-results/group_run_2024-09-19-17-44/logs/log_1980.txt for a full example)

Temporary workaround

There is a temporary workaround in this commit
16da6d3
However, this merely changes the value of the hardcoded path, rather than the fact that it is hardcoded

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