Metadata-Version: 1.1
Name: T2GEORES
Version: 0.1.6
Summary: UNKNOWN
Home-page: https://github.com/jejimenezm/T2GEORES
Author: Erick Jiménez
Author-email: erick@grogtp.is
License: MIT
Download-URL: https://github.com/jejimenezm/T2GEORES/releases/download/T2GEORES-0.1.6/T2GEORES-0.1.6.tar.gz
Description: # T2GEORES
        
        It is a library to manage input and output files during the development of numerical models for geothermal reservoirs using TOUGH2. The Pypi repository can be found on [T2GEORES](https://pypi.org/project/T2GEORES/).
        
        Currently the library uses a fix scheme of directories to prevent the user to indicate the input/output file location needed on many functions. The first level of the structure is the following:
        
        ```
        T2GEORES/
        /calib
        /input
        /mesh
        /model
        /ouput
        /report
        /scripts
        ```
        
        The library requires the use of a AMESH copy on the path, others pre/post TOUGH2 processors can be found on [here]('https://tough.lbl.gov/licensing-download/free-software-download/'). 
        
        A detail documentation for the  library can be found on [Github pages](https://jejimenezm.github.io/T2GEORES/index.html)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
