-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update xclim #414
Update xclim #414
Conversation
Moving forward I will need to use xscen for additions to the climatedata.ca analysis page : I have started a branch https://github.com/bird-house/finch/tree/use_xscen. I suggest we merge the two branches togther as they have more or less the same problems right now. Using xscen requirement list becomes simpler as many of the dependencies are bundled together (xclim, clisops, xesmf). However, changes to xclim are currently breaking the creation of wps processes |
@tlogan2000 Indeed, there was a dict-like access on a The indicator "frost_free_spell_max_length" has the default ">=" for its parameter |
@aulemahal There's still time to fix this bug upstream before the patch release. I'll see if we can get everything together for a release later today. |
Yish. I'll leave you the stats / discharge issues, but |
@Zeitsperre @aulemahal I am starting to implement changes to the spatial averaging section of the ensembles code (using xscen but with this branch as a starting point). Opinions whether I should push these "xscen" changes in this branch directly? |
@tlogan2000 I would make a branch based off of this work. We don't want to mix up the conversion work with the new features if we can. It's bad enough haha |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
FYI, we're seeing some funny errors on the docker image:
Might want to verify firs that there are things we should set in |
The "ERROR" lines should be fixed in the latest xclim. The attributes issue I don't know, but who cares. The reloading warnings are ok to ignore. |
@tlogan2000 I'm preparing a new PR based off this work to get rid of the old build system. Shouldn't take very long. |
Overview
Changes:
finch
is now compatible with the latestxclim
(v0.53.2) andxscen
(v0.10.1).Additional Information
Once this PR is merged and the cookiecutter is updated, we should be able to tag a new version.