Tag Archive: Holger Wolff

Opening and converting UM files with IRIS

March 25, 2019 4:45 pm Published by Comments Off on 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 1

March 25, 2019 4:35 pm Published by Comments Off on 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 Pt1

March 25, 2019 4:21 pm Published by Comments Off on 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.