Official Model Live Diagnotics v1.0 released today. Read on to find out more!

What is Model Live Diagnostics?

The primary purpose of the ACCESS-NRI Model Live Diagnostics package is to provide a simple, easy to use and accessible framework for the ACCESS modelling community to check, monitor, visualise and evaluate model behaviour and progress on currently running or ‘live’ ACCESS models on the Australian NCI supercomputer Gadi. In addition to monitoring a live model, the package provides the functionality to load, visualise and compare reference ACCESS model data with the selected live user model.

What is in v1.0?

This first official Model Live Diagnostics release utilises the ACCESS-NRI Intake Catalog and provides support for monitoring the following ACCESS model configurations on Gadi:

Usage / installation instructions

As Model Live Diagnostics runs within an ARE JupyterLab environment on Gadi, so before getting started started you will need an active NCI User Account and membership to a NCI project with available compute allowance.

The med-diagnostics package is pre-installed in the Gadi ACCESS-NRI MED conda environment. To invoke this environment for your ARE JupyterLab session simply set the following parameters in the ARE JupyterLab ‘Advanced options’:

Module directories     |  /g/data/xp65/public/modules
Modules                |  conda/access-med

Alternatively, the med-diagnostics package can be installed directly into your chosen conda environment on Gadi either from the access-nri conda channel or PyPI.

conda                  |  conda install -c accessnri med-diagnostics
PyPI                   |  pip install med-diagnostics

Getting started

To use the med-diagnostics package in your Python scripts, simply use:

import med_diagnostics

An example Jupyter notebook describing usage options can be found in the Github repo docs/notebooks directory.

The full documentation is available from readthedocs.

2 Likes