Replies: 2 comments 5 replies
-
Hi @GvdDool, Nothing seems really problematic in what you showed. The first two warnings ( The other two are also not problematic.
(Sorry I didn't mean to close the discussion before you confirm this answer is appropriate!) |
Beta Was this translation helpful? Give feedback.
-
The code is working as intended, but I had to implement the analysis by season (year), starting in the low period (January) and stopping in December); there is no overwintering in this area, so that's fine. Thanks for your support! Steps taken:
|
Beta Was this translation helpful? Give feedback.
-
Setup Information
Xclim version: '0.47.0'
windows
python notebook
Context
Hi,
I am running the default settings of cffwis_indices, and the data provided:
ERA5: \xclim\daily_surface_cancities_1990-1993.nc
but it seems that the code is very unstable, I managed to run the example once without errors, but rerunning the code gives me the following:
on this code:
I know these are not critical, but they are strange when running a test/demo configuration.
The next errors are more serious:
using the standard function:
I am not sure what I am doing wrong, as I am loading defaults without changing the variables or parameters. I am trying to reproduce the demo on other data and again running into similar warnings and errors on that data as well, so I would like to understand the demo data first before trying something else.
Thanks for helping me out here.
Gijs
Steps To Reproduce
see code in the other box, using: https://xclim.readthedocs.io/en/stable/apidoc/xclim.indices.fire.html
Beta Was this translation helpful? Give feedback.
All reactions