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

Use years from KCS recipe #2223

Merged
merged 9 commits into from
Feb 18, 2022
Merged

Use years from KCS recipe #2223

merged 9 commits into from
Feb 18, 2022

Conversation

Emmadd
Copy link
Contributor

@Emmadd Emmadd commented Jul 6, 2021

Description

Fixes years in local_resampling.py that were not taken from the recipe.

https://esmvaltool--2223.org.readthedocs.build/en/2223/recipes/recipe_kcs.html

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.

New or updated recipe/diagnostic

To help with the number of pull requests:

@Emmadd Emmadd requested a review from Peter9192 July 6, 2021 11:48
@Emmadd Emmadd self-assigned this Jul 6, 2021
@zklaus zklaus added this to the v2.4.0 milestone Jul 6, 2021
@Peter9192
Copy link
Contributor

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Jul 8, 2021

Since @Peter9192 asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

Copy link
Contributor

@Peter9192 Peter9192 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good 👍

@bouweandela
Copy link
Member

The bot has been busy solving the conda environment for the past 24 hours..

@esmvalbot
Copy link

esmvalbot bot commented Jul 11, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@Peter9192
Copy link
Contributor

Bot failed because of a dtype mismatch in multi-model statistics. I added it to the list of issues here: #2218 (comment)

@Peter9192
Copy link
Contributor

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Jul 28, 2021

Since @Peter9192 asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

@esmvalbot
Copy link

esmvalbot bot commented Jul 28, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@Emmadd
Copy link
Contributor Author

Emmadd commented Jul 28, 2021

Still the same error with dtype mismatch...
failed to merge into a single cube. cube data dtype differs: float32 != float64

@zklaus
Copy link

zklaus commented Oct 20, 2021

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Oct 20, 2021

Since @zklaus asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

@zklaus
Copy link

zklaus commented Oct 20, 2021

I think the dtype issue is resolved by now, see #2218 (reply in thread), ESMValGroup/ESMValCore#1237, and ESMValGroup/ESMValCore#1239.

I am afraid though that the bot is not working currently. @Emmadd, could you have a look at running the recipe manually?

@esmvalbot
Copy link

esmvalbot bot commented Oct 20, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@Peter9192
Copy link
Contributor

The bot crashed even before the ESMValTool installation finished 😮

@zklaus
Copy link

zklaus commented Oct 21, 2021

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Oct 21, 2021

Since @zklaus asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

@esmvalbot
Copy link

esmvalbot bot commented Oct 21, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@zklaus
Copy link

zklaus commented Oct 21, 2021

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Oct 21, 2021

Since @zklaus asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

@esmvalbot
Copy link

esmvalbot bot commented Oct 21, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@zklaus
Copy link

zklaus commented Oct 27, 2021

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Oct 27, 2021

Since @zklaus asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

@esmvalbot
Copy link

esmvalbot bot commented Oct 27, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@zklaus
Copy link

zklaus commented Oct 27, 2021

@esmvalbot please run recipe_kcs.yml

@esmvalbot
Copy link

esmvalbot bot commented Oct 27, 2021

Since @zklaus asked, ESMValBot will run recipe recipe_kcs.yml as soon as possible, output will be generated here

@esmvalbot
Copy link

esmvalbot bot commented Oct 27, 2021

ESMValBot is sorry to report it failed to run recipe recipe_kcs.yml: exit is 1, output has been generated here

@zklaus
Copy link

zklaus commented Oct 27, 2021

Unfortunately, there are still a few outstanding issues. I am bumping this to 2.5.0, but please feel free to contact me to resolve the problems asap after the release.

@zklaus zklaus modified the milestones: [locked] v2.4.0, v2.5.0 Oct 27, 2021
@schlunma
Copy link
Contributor

schlunma commented Feb 9, 2022

@Emmadd Release v2.5 is approaching quickly (the feature freeze will be on 2022-02-21). Since this pull request is marked for v2.5, could you briefly comment if you further intend to include this in the new release and/or if you are facing any problems with it? Thanks!!

Copy link
Contributor

@schlunma schlunma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails due to ValueError: 'year' not present in all datasets and coords='different'. Either add 'year' to datasets where it is missing or specify coords='minimal'., which also appears in the current main and is probably not related to this PR.

https://esmvaltool.dkrz.de/shared/esmvaltool/v2.5.0-test-rc2/recipe_kcs_20220213_153930/run/global_matching/global_matching/log.txt

Copy link
Contributor

@schlunma schlunma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tested this again. The recipe runs fine now, and all output a looks as expected! 🎉 Thanks @Emmadd!!

@schlunma schlunma merged commit 7fad7e8 into main Feb 18, 2022
@schlunma schlunma deleted the kcs_yearsfromrecipe branch February 18, 2022 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reference period hardcoded in KCS local_resampling, not taken from recipe
6 participants