Replies: 1 comment
-
Thanks for using the package @TarekAMZ. Right now, the functionality does not exist. I will raise an issue to add this. Depending on how your data is structured, the following could work
Under the hood, nctoolkit will use CDO's Alternatively, you could try this:
In most cases, I suspect either approach will work. It's just a question of whether the file structure is such that they can be merged. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was wondering if it is possible to calculate the ensemble percentiles across all timesteps, e.g., similar to calculating the ensemble mean or max using ignore_time = True like the example below from the documentation.
data = nc.open_data(file_list)
data.ensemble_max(ignore_time = True)
I appreciate the help.
Beta Was this translation helpful? Give feedback.
All reactions