ACCESS-NRI / um2nc-standalone

Standalone um2nc/um2netcdf to unify development efforts in a single repository.
Apache License 2.0
0 stars 0 forks source link

Feature Requirement: metadata fixes / coordinate naming #4

Open truth-quark opened 3 months ago

truth-quark commented 3 months ago

From https://github.com/ACCESS-NRI/access-esm1.5-configs/issues/3:

TODO: what is the requirement here? TODO: what section of code does this correspond to?

aidanheerdegen commented 1 day ago

We need to add experiment UID and git commit hash to the netCDF output as it is too difficult to do this directly in UM7

https://github.com/ACCESS-NRI/UM7/issues/15

From that issue:

ACCESS-NRI would like the capability to embed global metadata attributes directly into model output fieldsfiles.

Specifically we want to add unique tracking IDs to model diagnostic (and tracer) outputs to create a full experiment provenance chain that would enable users to discover experiment metadata.

Ideally there would be a config file where any global attribute could be set. A fallback option would be dedicated namelist options for setting specific global metadata attributes.

For background see this related issue for the tool we're using to run our models:

https://github.com/payu-org/payu/issues/510