COSIMA / om3-scripts

A place for scripts related to ACCESS-OM3
Apache License 2.0
2 stars 0 forks source link

om3-scripts

A place for scripts related to ACCESS-OM3.

For now, this serves as a location for storing scripts that are useful for the creation/manipulation of ACCESS-OM3 configuration files. This is to prevent having multiple copies of the same script across configuration repos. In the future, these scripts may be packaged together for convenience.

Guidelines

When contributing scripts to this repo, please follow these guidelines where it makes sense to do so:

Python scripts are formatted using the black formatter. This is enforced using a github action running on pull requests. You will need to have pre-commit and black installed in your python environment. It is included in the conda/analysis enviornments in hh5, otherwise it can be installed through pip or conda. Then run pre-commit install once to ensure your commits have black run on them before committing.