-
CMS training – an introduction and overview of Payu
Marshall Ward (NCI) gives an overview of Payu, a tool for running ocean and coupled models on Raijin.
-
CMS training – starting with WRF at NCI
Claire Carouge (CLEX CMS) gives a brief overview of how to start with WRF at NCI.
-
CMS training – Nectar research cloud
Just Berkhout (TPAC) gives an overview of how to use the Nectar Research Cloud.
-
CMS training – 3D visualisation
Martin Jucker (UNSW) gives an overview of using Paraview to visualise climate datasets.
-
Opening and converting UM files with IRIS
In this video, Scott Wales and Holger Wolff discuss how to use IRIS to convert UM output files to NetCDF with IRIS, particularly non-standard fields that IRIS can’t identify itself.
-
Fortran debugging Part 3 – run time checks
In Part 3 of the ongoing Fortran Debugging Series, Holger Wolff looks at how a program can self-evaluate whether it is still working properly.
-
Fortran debugging – Part 2 stack traces
This video describes what a stack trace is, and how to use it to find out where exactly in program code a program has crashed.
-
Fortran Debugging – Part 1
In this first episode on Fortran Debugging, Holger Wolff explains the most common types of failures and the terminology of defect/infection/failure.
-
Fortran build environment Part 2
This is the second part of the introduction into our Fortran Build Environment by Holger Wolff.
-
Fortran build environment Pt1
The Fortran Build Environment is a CMake driven build system for Fortran Projects. It is meant to make it as simple as possible to include unit testing with pFUnit. Holger Wolff takes you through the environment.