Skip to content

Releases: msolanik/Geliosphere

Geliosphere v1.1.1

11 Jun 07:17
8a6820f
Compare
Choose a tag to compare

Changelog

  • Updated implementations of Geliosphere models according to updated equations
  • Updated evaluation of 2D models
  • Added evaluation for 2D models matching AMS bins
  • Added logging for tilt angle and polarity for 2D models

Geliosphere v1.1.0

25 Mar 11:21
5c25191
Compare
Choose a tag to compare

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

module_diagram_new drawio

Geliosphere v1.0.2

08 Nov 21:21
e0c82fa
Compare
Choose a tag to compare
  • Added documentation to README
  • Updated csv table for 2D models
  • Updated method for selecting values from csv tables

Geliosphere v1.0.1

04 Nov 07:32
ce00876
Compare
Choose a tag to compare
  • 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

31 Oct 18:14
8c2f5db
Compare
Choose a tag to compare

Implemented Solarprop-like 2D model and Geliosphere 2D model.

Geliosphere v0.1

12 Nov 18:47
Compare
Choose a tag to compare
  • Initial version of Geliosphere
  • Contains 1D B-p and 1D F-p model