rogiersbart / RMODFLOW

Pre- and post-processing of MODFLOW files

Home Page:https://rogiersbart.github.io/RMODFLOW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The {RMODFLOW} R package
Pre- and post-processing of MODFLOW files

Lifecycle: experimental CRAN status

The {RMODFLOW} R package provides a set of tools for groundwater flow modelling with MODFLOW. The functionality is targeted at feature-parity with that of the ModelMuse GUI and friends, albeit restricted to the MODFLOW-2005 family of codes. Related developments are the {RMT3DMS} package for solute transport modelling, and {RMODPATH} for particle tracking.

Install

You can install the latest version of {RMODFLOW} with any of the following:

renv::install("rogiersbart/RMODFLOW")
pak::pkg_install("rogiersbart/RMODFLOW")
remotes::install_github("rogiersbart/RMODFLOW")

If you don’t have {renv}, {pak}, or {remotes} installed, try this instead:

install.packages("remotes")
remotes::install_github("rogiersbart/RMODFLOW")

Use

To get started, have a look at the introduction to {RMODFLOW}. A series of articles is available if you want to dive deeper into the {RMODFLOW} functionality:

About

Pre- and post-processing of MODFLOW files

https://rogiersbart.github.io/RMODFLOW


Languages

Language:R 53.4%Language:HTML 46.4%Language:CSS 0.2%