swatmf is a set of python modules for SWAT-MODFLOW model evaluation and parameter estimation.
Project description
swatmf
swatmf is a set of python modules for SWAT-MODFLOW model (Bailey et al., 2016) parameter estimation and uncertainty analysis with the open-source suite PEST (Doherty 2010a and 2010b, and Doherty and other, 2010).
Uncertainty Analysis for SWAT-MODFLOW model
Get data and jupyter notebooks
You essentially have 2 options:
Easy way
Unzip swatmf-main.zip to a prefered location.
Hard way (Dev mode)
You will need to install Git if you don’t have it installed already. Downloads are available at [the link](https://git-scm.com/download). On windows, be sure to select the option that installs command-line tools
- For Git, you will need to set up SSH keys to work with Github. To do so:
Go to GitHub.com and set up an account
On Windows, open Git Bash (on Mac/Linux, just open a terminal) and set up ssh keys if you haven’t already. To do this, simply type ssh-keygen in git bash/terminal and accept all defaults (important note - when prompted for an optional passphrase, just hit return.)
Follow the instructions to set up the SSH keys with your GitHub account.
- Clone the materials from GitHub.
Open a git bash shell from the start menu (or, on a Mac/Linux, open a terminal)
Navigate to the folder you made to put the course materials
Clone the materials by executing the following in the git bash or terminal window:
git clone https://github.com/spark-brc/swatmf.git
Installation
To execute jupyter notebook, we need the Miniconda environment.
1. Miniconda Python:
If you don’t already have conda installed, please download Miniconda for your operating system from https://conda.io/en/latest/miniconda.html (choose the latest version for your operating system, 64-bit). You should not need elevated rights to install this.
Run the installer and select “only my user” when prompted. This will allow you to work with your python installation directly.
2. Set Environment and install libraries:
After installation, go to the START menu and select “Miniconda Prompt” to open a DOS box.
Type the following command:
conda install -c conda-forge mamba
Using the cd command in the Miniconda DOS box, navigate to the location where you have environment.yml the file and type:
mamba env create -f environment_swatmf.yml
and hit ENTER.
After your virtual environment setup is complete, change the environment to swatmf:
conda activate swatmf
Launch jupyter notebook
jupyter notebook
A browser window with a Jupyter notebook instance should open. Yay!
Brief overview of the API
from swatmf import swatmf_pst_utils
>>> prj_dir = "project directory"
>>> swatmfwd = "SWAT-MODFLOW model"
>>> swatwd = "SWAT model"
>>> swatmf_pst_utils.init_setup(prj_dir, swatmfwd, swatwd))
Creating 'backup' folder ... passed
Creating 'echo' folder ... passed
Creating 'sufi2.in' folder ... passed
'Absolute_SWAT_Values.txt' file copied ... passed
'pestpp-glm' file copied ... passed
'pestpp-ies.exe' file copied ... passed
'pestpp-ies.exe' file copied ... passed
'forward_run.py' file copied ... passed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file swatmf-1.0.0.tar.gz
.
File metadata
- Download URL: swatmf-1.0.0.tar.gz
- Upload date:
- Size: 10.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3a8e9cf4fd62c1e5c4b87cf03ede93c1850fdbead5f8b3bda354a502fbee7a |
|
MD5 | 5f38e784f04dfb52be16d2af83e120d6 |
|
BLAKE2b-256 | 7fb4dc4e234c4393762c54db9ac3837605c89298272f36e971d882b7d7cf496e |
File details
Details for the file swatmf-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: swatmf-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71d633c0b76c3321b00e9f2f0aff5270e17e693331225688c9295bdd47d3f10f |
|
MD5 | c0bd2c3e6d0f512d773a071ed43fe68f |
|
BLAKE2b-256 | ace7f854c991f7d718375edd0cd89f93af970585c1217b94d809741039082b12 |