Metadata-Version: 2.1
Name: shipcal
Version: 2.0.0
Summary: Solar Heat for Industrial Processes calculator
Home-page: https://github.com/mfrasquet/SHIPcal
Download-URL: https://github.com/mfrasquet/SHIPcal/releases
Author: Miguel Frasquet Herraiz
Maintainer: Juan Antonio Aramburo Pasapera
Maintainer-email: ja.arpa97@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/mfrasquet/SHIPcal/issues
Project-URL: Documentation, https://github.com/mfrasquet/SHIPcal/wiki
Project-URL: Source Code, https://github.com/mfrasquet/SHIPcal
Keywords: solar heat industrial processes calculator simulator
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.16)
Requires-Dist: pandas (>=0.22)
Requires-Dist: pvlib (>=0.9)
Requires-Dist: iapws (>=1.5)

# SHIPcal

SHIPcal is an open-source code to simulate solar heat applications for industrial process heat. SHIPcal is written in Python 3 and can be run from terminal or from a web based front-end. There are several propetary front-ends that call SHIPcal. As for example:
- STEORcal (Developed by Miguel Frasquet)
- ReSSSPI (Developed by SOLATOM)
- CIMAV (Developed by CIMAV)

#Technical comments

#Moved from bitbucket private repository to github (Eurosun 2018)
#Resuming commits and contributions begining October 2018

#Improvements from 2019
-Juan Antonio Aramburo Pasapera (CIMAV) Changed demand creator function to improve the accuracy of the results
-Juan Antonio Aramburo Pasapera (CIMAV) Changed fixed raw water temperature function. Now it depends on the TMY
- Miguel Frasquet Herraiz (SOLATOM) Added new reg to allow external front-ends call ressspi (see an example of frontend at https://github.com/mfrasquet/frontendRessspi

#Bug fixing from 2019
-See slack channel for more information https://shipcal.slack.com. If you want to contribute send an email to mfrasquetherraiz@gmail.com

#All prev. contributors (from bitbucket) will received an email with instructions

Installation instructions (Please check the pdf "SHIPcal Installation Manual" for further information)

#From anaconda (on windows):
- create a new environment and install the following libraries:
  - django, numpy, scipy, pandas, pillow and matplotlib.
- it is also necessary the iapws. Since it is not included in anaconda, install manually in the terminal:
  - pip install iapws
- Now create and navigate to the folder of your project, example /Desktop/SHIPcal:
- clone this repository in the folder: git clone https://github.com/mfrasquet/SHIPcal.git
- clone the frontend repository in the same folder: git clone https://github.com/mfrasquet/SHIPcal_frontend.git
- Access the SHIPcal_frontend folder created after the clonning process (cd SHIPcal)

Now type again:
- python manage.py runserver 0.0.0.0:8000

and that's it!
- Finaly, open a browser and go to http://localhost:8000/

# Developers
- Miguel Frasquet Herraiz
- Juan Antonio Aramburo Pasapera
- Carlos Santiago Rocha Leyva
- Fátima Monserrat Chávez Piedra
- Jose Alfonso Romero Ramos
- Mercedes Ibarra Mollá
- Mihail Pislaru
- Carlos José Felbol Acuña
- Francisco Ignacio Fuentes Herlitz


