Julius Busecke
Julius Busecke
That said, your example still works with the newest catalog. I slightly modified the example: ```python from cmip6_preprocessing.utils import google_cmip_col from cmip6_preprocessing.preprocessing import combined_preprocessing col = google_cmip_col() # Just a...
Let me see if @AleksiNummelin knows how to proceeed here. Hey Aleksi, to quickly summarize: @jdldeauna is trying to compute tracer budgets from the NorESM models, but for the regridded...
Thanks for that thorough answer @AleksiNummelin. > Hope this helps. I realize that this might not fit right into the cmip6_preprocessing workflow, but probably it would be easiest to redefine...
Hi @sckw, I just released `v0.2.0`. Could you check if that problem is solved? This new version will not automatically attempt to give 'nominal' lon/lat values.
Yes to all of those. I have been using cf-xarray in my prototype code for 3. already, so that just needs to be ported. I have recently encountered a real...
Hehe, that is amazing, many thanks. Thanks. Ill ping you as soon as I can put some cycles in!
Not entirely sure about that. My approach for this was to get this running with 'blindly' failing some datasets. After that works, I wanted to dig into details about why...
You can pass keyword arguments to [xarray.merge](https://docs.xarray.dev/en/latest/generated/xarray.merge.html) via the `merge_kwargs={}` argument. We currently use the default of `join='exact'`, which you could try to relax to `merge_variables(..., merge_kwargs={'join':'inner'})`. Let me know...
No I think that would be a very good addition. Are you able to provide the 'instance_id' (found in ds.attrs for each dataset) for two example datasets by any chance?...
How dare you @dcherian? 🤣 > cmip6_jazzhands **NOW** we're talking @cgentemann