Gareth Jones

Results 34 comments of Gareth Jones

Was there another PR into master from devel?

This should be fixed once we do the new release of openghg_defs. Then do `pip install -U openghg-defs` in that environment.

OK version 0.0.3 of openghg_defs is up on PyPI and the OpenGHG conda channel.

Tidy the defaults file to either be an easier to read TOML file or move to JSON.

Yeah everything was moved over quite a while ago. The whole notebook folder was deleted as git doesn't like empty folders.

This is failing due to the hashing tests updated with this PR https://github.com/openghg/openghg/pull/929. Maybe we can wait until we merge `new_object_store` into `devel` and then merge this?

Parking this as unsure it'll be used.

Closing this as partially done with #1030

At the moment we have these defaults ```toml [default_metakeys] boundary_conditions = [ "species", "bc_input", "domain",] eulerian_model = [ "model", "species", "date",] flux = [ "species", "source", "domain", "database", "database_version", "model",]...