Skip to content

Latest commit

 

History

History
78 lines (41 loc) · 6.45 KB

notebook_examples.md

File metadata and controls

78 lines (41 loc) · 6.45 KB

Examples

IPython Notebook Examples

The following IPython Notebooks contain example FloPy scripts for a variety of models and FloPy features

Basic examples

SWI2 examples

  • Example 1 of the SWI2 manual, simulating a rotating interface.

  • Example 4 of the SWI2 manual, upconing below a pumping well below a two-aquifer island system.

Model analysis and error checking examples

  • An overview of the FloPy model input data check() method capabilities

  • An overview of the FloPy zone budget ZoneBudget() method capabilities Notebook. The ZoneBudget() method is a python implementation of USGS ZONEBUDGET executable for MODFLOW (Harbaugh, 1990).

  • An overview of the Flopy get_transmissivities() method for computing open interval transmissivities (for weighted averages of heads or fluxes) Notebook. This method can be used to:

    • compute vertically-averaged head target values representative of observation wells of varying open intervals (including variability in saturated thickness due to the position of the water table). This may be especially important for reducing error in observations used for parameter estimation, in areas with appreciable vertical head gradients (due to aquitards, pumping, discharge to surface water, etc.)
    • apportion boundary fluxes (e.g. from an analytic element model) among model layers based on transmissivity.
    • any other analysis where a distribution of transmissivity is needed for a specified vertical interval of the model.

Plotting examples

Export examples

Parameter Estimation examples

Additional MODFLOW examples