rigoudyg / climaf

CliMAF - a Climate Model Analysis Framework - doc at : http://climaf.readthedocs.org/
Other
16 stars 7 forks source link

Make it easier to find ensemble means (and similar operations) in the documentation #212

Open jypeter opened 3 years ago

jypeter commented 3 years ago

The way to perform ensemble means is described in the last notebook we've done together during the last hour of the practicals: working with a CMIP5 and a CMIP6 ensemble, calculating an ensemble mean and the difference between those and observations, and lastly make some multiplots and possibly other notebooks available from the CliMAF Documentation home page.

Unfortunately, you can't search the content of the notebooks from the CliMAF Documentation home page Quick search field

So, if you want to do something really useful like an ensemble mean and don't know/remember how to do it, you either have to

It seems that, for now, the ensemble mean is only briefly shown as an example in the ccdo_ens : invoke CDO with a unary operator on an ensemble of datasets page. Moreover, the cens : define an ensemble of objects documentation mentions ensemble-capable and ensemble-dumb operators without telling where the user can find what is available

A documentation page (not a non-searchable notebook) dedicated to ensembles would probably help.

A possible easy way to improve things (before creating an ensemble documentation page) would be to