Modflow OnLine Dashboard

This page is an interface for on-line modflow implementation. Users upload sets of input files and then can run modflow and then recover the output files.


View Uploaded Models using the link below. The link is to a directory of models. Each directory contains the multiple input and output files used by the on-line implementation of modflow on this server. The file names are specific, so the models are only kept separate by using different directory names. Users can also store other files (like documentation and reports) with the individual input models.

Currently Uploaded Models


Run uploaded model (user needs to enter an I/O directory, directory must exist. Input and output file names are static (see the user guide below). The model directories can also store reports and other files as needed to support a modeling project. File size is limited to 2MB/file.

Enter Value for Input/Output Directory Name:


Project Status

System is functional. File uploads are in bundles of 5 files. Need to modify for an entire bundle so user does not have to return to a login page. Need to write a user manual.


Add a new model

To add a new model you must login to the server to create a new directory, then upload the necessary files to the new directory. It is a two-step process; first create a new directory, then populate the directory.

Create New Directory You will login once here

Upload File(s) to New Directory You will login again here


Supporting Documentation

The links below are to documentation for use of the on-line tool as well as the original modflow program

Modflow On-Line User Manual A user manual for running modflow models using this server.

Modflow Manual A scanned copy of the original USGS MODFLOW use (and technical) manual. This manual and others are available directly from the USGS website.


The links below are to source code used and binaries used for this on-line project.

modflowARM7.exe A compiled executible load module based on source code below. Compiled and tested on odroid-hc2; raspberry pi 3B+; raspberry pi 0. Input files are static and module must reside in same directory as input files

modflowMAC.exe A compiled executible load module based on source code below. Compiled for x86-64 MacOS computers (to be run from a terminal window). Input files are static and module must reside in same directory as input files.

modflow-fortran-source Source codes as single fortran files. File dates represent most recent compile. Source code is from late 1990's.

modflow-fortran-source Source codes in multiple files. User must create own make file (or write bash script to compile and link the files). Source code is from 1993.