timml


Nametimml JSON
Version 6.4.0 PyPI version JSON
download
home_page
SummarySteady multi-layer AEM Model
upload_time2024-02-13 16:33:00
maintainer
docs_urlNone
authorMark Bakker
requires_python>=3.7
licenseThe MIT License (MIT) Copyright (c) 2015 Mark Bakker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords hydrology groundwater model analytic element method
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![timml](https://github.com/mbakker7/timml/actions/workflows/ci.yml/badge.svg)](https://github.com/mbakker7/timml/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/mbakker7/timml/badge.svg?branch=master)](https://coveralls.io/github/mbakker7/timml?branch=master)
![PyPI](https://img.shields.io/pypi/v/timml?color=green)

# TimML, A Multi-Layer, Analytic Element Model

## Introduction

TimML is a computer program for the modeling of steady-state multi-layer flow with analytic elements
and consists of a library of Python scripts and FORTRAN extensions.
TimML may be applied to an arbitrary number of aquifers and leaky layers.
The head, flow, and leakage between aquifers may be computed analytically at any point in the aquifer system.
The design of TimML is object-oriented and has been kept simple and flexible.
New analytic elements may be added to the code without making any changes in the existing part of the code.
TimML is coded in Python and uses numba to speed up evaluation of the bessel line elements.

## Installation

**Python versions:**

TimML requires Python >= 3.8 and can be installed from PyPI.

**Dependencies:**

TimML requires:
* numpy 
* scipy
* matplotlib
* numba

**Installation:**

To install TimML, open a command prompt and type:

    pip install timml

To update TimML type:

    pip install timml --upgrade

To uninstall TimML type:

    pip uninstall timml


## Documentation

* The documentation is hosted on [readthedocs](https://timml.readthedocs.io/).
* Example Notebooks are available from the notebooks directory on github, of from [here](https://github.com/mbakker7/timml/tree/master/notebooks).

## Latest release
TimML 0.6.5
* Improved documentation: new look, better organization, tutorials, how-to guides etc. Check it out [here](https://timml.readthedocs.io/)!
* New elements
    * Building pit elements for 3D (multi-layer single aquifer) models.
    * Large diamater wells (only for radial flow).
* Enhancements
    * Building pit leaky wall resistance can be set per layer and per side (for modeling leaks or gaps).
    * Return integrated normal flux per layer and per line segment.

## TimML Versions

* TimML version 0.6 has the same functionality as version 5, but doesn't depend on a fortran extension anymore, so installation is easy on all platforms.
* TimML version 0.5 
    * is a total rewrite and is not backwards compatible with previous TimML versions.
    * is intended to be compatible with TTim.
    * has many new features and elements, the code base is Python 3, and the object oriented design is much simpler.
* TimML version 0.4 remains available through the timml4 branch.

## Citation

Some of the papers that you may want to cite when using TimML are

* Bakker, M., and O.D.L. Strack. 2003. Analytic Elements for Multiaquifer Flow. Journal of Hydrology, 271(1-4), 119-129.
* Bakker, M. 2006. An analytic element approach for modeling polygonal inhomogeneities in multi-aquifer systems. Advances in Water Resources, 29(10), 1546-1555.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "timml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Mark Bakker <markbak@gmail.com>, Dav\u00edd Brakenhoff <d.brakenhoff@artesia-water.nl>",
    "keywords": "hydrology,groundwater,model,analytic element method",
    "author": "Mark Bakker",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/aa/ca/8baed8f5e82aeba9ea15271dc186e0a6fc47988ad8a6cd46b4d8dc0b2381/timml-6.4.0.tar.gz",
    "platform": null,
    "description": "[![timml](https://github.com/mbakker7/timml/actions/workflows/ci.yml/badge.svg)](https://github.com/mbakker7/timml/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/mbakker7/timml/badge.svg?branch=master)](https://coveralls.io/github/mbakker7/timml?branch=master)\n![PyPI](https://img.shields.io/pypi/v/timml?color=green)\n\n# TimML, A Multi-Layer, Analytic Element Model\n\n## Introduction\n\nTimML is a computer program for the modeling of steady-state multi-layer flow with analytic elements\nand consists of a library of Python scripts and FORTRAN extensions.\nTimML may be applied to an arbitrary number of aquifers and leaky layers.\nThe head, flow, and leakage between aquifers may be computed analytically at any point in the aquifer system.\nThe design of TimML is object-oriented and has been kept simple and flexible.\nNew analytic elements may be added to the code without making any changes in the existing part of the code.\nTimML is coded in Python and uses numba to speed up evaluation of the bessel line elements.\n\n## Installation\n\n**Python versions:**\n\nTimML requires Python >= 3.8 and can be installed from PyPI.\n\n**Dependencies:**\n\nTimML requires:\n* numpy \n* scipy\n* matplotlib\n* numba\n\n**Installation:**\n\nTo install TimML, open a command prompt and type:\n\n    pip install timml\n\nTo update TimML type:\n\n    pip install timml --upgrade\n\nTo uninstall TimML type:\n\n    pip uninstall timml\n\n\n## Documentation\n\n* The documentation is hosted on [readthedocs](https://timml.readthedocs.io/).\n* Example Notebooks are available from the notebooks directory on github, of from [here](https://github.com/mbakker7/timml/tree/master/notebooks).\n\n## Latest release\nTimML 0.6.5\n* Improved documentation: new look, better organization, tutorials, how-to guides etc. Check it out [here](https://timml.readthedocs.io/)!\n* New elements\n    * Building pit elements for 3D (multi-layer single aquifer) models.\n    * Large diamater wells (only for radial flow).\n* Enhancements\n    * Building pit leaky wall resistance can be set per layer and per side (for modeling leaks or gaps).\n    * Return integrated normal flux per layer and per line segment.\n\n## TimML Versions\n\n* TimML version 0.6 has the same functionality as version 5, but doesn't depend on a fortran extension anymore, so installation is easy on all platforms.\n* TimML version 0.5 \n    * is a total rewrite and is not backwards compatible with previous TimML versions.\n    * is intended to be compatible with TTim.\n    * has many new features and elements, the code base is Python 3, and the object oriented design is much simpler.\n* TimML version 0.4 remains available through the timml4 branch.\n\n## Citation\n\nSome of the papers that you may want to cite when using TimML are\n\n* Bakker, M., and O.D.L. Strack. 2003. Analytic Elements for Multiaquifer Flow. Journal of Hydrology, 271(1-4), 119-129.\n* Bakker, M. 2006. An analytic element approach for modeling polygonal inhomogeneities in multi-aquifer systems. Advances in Water Resources, 29(10), 1546-1555.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2015 Mark Bakker  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  ",
    "summary": "Steady multi-layer AEM Model",
    "version": "6.4.0",
    "project_urls": {
        "documentation": "http://mbakker7.github.io/timml/docs/builddocs/html/index.html",
        "homepage": "https://github.com/mbakker7/timml",
        "repository": "https://github.com/mbakker7/timml"
    },
    "split_keywords": [
        "hydrology",
        "groundwater",
        "model",
        "analytic element method"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb06d8c2eb7c8f50fd974f2b858da2447cded342389bebf7643230f111dd137",
                "md5": "a277e479c01788e6f5d341f55da02f7e",
                "sha256": "08dd3bdb2d6da46a997e33498633c25b33abd1a190f643827102f1facb8bf127"
            },
            "downloads": -1,
            "filename": "timml-6.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a277e479c01788e6f5d341f55da02f7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 73229,
            "upload_time": "2024-02-13T16:32:57",
            "upload_time_iso_8601": "2024-02-13T16:32:57.511085Z",
            "url": "https://files.pythonhosted.org/packages/5e/b0/6d8c2eb7c8f50fd974f2b858da2447cded342389bebf7643230f111dd137/timml-6.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaca8baed8f5e82aeba9ea15271dc186e0a6fc47988ad8a6cd46b4d8dc0b2381",
                "md5": "bd820db9193591bab20b65180c5c47cd",
                "sha256": "713acc8e64620fe9a35f2f57758f91918384f57968c85b2808c34855c8d5a75b"
            },
            "downloads": -1,
            "filename": "timml-6.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bd820db9193591bab20b65180c5c47cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 59897,
            "upload_time": "2024-02-13T16:33:00",
            "upload_time_iso_8601": "2024-02-13T16:33:00.765450Z",
            "url": "https://files.pythonhosted.org/packages/aa/ca/8baed8f5e82aeba9ea15271dc186e0a6fc47988ad8a6cd46b4d8dc0b2381/timml-6.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-13 16:33:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mbakker7",
    "github_project": "timml",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "timml"
}
        
Elapsed time: 0.26116s