Python 77
This is a release of Python 77
Bugfixes in release:
- modification to saha to fix some of the problems in #40
- modification to variable temperature so that macro_pops is used correctly, see #43 and note that ionization mode 7 is still not working properly in matom mode
- Changed a loop around line920 in python.c to fix bug #44
- Added new class of errors - the warning - as a partial fix to bug #47
- Small change in wind2d.c to address issue #42
- Removed redundant files to close bug #48
There has also been development work in Proga models. detail.
Main changes:
- Significant rewrites on the PL and EXP representations of spectra in cells.
- PL now uses a log representation and EXP can have -ve temperature (i.e. a rising exponential). The min and max frequencies of photons seen in a cell/band are now logged, and these are used in the variable temperature code as limits of integration for models.
- Versions of IP and J have been added which log the component from direct and scattered radiation.
- Proga is read into rtheta geometry rather than being superimposed on a cylindrical grid
- adiabatic heating has been implemented when div v is negative
- there is now a switch for adiabatic cooling/heating
- some py_wind changes to report on extra stuff