Complex Filtering of CMIP6 Model Data #94
Replies: 1 comment 2 replies
-
Do you want to work with only one time frequency? Or perform analysis on multiple time frequencies and compare results.
This generally does not work well, since each of the models can have different grids, thus different shapes in x, y dimensions, but you can use @TomNicholas xarray-datatree package for this. I made a quick example (fully reproducible on the hub 😁). |
Beta Was this translation helpful? Give feedback.
-
Does anyone have experience searching and loading CMIP6 data from ESGF that has multiple variables and time frequencies?
I am trying to get CMIP6 Historical run data for models with: 1) daily precipitation (pr), and 2) either 3-hourly or 6-hourly instantaneous surface pressure (ps), air temperature (ta), and specific humidity (hus). I want to then output an Xarray.Dataset with a "source_id" dimension, where for each model, the variables present are pr, ta, hus, and ps at the respective time frequencies.
Is this doable? I haven't found a complicated example like this in any of the Pangeo CMIP6 gallery notebooks.
Beta Was this translation helpful? Give feedback.
All reactions