Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 3.52 KB

README.md

File metadata and controls

46 lines (32 loc) · 3.52 KB

ACCESS-NRI Training Day 4 September 2023

This repository includes the material for the ACCESS-NRI Training Day on 4 September 2023.
You can find a general overview of the ACCESS-NRI documentation on the ACCESS-Hive.

We value your feedback on this training, in-person or via the ACCESS-Hive Forum, as it will help us to provide better training and documentation for the ACCESS community on our documentation portal, ACCESS-Hive.

Structure of this repository (see Training Day program)

Instructions on which NCI project you need to be part of and how to launch the ARE (Australian Research Environment) are provided at the beginning of each exercise:

  1. ACCESS Models:
    a) Exercise: Running ACCESS in ARE
    b) Exercise: Working with an ACCESS suite
    c) Exercise: How to modify suites
    d) Exercise: Troubleshooting example
  2. ACCESS-NRI Intake Catalog:
    a) Exercise: Getting set up on the ARE
    b) Exercise: Using the ACCESS-NRI Intake catalog
    c) Exercise: Indexing a new model run
  3. Exercise: Working with ILAMB
  4. Exercise: Working with ESMValTool

Remember that you have to be part of the projects that are listed at the beginning of each exercise.

Please join them before the workshop - most importantly nf33 - and list them in the storage instructions of your ARE session, as per exercise instructions.

Cloning this repository

For the training on Intake, ILAMB and ESMValTool, you will need to clone a local copy of this repo to Gadi as follows:

  1. Log in to Gadi via the command line of your preferred terminal using your NCI username and password.

    ssh <your_nci_username>@gadi.nci.org.au

    For example, you could use the Gadi Terminal app provided after logging in to the ARE.

  2. Clone this Github repo to your user directory within /scratch/nf33 on Gadi. Depending on whether or not you've used the nf33 project before, your user directory may or may not already exist.

    mkdir -p /scratch/nf33/$USER
    cd /scratch/nf33/$USER
    git clone https://github.com/ACCESS-NRI/workshop-training-2023.git