Revision 65239d5fe6cdbbbbf2314991b1cb0c0ae5bf8560 authored by georgios_arn on 25 July 2022, 11:43:41 UTC, committed by GitHub on 25 July 2022, 11:43:41 UTC
Merging Npapnet-main with main 
2 parent s a382a73 + 94dc9ad
Raw File
history.md
# Revision History/Versions

## v1.5.0 (20220721)

- created classes:
  - `SolarTowerCalcs`: Solar tower calculations 
  - `SolarTroughCalcs`: Solar trough calculations with EW and NS orientations
  - `SolarSystemLocation`:  performs various calculations regarding Solar Geometry at a specific location
- Now the basic calculations can be performed with classes in a more consise manner.
- It is now possible to set the location of the CSP installation (in the original version Crete/Ierapetra was the default and only installation site).
-  moved 
   - `CSPCret.py` to examples and created OOP equivalent and comparison
   - `CSP50Compare.py` to examples and created OOP equivalent and comparison
   - `CombiCSP.ipynb` to examples
- Create a  `CombiCSP-Quickstart.ipynb` to showcase the package functionality

## v1.0.0

This refers to the initial version of the package which can be installed with setup.py.
back to top