Releases: msolanik/Geliosphere
Releases · msolanik/Geliosphere
Geliosphere v1.1.1
Geliosphere v1.1.0
Changelog
General
- Added pythons scripts for visualizations of Ulysses trajectory and Geliosphere 2D simulations between 1994 and 1998
- Added report for simulation - simulation_log.txt contains details regarding the used parameters in simulation
- Updated naming conventions of input options
- Changed name of Constants module to Input
- Updated naming of models - using model instead of method in classes, clarified names for SOLARPROPlike and Geliosphere models.
- Updated references code to equations
- Updated structure and naming conventions in TOML settings file
- Decreased value maximum of injection energy for uniform injection from 150 to 101 GeV in CUDA module, to synchronize CPU a GPU implementations
Models
- All models: significantly increased performance of GPU implementations
- All models: added configuration for maximum size of shared memory
- 1D models: output files with energy spectra now contains average energy
- 2D models: added option for selecting between SOLARPROP and uniform Tkin injection
- 2D models: added evaluation based on Burger LIS JGR 2000
- 2D models: added evaluation needed for comparison with Ulysses bins
- 2D models: added new input parameter to TOML settings file - injected initial value of r in AU
- 2D models: added new input parameter to TOML settings file - injected initial value of theta in degrees.
- Geliosphere model: added separated input file containing values of K0 and tilt angle.
- 1D B-p: added missing calculation of w in CPU implementation
Bugfixes
- Fixed incorrect loading of solar wind from K0 phi table for 1D models
- Fixed incorrect values in default name of simulation directory
- Fixed incorrect rounding of millions of test particles for CPU-based implementations of models
Geliosphere v1.0.2
- Added documentation to README
- Updated csv table for 2D models
- Updated method for selecting values from csv tables
Geliosphere v1.0.1
- Fixed default values of ratio of perpendicular and parallel diffusion for 2D models
- Fixed default paths for input csv and settings files
Geliosphere v1.0
Implemented Solarprop-like 2D model and Geliosphere 2D model.
Geliosphere v0.1
- Initial version of Geliosphere
- Contains 1D B-p and 1D F-p model