netcdf-4

Computing
Installing NetCDF-Fortran using Intel oneAPI on WSL2 Ubuntu 24.04

May 20, 2025: Installation environment is updated. Prerequisites It is assumed that Ubuntu 24.04L is installed on WSL2 on Windows 11 Home; Intel oneAPI is installed as well. However, due to updates to oneAPI, verification is being conducted with oneAPI-2025.1 installed. In oneAPI-2025.1, ifort and icc have been removed, and ifx and ifc are used instead. Builds NetCDF-Fortran, which is often required for Fortran-based models such as FVCOM. Referring to this article, libraries other than NetCDF-Fortran are easily installed with apt (compiled with GNU). How to compile NetCDF-C with Intel oneAPI is introduced here in Japanese, but it is time consuming. Install GNU libraries with apt HDF5 (referenced here) and […]

Read more