Skip to content

Commit

Permalink
Minor correction on NetCDF dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Sep 12, 2024
1 parent 98234db commit 3844282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/NextGen_ON_CONUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 3844282

Please sign in to comment.