Skip to content

PyMT plugin for the USGS Precipitation-Runoff Modeling System (PRMS) v6 Groundwater component

License

Notifications You must be signed in to change notification settings

pymt-lab/pymt_prms_groundwater

Repository files navigation

pymt_prms_groundwater

Basic Model Interface Code style: black

PyMT plugin for the PRMS6 Groundwater component

Component PyMT
PRMSGroundwater from pymt.models import PRMSGroundwater

Installing pymt

Installing pymt from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Note: Before installing pymt, you may want to create a separate environment into which to install it. This can be done with,

conda create -n pymt python=3
source activate pymt

Once the conda-forge channel has been enabled, pymt can be installed with:

conda install pymt

It is possible to list all of the versions of pymt available on your platform with:

conda search pymt --channel conda-forge

Installing pymt_prms_groundwater

Once pymt is installed, the dependencies of pymt_prms_groundwater can be installed. Start by appending csdms-stack to your channels with:

conda config --append channels csdms-stack

then install the dependencies with:

conda install bmi-fortran=2.0 prms prms_groundwater

To install pymt_prms_groundwater,

conda install pymt_prms_groundwater

About

PyMT plugin for the USGS Precipitation-Runoff Modeling System (PRMS) v6 Groundwater component

Resources

License

Stars

Watchers

Forks

Packages

No packages published