Basic Example of a MODFLOW Model Review, Simulation and Output Representation with Flopy - Tutorial

Flopy is a package of tools written in Python for MODFLOW groundwater flow model construction, simulation and output analysis. Flopy is build on top of well know and powerful Python packages as Numpy and works with Matplotlib and Pandas that allows to do a great amount of analysis with few lines of code. Several new capabilities in the water balance analysis can be done with Flopy bringing a better control to the modeler in terms of a more available and user friendly information of the inputs, outputs and discrepancies of the model. This tutorial shows the complete procedure to read, simulate and output analysis of a MODFLOW NWT model of a tunnel development with time. The tutorial include a discussion and review of the different tools available in Flopy and the interaction with QGIS.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Example of time-series functionality in MODFLOW 6 - Tutorial

Stress periods are defined based on particular stages on the groundwater flow conditions and requirements to hidrogeological flow regime. Time steps are mostly defined based on the computational power, desired output and convergence objectives. It can be possible that boundary conditions varies at times different from the temporal discretization defined by the stress periods and time steps. MODFLOW 6 has a time-series functionality capable of distribute the transient boundary conditions on the determined time steps. The tutorial shows a model on transient flow conditions with boundaries conditions distributed at different time intervals. A comparison of the applied well rate vs. observed pumping rate and applied constant head vs observed head has been done on a Jupyter Notebook.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Example of Wetting/Drying Capabilities on Groundwater Modeling with MODFLOW 6 - Tutorial

Example of the wetting/drying capabilities in MODFLOW 6 on a groundwater model on steady and transient flow conditions. The simulation represent the groundwater flow of a 2 layer model at the following stress periods: no pumping, pumping from 2 wells, recovery from pumping in 50 days. The model has been implemented with the recharge package (RCH), river package (RIV), and well package (WEL).

The tutorial also runs some Python script for the translation of model results and boundary conditions in VTK geometry. The Python script has a interactive feature for the representation of selected stress periods and time steps. A discussion of the water table at pumping and recovery was done on the last of the tutorial.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

How to compile and run MODFLOW 6 in Mac - Tutorial

MODFLOW 6 has been compiled using gfortran on the Mac/OS operating systems. Because the program uses relatively new Fortran capabilities gfortran version 4.9 or newer must be used. If you have gfortran installed on your computer, you can tell which version it is by entering “gfortran --version” at a terminal window.

This tutorial show the procedure to compile and run MODFLOW 6 on a Terminal in MAC/OS operating sytem.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Example of Transient Groundwater Flow Modeling with MODFLOW 6 - Tutorial

Based on the new file format and keywords from MODFLOW 6 it is more simple to understand a model while inspecting the input files. This tutorial show a example of a steady and transient flow model in MODFLOW 6 for a period of 30 days divided into 4 stress periods. The tutorial has a introduction to the model geometry, input files and boundary conditions, a model simulation in transient flow conditions and output visualization as VTU files in Paraview. The tutorial also includes a discussion on the water balance from the groundwater flow system at the end of the simulation.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Basic Example of Groundwater Modeling in MODFLOW 6 and Visualization with Paraview and Flopy

Basic tutorial to learn the procedure to build, simulate and represent a MODFLOW 6 model. The tutorial shows a introduction to the model file system on steady state conditions. The model for this tutorial is implemented with the following boundary conditions: Drains, Recharge, Wells, and Constant Head. The grid is regular with a width of 50 meters and it has 30 rows and 24 columns; the model has 4 layers and a total thickness of 130 meters. The model is called "hatari01" and is inspired in the "twri" model from the MODFLOW 2005 documentation adapted to MODFLOW 6. The model defines a constant horizontal hydraulic conductivity as well as vertical conductivity. After the simulation a Python code is run on a Jupyter Notebook to create the Unstructured VTK files for the heads, water table and boundary conditions representation as 3D objects in Paraview.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Enhanced MODFLOW Result Representation with Python, VTK and Paraview - Tutorial

MODFLOW model output representation is key to understand the groundwater flow regime, to study the interaction with surface water and depending ecosystems and to evaluate the impact to anthropogenic and climate change requirements. Until now, there has been few open source software capable of generating3D representations and those software had limited options for color scales, cross sections and other graphical tools. On the research for more options we found Paraview, a open source software for data representation designed to analyze extremely large datasets using distributed memory computing resources.

In order to represent MODFLOW output into Paraview, a VTK file for unstructured grids is needed, this VTK type is called VTU where the "U" comes from unestructured. The tutorial show the complete procedure to process a MODFLOW model output into a VTU file and the representation in Paraview.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

How to plot MODFLOW Head Output in Paraview with Python - Tutorial

MODFLOW computes the groundwater heads over a porous / fractured media upon a series of boundary conditions as recharge, evapotranspiration, drains, well and others on steady and transient conditions. Free and commercial software is available for the MODFLOW model construction and MODFLOW output representation. Despite the fact the capabilities of these softwares, there are some gaps in data processing and representation; isometric views, animation and custom cross sections are still difficult to achieve under the existing tools, specially on multilayered models with transient conditions over series of time steps and stress periods.

There is a particular open source software for data representation that is of our interest, it is called Paraview (paraview.org). This visual application was designed to analyze extremely large datasets using distributed memory computing resources, in fact the term "para" in Paraview comes from the parallelization of computer cores.
 

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

How to import a Water Table from MODFLOW in QGIS with Python - Tutorial

Advances in groundwater modeling with MODFLOW allow us to have higher refinements on the representation of the water heads and water table as well as more capabilities in the representation of physical process related to groundwater flow. On a regional scale, we can deal with models of more than 500K elements and most times we need to represent this data on a GIS software for further study or the creation of figures for the end users, stakeholders and reports. By the use of Python scripts we can speed up the process of model output representation on a GIS software as QGIS.

Python scripts can be a little bit long and very declarative, but the process time is much smaller than the traditional clicking process on the GUI interface. The purpose is to store these scripts and use then every time one have to process the MODFLOW output data. 

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Basic Example of a MODFLOW Model Creation and Simulation with Flopy - Tutorial

Flopy is the Python library to create, run and represent results from MODFLOW models, including support for MODFLOW 6. With Flopy, the model definition and set up of boundary conditions can be done with lines of Python code, and some Python tools of optimization and machine learning can interact with the MODFLOW models. This tutorial show a basic example of model creation, configuration and simulation in Python 3 on a Jupyter Notebook. The tutorial also shows the procedure to import the MODFLOW results done with Flopy in Model Muse.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Groundwater Flow Simulation at Mine Closure Time Scale with MODFLOW and Model Muse

This tutorial deals with the simulation of the groundwater flow regimen after the implementation of mine closure options as soil/geomembrane cover above a Tailings Storage Facility (TSF) over a period of 80 years with results every 4 years. The tutorial deal with a full steady flow model which have been implemented to transient conditions on the model configuration and boundary conditions. A discussion of the seepage with time and final conditions after closure is presented to analyse the efficiency of the closure techniques.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Example of Zone Budget Package in MODFLOW with Model Muse

MODFLOW is the code developed by the USGS for the simulation of groundwater flow in steady and transient flow conditions. MODFLOW can represent a wide variety of physical process related to the groundwater flow regime as recharge, evapotranspiration, wells, among others. Latest development in MODFLOW allow the simulation of flow and transport in the unsaturated flow zone with the UZF and MT3D packages. From the beginning of the MODFLOW development the water balance on the groundwater models was a strong part of the modeling process with high accuracy in between the balance of water going in and out of the system. On any groundwater flow model build on MODFLOW there absolutely control over the water coming from the specified boundary conditions and the discrepancies are minimal.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Pathline Simulation of Seepage Flow from a Tailings Dam with MODFLOW & MODPATH - Tutorial

Due to their extension and climate conditions, Tailings Storage Facilities (TSF) are in interaction with groundwater flow having a dual behaviour of discharge and recharge zones. Long term evaluation of environmental impact from tailings have to consider the potential impact from the leachates into the groundwater flow regime and the impact on water quality on the downstream channels. Numerical modeling is a strong tool for the evaluation of flows and quality on the overall impact zone from tailings dam in current and future conditions.

Simulations on mine closure last for decades, and several remediation techniques as infiltration ponds, pump and test schemes, reactive walls have to be simulated on the long term. This tutorial show the procedure to simulate the particle tracking of seepage flow from tailings and estimate the potential affected stream network. The tutorial also discuss some common problems in the particle tracking simulation. 

Modeling work was done in MODFLOW with Model Muse on steady state conditions over a 5 layer model with 101260 cells. 

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Example of Particle Tracking Modeling with MODPATH in Model Muse

MODPATH is a particle tracking model that runs on the groundwater flow models simulated on MODFLOW. Particle tracking are three dimensional and can have a sort of options as forward / backward modeling direction in between others. Model Muse is a pre and post-processor of numerical models in MODFLOW, PHAST and SUTRA, this software can simulate some MODFLOW related models as MODPATH and MT3D (particle tracking and mass transport respectively). This tutorial show the basic procedure to set up a particle tracking model with MODPATH using Model Muse over a basic MODFLOW model.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Tutorial: Example Problem of MODFLOW with Model Muse

This example problem is adapted from the MODFLOW documentation and use to demostrate the use of MODFLOW with Model Muse. The model is implemented without parameters and uses the LPF Package. The model decribes a regional aquifer setup with acuifers and aquitards with the interaction of many boundary conditions as recharge, evapotranspiration, constant head and wells. Groundwater flow simulation was done on steady state conditions.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Multiple Well Configuration in MODFLOW with Model Muse Tutorial

Modflow with Model Muse are a powerful set of softwares developed by the USGS for groundwater modeling. Model Muse is very handy when working with GIS files but sometimes there are some specific requirements about the hydrogeologic features to conceptualize. This time we have prepared a tutorial about the multiple well configuration on a regional groundwater model. The tutorial deals with the model construction and configuration of 182 pumping wells on a 84km x 54km area in the north of Mexico.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

How to insert a Geological Fracture on a Hydrogeological Model with MODFLOW and Model Muse

Model Muse is a software for the pre and post data processing of hydrogeological 3D model in MODFLOW. Both Model Muse and MODFLOW are developed by the USGS (usgs.gov). Model Muse is designed to work with objects and datasets, a powerful model construction methodology that allows the quick setup of boundary conditions, a simple way of progressive refinement and interesting features as inserting geological fractures on the numerical model.

This tutorial show the whole procedure for the conceptualization of several fractures based on some known fracture information as a point on the fractures, the azimuth and elevation. The tutorial deals with the theorethical determination of the fracture plane equation, the construction of a dataset with the desired equation plus the implementation of object that represents the fracture with the relevant hydrogeological features.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Tutorial Infiltration Gallery for Water Supply Modeling with MODFLOW and Model Muse

Tutorial for the simulation of filtration galleries close to a river. Modeling done with MODFLOW, Model Muse and QGIS.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

Tutorial of a Cross Seccion of Water Quality with MODFLOW, MT3DMS y QGIS

Groundwater flow modeling depends on GIS data, and its output is compatible with a sort of GIS tools. In order to do analysis or representation from contaminant transport modeling it is needed a sort of commands, formats, tools and plugins from a stack of programs as ModelMuse and QGIS.

This tutorial is not only a example of water quality representation, it is as well a discussión on the main parts of modeling construction and simulation.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.

 

How to insert a Geological Contact in MODFLOW with MODEL MUSE

Model Muse and QGIS makes possible to deal with geological data for the groundwater flow model cocntstruction. A diverse group of tools are required to process and insert geological features as contacts or faults. This tutorial show the whole procedure from the ground up to build the model geometry and insert a geological contact as the interfase within two layers.

Read More

 

Suscribe to our online newsletter

Subscribe for free newsletter, receive news, interesting facts and dates of our courses in water resources.