{ "info": { "author": "Carlos O. POCASANGRE JIMENEZ", "author_email": "carlos.pocasangre@mine.kyushu-u.ac.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5" ], "description": "TOPIC\r\n===============================\r\nA Python-based stochastic library for assessing geothermal power potential using the volumetric\r\nmethod in a liquid-dominated reservoir.\r\n\r\nABSTRACT\r\n===============================\r\nWe present a Python-based stochastic library for assessing geothermal power\r\npotential using the volumetric method in a liquid-dominated reservoir.\r\nThe specific aims of this study are to use the volumetric method, ``heat in\r\nplace,`` to estimate electrical energy production ability from a geothermal\r\nliquid-dominated reservoir, and to build a Python-based stochastic library\r\nwith useful methods for running such simulations. Although licensed\r\nsoftware is available, we selected the open-source programming language\r\nPython for this task. The Geothermal Power Potential Evaluation stochastic\r\nlibrary (``gppeval``) is structured as three essential objects including a\r\ngeothermal power plant module, a Monte Carlo simulation module, and a tools\r\nmodule. In this study, we use hot spring data from the municipality of\r\nNombre de Jesus, El Salvador, to demonstrate how the ``gppeval`` can be used to\r\nassess geothermal power potential. Frequency distribution results from the\r\nstochastic simulation shows that this area could initially support a\r\n9.16-MWe power plant for 25 years, with a possible expansion to 17.1 MWe.\r\nFurther investigations into the geothermal power potential will be\r\nconducted to validate the new data.\r\n\r\nFor testing the application, a **Jupyter Notebook** example has been included in the `example\r\nfolder`_.\r\n\r\n*HINT*: **Now, this application is available for Python 3.5**\r\n\r\nReference\r\n--------------\r\nPocasangre, C., & Fujimitsu, Y. (2018). *A Python-based stochastic library for assessing\r\ngeothermal power potential using the volumetric method in a liquid-dominated reservoir*.\r\n**Geothermics**, 76, 164-176.\r\nhttps://doi.org/10.1016/J.GEOTHERMICS.2018.07.009\r\n\r\nINSTALLATION\r\n============\r\n\r\nRequired Packages\r\n-----------------\r\n\r\nThe following packages should be installed automatically (if using 'pip'\r\nor 'easy_install'), otherwise they will need to be installed manually:\r\n\r\n- NumPy_ : Numeric Python\r\n- SciPy_ : Scientific Python\r\n- Matplotlib_ : Python plotting library\r\n- Mcerp_ : Monte Carlo Error Propagation\r\n- Beautifultable_ : Utility package to print visually appealing ASCII tables to terminal\r\n\r\nHow to install\r\n--------------\r\n\r\nYou have **several easy, convenient options** to install the 'gppeval'\r\npackage (administrative privileges may be required).\r\n\r\n#. Simply copy the unzipped 'gppeval folder' directory to any other location that\r\n python can find it and rename it 'gppeval'.\r\n\r\n#. From the command-line, do one of the following:\r\n\r\n a. Manually download the package files below, unzip to any directory, and\r\n run:\r\n\r\n $ [sudo] python setup.py install\r\n\r\n b. If 'pip' is installed, run the follow command (stable version and internet connection is required)\r\n\r\n $ [sudo] pip install [--upgrade] gppeval\r\n\r\nCHANGES OF NEW ISSUE\r\n====================\r\n\r\n#. gppeval (2019.4.17.0.3.dev1).\r\n Fixed bugs using \"print\" on Python 2.7\r\n\r\n#. gppeval (2019.4.17.0.2.dev1).\r\n Python 3.5 available\r\n\r\n#. gppeval (2018.10.11.0.1.dev1).\r\n The input file csv has been modified. It includes the possibility of using volume as a input\r\n reservoir parameter. Using the word ``none`` is possible to exchange between either to use\r\n **Area** and **Thickness** or to use only **Volume** as a reservoir geometric parameter.\r\n\r\n Example: Using Area and Thickness\r\n\r\n 0,Name,14.00061,-88.73744,ReservoirArea,A,km2,5,6,7,0,0,T\r\n 1,,,,Thickness,h,m,450,500,600,0,0,T\r\n 2,,,,Volume,v,km3,4,6,8.2,0,0,none\r\n\r\n Example: Using only Volume\r\n\r\n 0,Name,14.00061,-88.73744,ReservoirArea,A,km2,5,6,7,0,0,None\r\n 1,,,,Thickness,h,m,450,500,600,0,0,None\r\n 2,,,,Volume,v,km3,4,6,8.2,0,0,T\r\n\r\n#. gppeval (2018.4.6.0.1.dev1).\r\n Original issue after have been upload as a stable.\r\n\r\nCONTACT\r\n=======\r\n\r\nPlease send **feature requests, bug reports, or feedback** to: `Carlos O. POCASANGRE JIMENEZ`_\r\n\r\n.. _Monte Carlo methods: http://en.wikipedia.org/wiki/Monte_Carlo_method\r\n.. _latin-hypercube sampling: http://en.wikipedia.org/wiki/Latin_hypercube_sampling\r\n.. _error propagation: http://en.wikipedia.org/wiki/Propagation_of_uncertainty\r\n.. _math: http://docs.python.org/library/math.html\r\n.. _NumPy: http://www.numpy.org/\r\n.. _SciPy: http://scipy.org\r\n.. _Matplotlib: http://matplotlib.org/\r\n.. _scipy.stats: http://docs.scipy.org/doc/scipy/reference/stats.html\r\n.. _uncertainties: http://pypi.python.org/pypi/uncertainties\r\n.. _Mcerp: http://github.com/tisimst/mcerp\r\n.. _Beautifultable: https://github.com/pri22296/beautifultable\r\n.. _Gppeval: http://github.com/cpocasangre/gppeval\r\n.. _example folder: https://github.com/cpocasangre/gppeval\r\n.. _Carlos O. POCASANGRE JIMENEZ: mailto:carlos.pocasangre@mine.kyushu-u.ac.jp\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cpocasangre/gppeval", "keywords": "monte carlo latin hypercube geothermal power potential volumetric method geothermal reservoir", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "gppeval", "package_url": "https://pypi.org/project/gppeval/", "platform": "", "project_url": "https://pypi.org/project/gppeval/", "project_urls": { "Homepage": "https://github.com/cpocasangre/gppeval" }, "release_url": "https://pypi.org/project/gppeval/2019.4.17.0.3.dev1/", "requires_dist": null, "requires_python": "", "summary": "Geothermal Power Potential assessment", "version": "2019.4.17.0.3.dev1" }, "last_serial": 5154538, "releases": { "2018.10.11.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "ddd30e42a08805f2758fc3cef94e8219", "sha256": "c47a405faa9a6b3e2b55a8672ac7b9c53c60f9ded7eae5aa23dad62fa4a170b8" }, "downloads": -1, "filename": "gppeval-2018.10.11.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "ddd30e42a08805f2758fc3cef94e8219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146742, "upload_time": "2018-10-12T04:46:28", "url": "https://files.pythonhosted.org/packages/bf/65/232affa1b70e81e39ab0df447dce5a5f26b6084f427e8b1bea1910eaa659/gppeval-2018.10.11.0.1.dev1.tar.gz" } ], "2018.10.22.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "94057c28b7f3c885bf6c9df13d1c9b30", "sha256": "3014e3f91d5e7abf9fa266b622a458e25ffacc0dc3498a389c5c1102c98b3434" }, "downloads": -1, "filename": "gppeval-2018.10.22.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "94057c28b7f3c885bf6c9df13d1c9b30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146739, "upload_time": "2018-10-22T09:22:09", "url": "https://files.pythonhosted.org/packages/d7/76/f522d3264038e3fd85dfd535f9ba7329b21eca2eaf9a995c3be74683727a/gppeval-2018.10.22.0.1.dev1.tar.gz" } ], "2018.10.22.0.2.dev1": [ { "comment_text": "", "digests": { "md5": "d9d7683fb4eab47dbf1c8e3638d50862", "sha256": "8a6c61f172e7a7c3e343f219963798f49c01f9fd7bd1b6207e6f14a43e191b3d" }, "downloads": -1, "filename": "gppeval-2018.10.22.0.2.dev1.tar.gz", "has_sig": false, "md5_digest": "d9d7683fb4eab47dbf1c8e3638d50862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146798, "upload_time": "2018-10-22T09:38:49", "url": "https://files.pythonhosted.org/packages/71/bc/afac44c9c5bbf0aae4975e6f32cf41e6338e19e6a7dfb2052a2f30632677/gppeval-2018.10.22.0.2.dev1.tar.gz" } ], "2018.2.1.0.10.dev1": [ { "comment_text": "", "digests": { "md5": "802fdd96cc487476910a78ce41011d1a", "sha256": "777dd65cc3c4dcdcf78a912245177fa1c7b52d57f38e0025c4817f7456b8efd6" }, "downloads": -1, "filename": "gppeval-2018.2.1.0.10.dev1.tar.gz", "has_sig": false, "md5_digest": "802fdd96cc487476910a78ce41011d1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13601, "upload_time": "2018-02-20T07:38:20", "url": "https://files.pythonhosted.org/packages/7d/0c/bb1eae1f7af4c39912c92bc2528c597c2da8ace536f86f5f1013e393156f/gppeval-2018.2.1.0.10.dev1.tar.gz" } ], "2018.2.1.0.11.dev1": [ { "comment_text": "", "digests": { "md5": "7b6eeb251a2cbd79750093facbc417b3", "sha256": "6ba45979703229c1af21eda023f355dd89fd9035fe2f87439cbb4ad517dde324" }, "downloads": -1, "filename": "gppeval-2018.2.1.0.11.dev1.tar.gz", "has_sig": false, "md5_digest": "7b6eeb251a2cbd79750093facbc417b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13567, "upload_time": "2018-02-20T08:16:11", "url": "https://files.pythonhosted.org/packages/6a/85/110dbbfe337ac8c2c136baedc6d11481befc8bda573575c5b099e9c5be63/gppeval-2018.2.1.0.11.dev1.tar.gz" } ], "2018.2.1.0.12.dev1": [ { "comment_text": "", "digests": { "md5": "59d9dcbaccf88704240cc1772e5b3a09", "sha256": "7edffd00c2270dc169925235f0afb6a86fd18efa9acaf4fd61d6ea90b327a7cb" }, "downloads": -1, "filename": "gppeval-2018.2.1.0.12.dev1.tar.gz", "has_sig": false, "md5_digest": "59d9dcbaccf88704240cc1772e5b3a09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144253, "upload_time": "2018-02-20T09:42:39", "url": "https://files.pythonhosted.org/packages/ac/9f/3cc64e9ec86b793b37da10afb4234f3ba0a9daf2ecc46e283986ccbb04ba/gppeval-2018.2.1.0.12.dev1.tar.gz" } ], "2018.2.1.0.13.dev1": [ { "comment_text": "", "digests": { "md5": "b934d223328700fc8b7523dde94b7106", "sha256": "cc2971117aea53186aac958ca9df80f1b9540c65e04539138151c71a8dc26222" }, "downloads": -1, "filename": "gppeval-2018.2.1.0.13.dev1.tar.gz", "has_sig": false, "md5_digest": "b934d223328700fc8b7523dde94b7106", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144221, "upload_time": "2018-02-20T09:47:09", "url": "https://files.pythonhosted.org/packages/ed/4a/93a6d41cbc3decb171cdfb8f70769d41e10c3fb2ac37c32cbc0bd0e36439/gppeval-2018.2.1.0.13.dev1.tar.gz" } ], "2018.2.1.0.9.dev1": [ { "comment_text": "", "digests": { "md5": "11a6cc92ee698e17192be3f3522a44e0", "sha256": "2a0697c3815f2ed20bae0ac74f2801ccea5ea7c15dbf5b6d97753e78daf830d7" }, "downloads": -1, "filename": "gppeval-2018.2.1.0.9.dev1.tar.gz", "has_sig": false, "md5_digest": "11a6cc92ee698e17192be3f3522a44e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13126, "upload_time": "2018-02-02T06:05:37", "url": "https://files.pythonhosted.org/packages/3d/92/690a9705e1abc20460e28a49c4330012360246eb8cc04bc9dad740047920/gppeval-2018.2.1.0.9.dev1.tar.gz" } ], "2018.4.6.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "1802708ae48b01b14f9f537161634755", "sha256": "a8a2f7473e8a0a967600860b7104c5925460213d492a7afae7131b6db673af9c" }, "downloads": -1, "filename": "gppeval-2018.4.6.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "1802708ae48b01b14f9f537161634755", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144617, "upload_time": "2018-04-06T07:17:44", "url": "https://files.pythonhosted.org/packages/fa/5e/e4fb424a1cb0cec861d438dbb9aa4f12ba4f6358a81c1aa9e9d485f20c47/gppeval-2018.4.6.0.1.dev1.tar.gz" } ], "2019.4.17.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "08c3af34257f85ab9ee2838256448868", "sha256": "5fbe373c86ef988ff62ec74a8b80b78550d107be63fd416434ff4d24c642e963" }, "downloads": -1, "filename": "gppeval-2019.4.17.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "08c3af34257f85ab9ee2838256448868", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146799, "upload_time": "2019-04-17T09:07:14", "url": "https://files.pythonhosted.org/packages/65/53/06bccec7512f39826abd3fc2fd884ef7f90e6806ae022b390c064d86316a/gppeval-2019.4.17.0.1.dev1.tar.gz" } ], "2019.4.17.0.2.dev1": [ { "comment_text": "", "digests": { "md5": "07d6678431ef495e5e8734102ad2dd83", "sha256": "c362e66f90fc743772f485da9411ba7c7bb1de738e74871331e353e7916b0ded" }, "downloads": -1, "filename": "gppeval-2019.4.17.0.2.dev1.tar.gz", "has_sig": false, "md5_digest": "07d6678431ef495e5e8734102ad2dd83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146804, "upload_time": "2019-04-17T09:19:11", "url": "https://files.pythonhosted.org/packages/ac/d6/ccdb9a1a804184bd52dd871fd4f1d5a3b026bf2aab3a3cac27b443fdf1ca/gppeval-2019.4.17.0.2.dev1.tar.gz" } ], "2019.4.17.0.3.dev1": [ { "comment_text": "", "digests": { "md5": "e3b2e9fad22bd7c1efd87fc326cb8e09", "sha256": "19abad0a2df54bd2cc533fc79d9bc9df6a97954fb8ece52e6abe215457e5d240" }, "downloads": -1, "filename": "gppeval-2019.4.17.0.3.dev1.tar.gz", "has_sig": false, "md5_digest": "e3b2e9fad22bd7c1efd87fc326cb8e09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146860, "upload_time": "2019-04-17T10:33:17", "url": "https://files.pythonhosted.org/packages/16/2b/056cd61679a3c770e2af0f1c15f7e7a0b8c6ee9b4559559e41df1984b46d/gppeval-2019.4.17.0.3.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3b2e9fad22bd7c1efd87fc326cb8e09", "sha256": "19abad0a2df54bd2cc533fc79d9bc9df6a97954fb8ece52e6abe215457e5d240" }, "downloads": -1, "filename": "gppeval-2019.4.17.0.3.dev1.tar.gz", "has_sig": false, "md5_digest": "e3b2e9fad22bd7c1efd87fc326cb8e09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146860, "upload_time": "2019-04-17T10:33:17", "url": "https://files.pythonhosted.org/packages/16/2b/056cd61679a3c770e2af0f1c15f7e7a0b8c6ee9b4559559e41df1984b46d/gppeval-2019.4.17.0.3.dev1.tar.gz" } ] }