From d320749fea130dad39fb00c46878639a0e1b0508 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Tue, 2 Jan 2024 12:27:43 +0000 Subject: [PATCH] Update min GFortran version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 745361b..3ddbefe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ git submodule update --init --recursive ## Compiling -The model code is regularly compiled using the latest version of GFortran (9.2.1 at the time of writing), and periodically using ifort 18. We recommend using GFortran and one of the following build procedures to avoid complications. The only dependency is NetCDF, which must be installed prior to building (see the Dependencies section below). +We recommend compiling using GFortran version 10 or higher. The only dependency is NetCDF, which must be installed prior to building (see the Dependencies section below). ### Using `make`