GithubHelp home page GithubHelp logo

cneyens / rmt3dms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rogiersbart/rmt3dms

0.0 1.0 0.0 1.09 MB

provides a set of tools for solute transport modelling with MT3DMS

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

R 98.47% CSS 1.53%

rmt3dms's Introduction

The {RMT3DMS} R package
Pre- and post-processing of MT3DMS & MT3D-USGS files

Lifecycle: experimental CRAN status

The {RMT3DMS} R package provides a set of tools for solute transport modelling with MT3DMS & MT3D-USGS. It is closely related to the {RMODFLOW} package for groundwater flow modelling. The functionality is targeted at feature-parity with that of the ModelMuse GUI and friends, albeit restricted to the MODFLOW-2005 family of codes.

Install

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

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

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

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

Use

Similar to {RMODFLOW}, the {RMT3DMS} package provides a set of functions to work on a file-by-file basis, and another to work with complete models. If you have an existing MT3D model, a good place to start is trying to read it in completely with:

library(RMT3DMS)
my_model <- rmt_read("my-model.mt_nam")

And looking at the resulting object’s structure:

str(my_model)

You can install the solute transport codes in the default location with:

rmt_install()

And check if this went fine:

rmt_installed_codes()

To run your model, try:

rmt_execute("my-model.mt_nam")

Note

A more extensive introduction to the package will be available soon.

rmt3dms's People

Contributors

cneyens avatar rogiersbart avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.