WCRP-CORDEX / cmip6-for-cordex

CMIP6 input data selection for CORDEX
https://wcrp-cordex.github.io/cmip6-for-cordex
0 stars 2 forks source link

Extra space makes workflow fail #22

Closed jesusff closed 6 months ago

jesusff commented 6 months ago

Hi @sam-somot

your trial to run the workflow worked, but there was a slight error in the file. YAML is very sensitive to spacing as it is used as delimiter for the fields. Please, remove the initial blank space on line 381:

https://github.com/WCRP-CORDEX/cmip6-for-cordex/blob/93ee5dff262bebfb295c666bdf92fef1e2b7daff/CMIP6_studies/Palmer23.yaml#L381

and try to rerun the MED workflow.

Hint: If you write Fixes #22 in you commit message, this issue will be closed automatically.

jesusff commented 6 months ago

Errors can be quite cryptic... in this case was image See https://github.com/WCRP-CORDEX/cmip6-for-cordex/actions/runs/8988958927/job/24690963729

sam-somot commented 6 months ago

I missed the trick citing the "Fixes 22" but I corrected the mistake and re-run. The process seems to went well but the https://wcrp-cordex.github.io/cmip6-for-cordex/CMIP6_studies_table_MED.html is not updated.

jesusff commented 6 months ago

Maybe you need to refresh the browser. I can see it worked 😃 No worries about the Fix comment. We can always say here that this was fixed in 1b09a1d and close manually.