exoclim / aeolus

Analysis and visualisation of atmospheric model output powered by iris.
https://exoclim.github.io/aeolus
GNU Lesser General Public License v3.0
15 stars 4 forks source link

Calculation of diagnostics #5

Open dennissergeev opened 4 years ago

dennissergeev commented 4 years ago

One option is to store already calculated diagnostics as cached attributes of Run, so that they can be reused without calculating them again.

For example, if raw data does not contain air_density, it can be calculated from air_temperature and air_pressure. Then if another variable depends on density, air_density can be invoked from cache.