cosima-cookbook icon indicating copy to clipboard operation
cosima-cookbook copied to clipboard

Framework for indexing and querying ocean-sea ice model output.

Results 57 cosima-cookbook issues
Sort by recently updated
recently updated
newest added

A lot of data is stored in the tmp folder: /g/data/hh5/tmp. This includes the following experiments found in the cosima cookbook: * 1deg_jra55v13_iaf_spinup1_B1: '/g/data/hh5/tmp/cosima/access-om2/1deg_jra55_iaf_omip2spunup_cycle2' * 025deg_jra55v13_iaf_gmredi6: '/g/data/hh5/tmp/cosima/access-om2-025/025deg_jra55_iaf_omip2_cycle5' * 01deg_jra55v13_iaf: '/g/data/hh5/tmp/cosima/access-om2-01/01deg_jra55v140_iaf_cycle2'...

The "getting started" section of the README is a bit out of date and could do with instructions on using ARE

The easterlies perturbation experiments `01deg_jra55v13_ryf9091_easterlies_down10` and `01deg_jra55v13_ryf9091_easterlies_up10` both seem to have been moved from `ik11` to `cj50`, but the DB still has entries pointing to the `ik11` location. This leads...

Hi All Just attempted a test hh5 update, ran a notebook and got this: ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[1], line 3 1 get_ipython().run_line_magic('matplotlib', 'inline') ---->...

While looking for a mapping from variable name to `long_name`, `standard_name` and `units` there are some troubling inconsistencies https://github.com/ACCESS-NRI/experiment_metadb/issues/3#issuecomment-1728884698 The `variables` table in the database has the following schema ```sql...

Is there interest or discussions about making a conda or a pip package of the cookbook? Basically I want to roll my own conda environment to use packages that are...

With analysis3-23.01, when I try ```python import cosima_cookbook as cc session = cc.database.create_session() dbx = cc.explore.DatabaseExplorer(session=session) dbx ``` it fails with ``` Error displaying widget: model not found ``` but...

Trying to access fields 'u' and 'v' from 01deg_jra55v13_ryf9091. cc.explore.DatabaseExplorer finds says that they exist, gives me the query to try and then running the query says the variable wasn't...

Perhaps we should remove all the "instructions" and point to the relevant wiki pages of cosima-cookbook and/or cosima-recipes?

📜 documentation

What about moving to a model where every experiment has it's own DB file? The central DB would query each individual DB for the information it needed for explorer functions....

🧜🏽‍♀️ enhancement
🥞 database