Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 783 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 783 Bytes

Unified Model Post-processing: um2nc-standalone

About

um2nc-standalone is an ACCESS-NRI project to merge multiple versions of unified model conversion tools to a single, canonical project for the ESM1.5 model.

Installation

TODO

  • virtualenv instructions
  • conda/miniconda/micromamba? instructions

User documentation

TODO

Running the tests

This project uses pytest. To run the tests:

$ cd <your um2nc-standalone dir>
$ pytest

A minimal code coverage setup has been included, to run & generate an HTML coverage report:

$ cd <your um2nc-standalone dir>
$ pytest --cov-report=html --cov=umpost

Then load the index.html from the project root/coverage_html dir.

Further information

TODO