modflow-export
0.3.0.post6+g87206f1
Getting Started
Examples
Installation
User Guide
Troubleshooting
Reference
Code reference
Release History
Contributing to Modflow-export
modflow-export
modflow-export
View page source
modflow-export
¶
version 0.3.0.post6+g87206f1
Getting Started
Examples
Summarizing inputs and outputs for a MODFLOW-NWT model
load the model using flopy
define the location of the model grid
export all data arrays and stress period data (
MfLists
) to shapefiles, rasters and PDFs
export a package
summarize model input
Export model results
cell by cell flows
heads
drawdown
SFR results
Plotting budgets from a MODFLOW listing file
Example MODFLOW-NWT model with monthly stress periods
Example MODFLOW 6 model with biannual stress periods
Parse the listing file budget to a dataframe
Get an advanced stress package budget
Basic summary of MODFLOW water balance
Plot just the net fluxes for each component
Plot a subset of results
plot budget sums by calendar year
plot budget sums for an arbitrary grouping
This can be done for net fluxes too
Plot a budget term
Any column in the listing file budget dataframe (
df
) can be plotted,
For example
Plot term by stress period instead of time
Plot mass balance error
Macro to plot everything to PDFs
Installation
Installing python dependencies with Conda
Download and install the 64-bit Anaconda python distribution or Miniconda
Download an environment file
Creating a Conda environment
Keeping the Conda environment up to date
Installing Modflow-export
Installing and updating Modflow-export from PyPI
Installing the latest develop version of Modflow-export
Installing the Modflow-export source code in-place
Considerations for USGS Users
Installing the DOI SSL certificate for use with pip
Installing the DOI SSL certificate for use with conda
Troubleshooting issues with the USGS network
SSL-related error messages when using conda
SSL-related error messages when using pip
If you are on the USGS network, using Windows, and you get this error message:
User Guide
Troubleshooting
My script doesn’t run
Reference
Code reference
Array export
Budget output
Grid
Tabular data export
Listing file
Model input
PDF export
Model results
Shapefile export
Units conversion
Utility functions
Zone budget
Release History
Version 0.3.0 (2024-01-12)
Version 0.2.0 (2022-08-01)
Initial Release Version 0.1.0 (2019-11-17)
Contributing to Modflow-export
Getting started
Bug reports and enhancement requests
Code contributions