From 94996624584553240d51a2340d019bc1d230a9fc Mon Sep 17 00:00:00 2001 From: JuanM0412 Date: Wed, 17 Jul 2024 07:56:21 -0500 Subject: [PATCH] Doc: added documentation for MODFLOW --- .../applications/MODFLOW/6.4.4/index.rst | 53 +++++++++++++++++++ .../software/applications/MODFLOW/index.rst | 10 ++++ 2 files changed, 63 insertions(+) create mode 100644 docs/source/software/applications/MODFLOW/6.4.4/index.rst create mode 100644 docs/source/software/applications/MODFLOW/index.rst diff --git a/docs/source/software/applications/MODFLOW/6.4.4/index.rst b/docs/source/software/applications/MODFLOW/6.4.4/index.rst new file mode 100644 index 0000000..65cf89b --- /dev/null +++ b/docs/source/software/applications/MODFLOW/6.4.4/index.rst @@ -0,0 +1,53 @@ +.. _MODFLOW-6.4.4: + + +MODFLOW 6.4.4 +=========== + +.. contents:: Table of Contents + +Basic information +----------------- + +- **Official Website:** https://www.usgs.gov/software/modflow-6-usgs-modular-hydrologic-model +- **Downloads page:** https://github.com/MODFLOW-USGS/modflow6/releases/tag/6.5.0 +- **Installed on:** APOLO II + +Tested on (Requirements) +------------------------ + +- **OS base:** Rocky Linux 8.5 (x86_64) :math:`\boldsymbol{\ge}` 8 + +- **Compiler** GCC 9.3.0 + +Installation +------------- + +#. First of all, download the zip file + + .. code-block:: bash + + $ wget https://github.com/MODFLOW-USGS/modflow6/releases/download/6.4.4/mf6.4.4_linux.zip + +#. Then, we need to unpack this zip file + + .. code-block:: bash + + $ unzip mf6.4.4_linux.zip + + +#. Then, we enter in the mdf6.4.4 directory + + .. code-block:: bash + + $ cd mdf6.4.4 + +#. Now we are ready to use MODFLOW. + + .. code-block:: bash + + $ ./bin/mdf6 + +:Author: + + - Juan Manuel Gómez \ No newline at end of file diff --git a/docs/source/software/applications/MODFLOW/index.rst b/docs/source/software/applications/MODFLOW/index.rst new file mode 100644 index 0000000..4662c70 --- /dev/null +++ b/docs/source/software/applications/MODFLOW/index.rst @@ -0,0 +1,10 @@ +.. _ MODFLOW-index: + +MODFLOW +===== + +.. toctree:: + :caption: Versions + :maxdepth: 1 + + 6.4.4/index \ No newline at end of file