cosima-cookbook
cosima-cookbook copied to clipboard
Framework for indexing and querying ocean-sea ice model output.
Loading a CICE variable takes much more time and memory than a MOM variable. E.g. ``` import cosima_cookbook as cc session = cc.database.create_session() expt = '025deg_jra55_ryf9091_gadi' aice = cc.querying.getvar(expt, 'aice_m',...
In the following code segment, the search for relevant bounds variables hard-codes the name of the time dimension as `time`, but this isn't always the case. Perhaps this should use...
The recent update adding full attribute indexing (#241) has slowed down indexing such that it takes greater than 30 minutes to index experiments with more than 1700 files and is...
I don't think "Ocean and sea-ice model analysis tools and examples." really mirrors what the `cookbook` is all about. Should we update?
Many people report problems with running calculations on large datasets, and would like some general advice on the best approaches for tackling large problems. There are lots of parameters that...
The explorer uses a crude heuristic to identify coordinates so they can be hidden from view when selecting variables to load. It would be better to identify coordinates from the...
The [cookbook docs](https://cosima-cookbook.readthedocs.io/en/latest/getting_started.html) are pretty minimal and also need updating with the retirement of the VDI and adoption of ood.nci.org.au. It is apparent there is also little to no documentation...
The experiment metadata is only show in `DatabaseExplorer`. If you open an experiment directly in `ExperimentExplorer` the metadata isn't available. Could easily be incorporated in the header info maybe.
The COSIMA community has two locations for data storage at NCI, `ik11` and `cj50`. The former is larger and intended for internal use, saving large model outputs that are not...
Indexing serially works fine, but with a `dask.distributed` client is supported with `build_index`, but doesn't seem to work ```python Indexing: /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091_weddell_up1 Indexing experiment: 01deg_jra55v13_ryf9091_weddell_up1 Traceback (most recent call last): File...