Metadata-Version: 2.1
Name: apexmf
Version: 0.0.5
Summary: apexmf is a set of python modules for APEX-MODFLOW model evaluation and parameter estimation.
Download-URL: https://pypi.org/project/apexmf
Author: Seonggyu Park
Author-email: <envpsg@gmail.com>
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/spark-brc/apexmf/issues
Project-URL: Source Code, https://github.com/spark-brc/apexmf
Project-URL: Documentation, https://github.com/spark-brc/apexmf
Keywords: python,APEX-MODFLOW,PEST
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/x-rst
License-File: LICENSE

apexmf
------

.. image:: https://img.shields.io/pypi/v/apexmf?color=blue
   :target: https://pypi.python.org/pypi/apexmf
   :alt: PyPI Version
.. image:: https://img.shields.io/pypi/l/apexmf?color=green
   :target: https://opensource.org/licenses/BSD-3-Clause
   :alt: PyPI - License
.. image:: https://zenodo.org/badge/304147230.svg?color=orange
   :target: https://zenodo.org/badge/latestdoi/304147230

`apexmf` is a set of python modules for APEX-MODFLOW model (Bailey et al., 2021) parameter estimation and uncertainty analysis with the open-source suite PEST (Doherty 2010a and 2010b, and Doherty and other, 2010).

.. rubric:: Installation

.. code-block:: python
   
   >>> pip install apexmf


.. rubric:: Brief overview of the API

.. code-block:: python

   from apexmf import apexmf_pst_utils

   >>> wd = "User-APEX-MODFLOW working directory"
   >>> APEX_wd = "User-APEX working directory"
   >>> apexmf_pst_utils.init_setup(wd, APEX_wd)

   'apex.parm.xlsx' file copied ... passed
   'beopest64.exe' file copied ... passed
   'i64pest.exe' file copied ... passed
   'i64pwtadj1.exe' file copied ... passed
   'forward_run.py' file copied ... passed



