Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc/modflow #203

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading