This repository hosts visualisation recipes developed for the ACCESS (Australian Community Climate and Earth-System Simulator) project. These recipes enable users to easily visualise climate model data and perform analysis using Python-based tools. The recipes are part of the Model Evaluation and Diagnostics (MED) team's efforts at ACCESS-NRI and were initially developed by Owen Kaluza at ACCESS-NRI.
The recipes make use of the accessvis
package to create interactive visualisations of climate data, including outputs from ACCESS-ESM models and other CMIP6 datasets.
To run the examples from this repository on the Australian Research Environment (ARE), which is hosted on the GADI system at the National Computational Infrastructure (NCI), follow the steps below to set up a JupyterLab session:
Pre-requisites:
xp65
. Log in to MyNCI website and request membership. Approval may take 1-2 days.Open ARE on Gadi:
Start JupyterLab App:
Configure JupyterLab session:
4
hours for the hackathon or your session's duration.gpuvolta
.1xGPU (1 gpu, 12 cpus, 95G mem)
.xp65
.scratch/xp65 + gdata/xp65...
/g/data/xp65/public/modules
conda/access-med
Launch your JupyterLab session:
Launch
and wait for the JupyterLab instance to be ready.Open JupyterLab
to begin working with the recipes.If you're not running on Gadi, you can still use the recipes by installing the accessvis
package locally. To do this, run the following command to install the package via pip
:
pip install accessvis
Once the package is installed, you can proceed to use the visualisation recipes and interact with climate model data on your local machine or other computational environments.
The visualisation recipes were initially developed by Owen Kaluza at ACCESS-NRI, with contributions from the Model Evaluation and Diagnostics (MED) team at ACCESS-NRI. These tools are designed to make it easier for researchers to visualise and analyse climate data outputs from the ACCESS models and CMIP6 datasets.
For more information or to contribute, please check out the documentation or open an issue in this repository.