Skip to content

Commit

Permalink
Doc: added documentation for MODFLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM0412 committed Jul 17, 2024
1 parent f7339e5 commit 9499662
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/source/software/applications/MODFLOW/6.4.4/index.rst
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
10 changes: 10 additions & 0 deletions docs/source/software/applications/MODFLOW/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. _ MODFLOW-index:

MODFLOW
=====

.. toctree::
:caption: Versions
:maxdepth: 1

6.4.4/index

0 comments on commit 9499662

Please sign in to comment.