Skip to content
Snippets Groups Projects

Add caching to cmip6 ingestion

Merged Ghost User requested to merge cmip6-cache into main
All threads resolved!
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -395,8 +395,7 @@ lazy_static! {
/// because any table_id should always have the same frequency and realm values.
///
/// I'm not sure if this is a property of CMIP6 or just a coincidence but seems to hold for all current possible
/// values in the controlled vocabulary. See
/// [here](https://gitlab.dkrz.de/freva/py-cmorlite/-/tree/master/cmorlite/cmor/CMIP6) for how table_id
/// values in the controlled vocabulary. See [here](https://github.com/PCMDI/cmip6-cmor-tables) for how table_id
/// determines frequency and realm.
///
/// This is done as a global cache right now just because performance shouldn't be a large concern as we expect far
Loading