CMS talks: Converting to Python 3
March 29, 2019 9:49 am Comments Off on CMS talks: Converting to Python 3Holger Wolff (CLEX CMS) covers how to convert a Python 2 script to Python 3
Holger Wolff (CLEX CMS) covers how to convert a Python 2 script to Python 3
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.
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.
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.
In this first episode on Fortran Debugging, Holger Wolff explains the most common types of failures and the terminology of defect/infection/failure.
This is the second part of the introduction into our Fortran Build Environment by Holger Wolff.
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.