From 3844282f1beb38675874472b665bc8448063c341 Mon Sep 17 00:00:00 2001 From: Shengting Cui Date: Thu, 12 Sep 2024 13:53:49 +0000 Subject: [PATCH] Minor correction on NetCDF dependency --- doc/DEPENDENCIES.md | 2 +- doc/NextGen_ON_CONUS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md index 72f3cae913..f48ddf41be 100644 --- a/doc/DEPENDENCIES.md +++ b/doc/DEPENDENCIES.md @@ -14,7 +14,7 @@ | [pybind11](#pybind11) | submodule | `v2.6.0` | Can be [excluded](#overriding-pybind11-dependency). | | [dmod.subsetservice](#the-dmodsubsetservice-package) | external | `>= 0.3.0` | Only required to perform integrated [hydrofabric file subdividing](DISTRIBUTED_PROCESSING.md#subdivided-hydrofabric) for distributed processing . | | [t-route](#t-route) | submodule | see below | Module required to enable channel-routing. Requires pybind11 to enable | -| [NetCDF Libraries](#netcdf-libraries) | external | NetCDF-C \>= `4.7.4`, CXX \>= `4.3.1`, Fortran \>= `4.5.4` | Enables NetCDF I/O support | +| [NetCDF Libraries](#netcdf-libraries) | external | NetCDF-C \>= `4.7.4`, CXX \>= `4.3.1` | Enables NetCDF I/O support | | [SQLite3](https://www.sqlite.org/cintro.html) | external | \> `3.7.17` | Enables GeoPackage reading support | # Details diff --git a/doc/NextGen_ON_CONUS.md b/doc/NextGen_ON_CONUS.md index a5a25c6907..dfb008807c 100644 --- a/doc/NextGen_ON_CONUS.md +++ b/doc/NextGen_ON_CONUS.md @@ -32,7 +32,7 @@ We also need all the submodule codes. So run the command below: `git submodule update --init --recursive` -# Setting up the Environment +# Setting Up the Environment For setting up the build and computation environment, we refer the users to our documentation chapter [DEPENDENCIES.md](DEPENDENCIES.md) for details. Basically, you will need to have access to C/C++ compiler, MPI, Boost, NetCDF, Cmake, SQLite3. Some of them may already be on your system. Otherwise, you have to install your own version. There are also some required software packages that come with `ngen` as submodules, such as `pybind11`, and `iso_c_fortran_bmi`.