Skip to content

Releases: ProjectTorreyPines/SD4SOLPS.jl

Releasing v1.0.3 IMASDD -> IMAS

08 Aug 01:08
Compare
Choose a tag to compare

Switched to using IMAS. Older versions might not work because of IMASDD->IMASdd name change.

Releasing 1.0.2

24 Jul 16:48
Compare
Choose a tag to compare
  • Since IMASDD bumped to major new version 1.0.0, this release updates compat entry for IMASDD, GGDUtils, and SOLPS2IMAS
  • Other changes:
    • Change preparation to skip extrapolation of profiles that do not exist and report skipped profiles.

Relasing 1.0.1

22 Jul 21:18
Compare
Choose a tag to compare
  • SD4SOLPS is not registered at public repository FuseRegistry. For installation:
using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
Pkg.Registry.add("General")
Pkg.add("SD4SOLPS")
  • Loading of summary data from gEQDSK file is supported
  • compat entries added to Project.toml

Releasing v1.0.0

10 May 01:22
1657f2f
Compare
Choose a tag to compare
  • Now depends on IMASDD. All previous versions depend on OMAS and will be deprecated.
  • Apache 2.0 licence with notice file
  • Added documentation
  • Added tests

Releasing v0.2.0

19 Jan 02:15
d4f7166
Compare
Choose a tag to compare

Feature changes

  • SOLPS mesh can be extended out to fill the whole area upto the device walls.
    • Some cells still lie outside limiter surface.
  • geqdsk_to_imas records X-points to DD after EFIT finds them
  • Added makefile for easy installation of working environment
  • Added demonstration example.

Internal changes

  • Uses GGDUtils (v.0.2.1) for subset tools as they have been moved out of SOLPS2IMAS in v.0.2.0

Releasing v0.1.0

10 Oct 01:26
4c2896f
Compare
Choose a tag to compare

Mostly an experimental setup right now, code might not work for all kinds of properties. Has been tested mainly for electron density and electron temperature.