We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0325940 commit dea87ceCopy full SHA for dea87ce
workflow/rules/plot.smk
@@ -28,7 +28,7 @@ rule plot_forecast_frame:
28
).resolve(),
29
shell:
30
"""
31
- export ECCODES_DEFINITION_PATH=/user-environment/share/eccodes-cosmo-resources/definitions
+ export ECCODES_DEFINITION_PATH=$(realpath .venv/share/eccodes-cosmo-resources/definitions)
32
python {input.script} \
33
--input {params.grib_out_dir} --date {wildcards.init_time} --outfn {output[0]} \
34
--param {wildcards.param} --leadtime {wildcards.leadtime} --region {wildcards.region} \
0 commit comments